From c1100dec1589c7e113e2955bbd0aea435e51b022 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Mon, 17 Jan 2022 10:01:32 +0530 Subject: [PATCH] helm: add release-3.5 tag for the release This commit tag the release 3.5 helm charts Signed-off-by: Humble Chirammal --- 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 8bd644f7d..1ea8524f0 100644 --- a/charts/ceph-csi-cephfs/values.yaml +++ b/charts/ceph-csi-cephfs/values.yaml @@ -87,7 +87,7 @@ nodeplugin: plugin: image: repository: quay.io/cephcsi/cephcsi - tag: canary + tag: v3.5.0 pullPolicy: IfNotPresent resources: {} diff --git a/charts/ceph-csi-rbd/values.yaml b/charts/ceph-csi-rbd/values.yaml index 67f63b94d..0aa811d6b 100644 --- a/charts/ceph-csi-rbd/values.yaml +++ b/charts/ceph-csi-rbd/values.yaml @@ -109,7 +109,7 @@ nodeplugin: plugin: image: repository: quay.io/cephcsi/cephcsi - tag: canary + tag: v3.5.0 pullPolicy: IfNotPresent resources: {}