diff --git a/Makefile b/Makefile index e4b990c..ec2ee78 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/artefacts/deploy/manifest.yaml b/artefacts/deploy/manifest.yaml index 5d1c788..d549783 100644 --- a/artefacts/deploy/manifest.yaml +++ b/artefacts/deploy/manifest.yaml @@ -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 diff --git a/plugins/rdt/rdt-actuator-plugin.yaml b/plugins/rdt/rdt-actuator-plugin.yaml index d0f6dc1..b0de5b6 100644 --- a/plugins/rdt/rdt-actuator-plugin.yaml +++ b/plugins/rdt/rdt-actuator-plugin.yaml @@ -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 diff --git a/plugins/rm_pod/rmpod-actuator-plugin.yaml b/plugins/rm_pod/rmpod-actuator-plugin.yaml index 47df7db..cf6c76e 100644 --- a/plugins/rm_pod/rmpod-actuator-plugin.yaml +++ b/plugins/rm_pod/rmpod-actuator-plugin.yaml @@ -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 diff --git a/plugins/scale_out/scaleout-actuator-plugin.yaml b/plugins/scale_out/scaleout-actuator-plugin.yaml index e36eb36..5c62b74 100644 --- a/plugins/scale_out/scaleout-actuator-plugin.yaml +++ b/plugins/scale_out/scaleout-actuator-plugin.yaml @@ -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