Skip to content

Commit 443c316

Browse files
authored
Merge pull request #4 from togashidm/updateTag
Amend the images tag's version for the bugfix 0.1.1
2 parents 0d0645c + 68323f5 commit 443c316

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SCALEOUT_PLUGIN=scale_out
33
RMPOD_PLUGIN=rm_pod
44
RDT_PLUGIN=rdt
55
GO_CILINT_CHECKERS=errcheck,goimports,gosec,gosimple,govet,ineffassign,nilerr,revive,staticcheck,unused
6-
DOCKER_IMAGE_VERSION=0.1.0
6+
DOCKER_IMAGE_VERSION=0.1.1
77

88
api:
99
hack/generate_code.sh

artefacts/deploy/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ spec:
179179
serviceAccountName: planner-service-account
180180
containers:
181181
- name: planner
182-
image: 127.0.0.1:5000/planner:0.1.0
182+
image: 127.0.0.1:5000/planner:0.1.1
183183
ports:
184184
- containerPort: 33333
185185
imagePullPolicy: Always

plugins/rdt/rdt-actuator-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
serviceAccountName: planner-service-account
2727
containers:
2828
- name: rdt-actuator
29-
image: 127.0.0.1:5000/rdt:0.1.0
29+
image: 127.0.0.1:5000/rdt:0.1.1
3030
args: [ "-config", "/config/defaults.json" ]
3131
ports:
3232
- containerPort: 33334

plugins/rm_pod/rmpod-actuator-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
serviceAccountName: planner-service-account
2525
containers:
2626
- name: rmpod-actuator
27-
image: 127.0.0.1:5000/rmpod:0.1.0
27+
image: 127.0.0.1:5000/rmpod:0.1.1
2828
args: [ "-config", "/config/defaults.json" ]
2929
ports:
3030
- containerPort: 33334

plugins/scale_out/scaleout-actuator-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
serviceAccountName: planner-service-account
2929
containers:
3030
- name: scaleout-actuator
31-
image: 127.0.0.1:5000/scaleout:0.1.0
31+
image: 127.0.0.1:5000/scaleout:0.1.1
3232
args: [ "-config", "/config/defaults.json" ]
3333
ports:
3434
- containerPort: 33334

0 commit comments

Comments
 (0)