From e34e3c39aa107a4592a02b196fa3a3533ec5ae36 Mon Sep 17 00:00:00 2001 From: Rakshith R Date: Thu, 29 Apr 2021 11:23:17 +0530 Subject: [PATCH] helm: update external-snapshotter image to v4.0.0 update external-snapshotter image to v4.0.0. Updating helm charts was forgotten in #1916. Signed-off-by: Rakshith R --- 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 c020db497..19049139a 100644 --- a/charts/ceph-csi-cephfs/values.yaml +++ b/charts/ceph-csi-cephfs/values.yaml @@ -172,7 +172,7 @@ provisioner: snapshotter: image: repository: k8s.gcr.io/sig-storage/csi-snapshotter - tag: v3.0.2 + tag: v4.0.0 pullPolicy: IfNotPresent resources: {} diff --git a/charts/ceph-csi-rbd/values.yaml b/charts/ceph-csi-rbd/values.yaml index 7e5a48c5c..d00b407c0 100644 --- a/charts/ceph-csi-rbd/values.yaml +++ b/charts/ceph-csi-rbd/values.yaml @@ -197,7 +197,7 @@ provisioner: snapshotter: image: repository: k8s.gcr.io/sig-storage/csi-snapshotter - tag: v3.0.2 + tag: v4.0.0 pullPolicy: IfNotPresent resources: {}