Skip to content

Commit

Permalink
fix attacher version and storage class
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxtof committed Dec 6, 2023
1 parent ef90909 commit dfbbd0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/nutanix-csi-storage/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dfbbd0a

Please sign in to comment.