Skip to content

Commit

Permalink
Merge #1231
Browse files Browse the repository at this point in the history
1231: chore(release): update image tags to v.1.0.3 r=tiagolobocastro 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 71e2b20 + a6dd802 commit 94c5a3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/csi-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
# the same.
containers:
- name: mayastor-csi
image: mayadata/mayastor:v1.0.2
image: mayadata/mayastor:v1.0.3
imagePullPolicy: IfNotPresent
# we need privileged because we mount filesystems and use mknod
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion deploy/mayastor-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
command: ['sh', '-c', 'until nc -vz nats 4222; do echo "Waiting for message bus..."; sleep 1; done;']
containers:
- name: mayastor
image: mayadata/mayastor:v1.0.2
image: mayadata/mayastor:v1.0.3
imagePullPolicy: IfNotPresent
env:
- name: RUST_LOG
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 @@ -8,7 +8,7 @@ DEPLOYDIR="$ROOTDIR"/deploy

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

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

Expand Down

0 comments on commit 94c5a3e

Please sign in to comment.