Skip to content

Commit

Permalink
Merge pull request #4 from togashidm/updateTag
Browse files Browse the repository at this point in the history
Amend the images tag's version for the bugfix 0.1.1
  • Loading branch information
tmetsch committed Mar 3, 2023
2 parents 0d0645c + 68323f5 commit 443c316
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SCALEOUT_PLUGIN=scale_out
RMPOD_PLUGIN=rm_pod
RDT_PLUGIN=rdt
GO_CILINT_CHECKERS=errcheck,goimports,gosec,gosimple,govet,ineffassign,nilerr,revive,staticcheck,unused
DOCKER_IMAGE_VERSION=0.1.0
DOCKER_IMAGE_VERSION=0.1.1

api:
hack/generate_code.sh
Expand Down
2 changes: 1 addition & 1 deletion artefacts/deploy/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ spec:
serviceAccountName: planner-service-account
containers:
- name: planner
image: 127.0.0.1:5000/planner:0.1.0
image: 127.0.0.1:5000/planner:0.1.1
ports:
- containerPort: 33333
imagePullPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion plugins/rdt/rdt-actuator-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
serviceAccountName: planner-service-account
containers:
- name: rdt-actuator
image: 127.0.0.1:5000/rdt:0.1.0
image: 127.0.0.1:5000/rdt:0.1.1
args: [ "-config", "/config/defaults.json" ]
ports:
- containerPort: 33334
Expand Down
2 changes: 1 addition & 1 deletion plugins/rm_pod/rmpod-actuator-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
serviceAccountName: planner-service-account
containers:
- name: rmpod-actuator
image: 127.0.0.1:5000/rmpod:0.1.0
image: 127.0.0.1:5000/rmpod:0.1.1
args: [ "-config", "/config/defaults.json" ]
ports:
- containerPort: 33334
Expand Down
2 changes: 1 addition & 1 deletion plugins/scale_out/scaleout-actuator-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
serviceAccountName: planner-service-account
containers:
- name: scaleout-actuator
image: 127.0.0.1:5000/scaleout:0.1.0
image: 127.0.0.1:5000/scaleout:0.1.1
args: [ "-config", "/config/defaults.json" ]
ports:
- containerPort: 33334
Expand Down

0 comments on commit 443c316

Please sign in to comment.