From 0932a4b6be1de028c57fa6cd31d1caad28bd0ae7 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Fri, 22 Apr 2022 19:15:17 +0530 Subject: [PATCH] revert: "helm: update image tag for release 3.6.1" This reverts commit 1bd6297ecbdf11f1ebe6a4b20f8963b4bcebe13b. 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 246c98336..9822480b4 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.1 + tag: v3.6-canary pullPolicy: IfNotPresent resources: {} diff --git a/charts/ceph-csi-rbd/values.yaml b/charts/ceph-csi-rbd/values.yaml index 126e8c7ad..825412459 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.1 + tag: v3.6-canary pullPolicy: IfNotPresent resources: {}