From 35e1c6450c183fddef512b623e14d23e403db9b4 Mon Sep 17 00:00:00 2001 From: GlennBullingham Date: Fri, 12 Feb 2021 11:13:43 +0000 Subject: [PATCH] chore(deployment): Update k8s deployment config files Set mayastor image tags to release version (0.7.1) --- deploy/csi-daemonset.yaml | 2 +- deploy/mayastor-daemonset.yaml | 2 +- deploy/moac-deployment.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/csi-daemonset.yaml b/deploy/csi-daemonset.yaml index 43b8a4cc1..6d340e705 100644 --- a/deploy/csi-daemonset.yaml +++ b/deploy/csi-daemonset.yaml @@ -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: diff --git a/deploy/mayastor-daemonset.yaml b/deploy/mayastor-daemonset.yaml index bc2b85e41..0982779e9 100644 --- a/deploy/mayastor-daemonset.yaml +++ b/deploy/mayastor-daemonset.yaml @@ -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 diff --git a/deploy/moac-deployment.yaml b/deploy/moac-deployment.yaml index 61450ae78..3d09e47e3 100644 --- a/deploy/moac-deployment.yaml +++ b/deploy/moac-deployment.yaml @@ -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)"