Skip to content

Commit

Permalink
Update image tags (:v0.6.0) in deployment yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
GlennBullingham committed Dec 1, 2020
1 parent e2ee9bd commit 7c7f7b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy/csi-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
# the same.
containers:
- name: mayastor-csi
image: mayadata/mayastor-csi:latest
image: mayadata/mayastor-csi:v0.6.0
imagePullPolicy: Always
# we need privileged because we mount filesystems and use mknod
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion deploy/mayastor-daemonset-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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:latest
image: mayadata/mayastor:v0.6.0
imagePullPolicy: Always
env:
- name: MY_NODE_NAME
Expand Down
2 changes: 1 addition & 1 deletion deploy/mayastor-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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:latest
image: mayadata/mayastor:v0.6.0
imagePullPolicy: Always
env:
- name: MY_NODE_NAME
Expand Down
2 changes: 1 addition & 1 deletion deploy/moac-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
mountPath: /var/lib/csi/sockets/pluginproxy/

- name: moac
image: mayadata/moac:latest
image: mayadata/moac:v0.6.0
imagePullPolicy: Always
args:
- "--csi-address=$(CSI_ENDPOINT)"
Expand Down

0 comments on commit 7c7f7b4

Please sign in to comment.