Skip to content

Commit

Permalink
chore(deployment): Update k8s deployment config files
Browse files Browse the repository at this point in the history
Set mayastor image tags to release version (0.7.1)
  • Loading branch information
GlennBullingham committed Feb 12, 2021
1 parent 7c2e9e9 commit 35e1c64
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-csi:develop
image: mayadata/mayastor-csi:v0.7.1
imagePullPolicy: Always
# 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:develop
image: mayadata/mayastor:v0.7.1
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 @@ -45,7 +45,7 @@ spec:
mountPath: /var/lib/csi/sockets/pluginproxy/

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

0 comments on commit 35e1c64

Please sign in to comment.