Skip to content

Commit

Permalink
chore(bors): merge pull request #362
Browse files Browse the repository at this point in the history
362: chore(release): update image tags to v.1.0.3 r=GlennBullingham a=GlennBullingham

Update container image tags in deployment yaml to reflect release v1.0.3

Signed-off-by: GlennBullingham <[email protected]>

Co-authored-by: GlennBullingham <[email protected]>
  • Loading branch information
mayastor-bors and GlennBullingham committed Oct 11, 2022
2 parents 89b9c55 + 68ebb0a commit 5c66e49
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deploy/core-agents-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
requests:
cpu: 500m
memory: 16Mi
image: mayadata/mcp-core:v1.0.2
image: mayadata/mcp-core:v1.0.3
imagePullPolicy: IfNotPresent
args:
- "-smayastor-etcd"
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
requests:
cpu: 16m
memory: 64Mi
image: mayadata/mcp-csi-controller:v1.0.2
image: mayadata/mcp-csi-controller:v1.0.3
imagePullPolicy: IfNotPresent
args:
- "--csi-socket=/var/lib/csi/sockets/pluginproxy/csi.sock"
Expand Down
2 changes: 1 addition & 1 deletion deploy/msp-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
requests:
cpu: 50m
memory: 16Mi
image: mayadata/mcp-msp-operator:v1.0.2
image: mayadata/mcp-msp-operator:v1.0.3
imagePullPolicy: IfNotPresent
args:
- "-e http://rest:8081"
Expand Down
2 changes: 1 addition & 1 deletion deploy/rest-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
requests:
cpu: 50m
memory: 32Mi
image: mayadata/mcp-rest:v1.0.2
image: mayadata/mcp-rest:v1.0.3
imagePullPolicy: IfNotPresent
args:
- "--dummy-certificates"
Expand Down
2 changes: 1 addition & 1 deletion scripts/check-deploy-yamls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ROOTDIR="$SCRIPTDIR"/../
DEPLOYDIR="$ROOTDIR"/deploy

PROFILE=release
TAG=v1.0.2
TAG=v1.0.3

"$SCRIPTDIR"/generate-deploy-yamls.sh -t "$TAG" "$PROFILE"

Expand Down

0 comments on commit 5c66e49

Please sign in to comment.