Skip to content

Commit f429f45

Browse files
mayastor-borstiagolobocastro
andcommitted
Merge #1244
1244: chore(yaml): prepare release v1.0.4 r=tiagolobocastro a=tiagolobocastro Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com> Co-authored-by: Tiago Castro <tiagolobocastro@gmail.com>
2 parents 71877e6 + 17be54c commit f429f45

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.3
33+
image: mayadata/mayastor:v1.0.4
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.3
36+
image: mayadata/mayastor:v1.0.4
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.3
11+
TAG=v1.0.4
1212

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

0 commit comments

Comments
 (0)