From 1bd6297ecbdf11f1ebe6a4b20f8963b4bcebe13b Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Fri, 22 Apr 2022 13:41:01 +0530 Subject: [PATCH] helm: update image tag for release 3.6.1 This commit change the required image tag to v3.6.1 instead of v3.6-canary for v3.6.1 release Signed-off-by: Madhu Rajanna --- charts/ceph-csi-cephfs/values.yaml | 2 +- charts/ceph-csi-rbd/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/ceph-csi-cephfs/values.yaml b/charts/ceph-csi-cephfs/values.yaml index 9822480b4..246c98336 100644 --- a/charts/ceph-csi-cephfs/values.yaml +++ b/charts/ceph-csi-cephfs/values.yaml @@ -88,7 +88,7 @@ nodeplugin: plugin: image: repository: quay.io/cephcsi/cephcsi - tag: v3.6-canary + tag: v3.6.1 pullPolicy: IfNotPresent resources: {} diff --git a/charts/ceph-csi-rbd/values.yaml b/charts/ceph-csi-rbd/values.yaml index 825412459..126e8c7ad 100644 --- a/charts/ceph-csi-rbd/values.yaml +++ b/charts/ceph-csi-rbd/values.yaml @@ -111,7 +111,7 @@ nodeplugin: plugin: image: repository: quay.io/cephcsi/cephcsi - tag: v3.6-canary + tag: v3.6.1 pullPolicy: IfNotPresent resources: {}