Skip to content

Commit

Permalink
chore: prepare release 1.0.8
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Castro <[email protected]>
  • Loading branch information
tiagolobocastro committed Jun 20, 2023
1 parent c93158f commit 3130f6a
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.7
image: mayadata/mayastor:v1.0.8
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.7
image: mayadata/mayastor:v1.0.8
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.7
TAG=v1.0.8

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

Expand Down

0 comments on commit 3130f6a

Please sign in to comment.