From d7af633ea8f3e5b96de371de6775662444f11b39 Mon Sep 17 00:00:00 2001 From: Payes Anand Date: Tue, 7 Sep 2021 02:40:14 +0530 Subject: [PATCH] fix(image-tag): update mayastor-csi image tag to v0.8.1 Signed-off-by: Payes Anand --- deploy/csi-daemonset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/csi-daemonset.yaml b/deploy/csi-daemonset.yaml index 5e1ae41cf..887544616 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:v0.8.0 + image: mayadata/mayastor-csi:v0.8.1 imagePullPolicy: IfNotPresent # we need privileged because we mount filesystems and use mknod securityContext: