From dfbbd0ae98e0c9e9603c67b96d89f28f14d7de68 Mon Sep 17 00:00:00 2001 From: Christophe Jauffret Date: Wed, 6 Dec 2023 18:35:51 +0100 Subject: [PATCH] fix attacher version and storage class --- charts/nutanix-csi-storage/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/nutanix-csi-storage/values.yaml b/charts/nutanix-csi-storage/values.yaml index c5d5fbf..6766652 100644 --- a/charts/nutanix-csi-storage/values.yaml +++ b/charts/nutanix-csi-storage/values.yaml @@ -38,7 +38,7 @@ imagePullPolicy: IfNotPresent # Storage Class settings # # choose for which mode (Volume, File, Dynamic File) storageclass need to be created -volumeClass: true +volumeClass: false volumeClassName: "nutanix-volume" volumeClassRetention: "Delete" # Allows disks to be attached directly to the host without using iSCSI @@ -168,7 +168,7 @@ sidecars: image: registry.k8s.io/sig-storage/csi-provisioner:v3.6.2 imageLegacy: registry.k8s.io/sig-storage/csi-provisioner:v2.2.2 attacher: - image: k8s.gcr.io/sig-storage/csi-attacher:v3.4.0 + image: registry.k8s.io/sig-storage/csi-attacher:v4.4.2 snapshotter: image: registry.k8s.io/sig-storage/csi-snapshotter:v6.3.2 imageBeta: registry.k8s.io/sig-storage/csi-snapshotter:v3.0.3