From 00f88e58a0b08be3d7ea009a0cfde8dca23021bf Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Thu, 20 Jan 2022 20:27:04 +0530 Subject: [PATCH] helm: changes the image to v3.5.1 instead of canary for release This commit changes the provisioner and plugin images for 3.5.1 image in helm charts. 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 96ad7c8b7..069f3932e 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: v3.5-canary + tag: v3.5.1 pullPolicy: IfNotPresent resources: {} diff --git a/charts/ceph-csi-rbd/values.yaml b/charts/ceph-csi-rbd/values.yaml index 2883aa096..89e65ddb2 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: v3.5-canary + tag: v3.5.1 pullPolicy: IfNotPresent resources: {}