Skip to content

Commit 94c5a3e

Browse files
mayastor-borsGlennBullingham
andcommitted
Merge #1231
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 <glenn.bullingham@datacore.com> Co-authored-by: GlennBullingham <glenn.bullingham@datacore.com>
2 parents 71e2b20 + a6dd802 commit 94c5a3e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deploy/csi-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
# the same.
3131
containers:
3232
- name: mayastor-csi
33-
image: mayadata/mayastor:v1.0.2
33+
image: mayadata/mayastor:v1.0.3
3434
imagePullPolicy: IfNotPresent
3535
# we need privileged because we mount filesystems and use mknod
3636
securityContext:

deploy/mayastor-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
command: ['sh', '-c', 'until nc -vz nats 4222; do echo "Waiting for message bus..."; sleep 1; done;']
3434
containers:
3535
- name: mayastor
36-
image: mayadata/mayastor:v1.0.2
36+
image: mayadata/mayastor:v1.0.3
3737
imagePullPolicy: IfNotPresent
3838
env:
3939
- name: RUST_LOG

scripts/check-deploy-yamls.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DEPLOYDIR="$ROOTDIR"/deploy
88

99
CORES=2
1010
PROFILE=release
11-
TAG=v1.0.2
11+
TAG=v1.0.3
1212

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

0 commit comments

Comments
 (0)