From d63d3cf0c4608a3a5df09fc17a397c63cc5c73c7 Mon Sep 17 00:00:00 2001 From: zhangwei Date: Wed, 24 Nov 2021 10:26:02 +0800 Subject: [PATCH] helm: update comments to match the default image in the code update comments to match the default image in the code. Signed-off-by: zhangwei --- cluster/charts/rook-ceph/values.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cluster/charts/rook-ceph/values.yaml b/cluster/charts/rook-ceph/values.yaml index e5823135ff76..5d5e4d675f9d 100644 --- a/cluster/charts/rook-ceph/values.yaml +++ b/cluster/charts/rook-ceph/values.yaml @@ -275,15 +275,15 @@ csi: #cephcsi: #image: quay.io/cephcsi/cephcsi:v3.4.0 #registrar: - #image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.2.0 + #image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.3.0 #provisioner: - #image: k8s.gcr.io/sig-storage/csi-provisioner:v2.2.2 + #image: k8s.gcr.io/sig-storage/csi-provisioner:v3.0.0 #snapshotter: - #image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.1.1 + #image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.0 #attacher: - #image: k8s.gcr.io/sig-storage/csi-attacher:v3.2.1 + #image: k8s.gcr.io/sig-storage/csi-attacher:v3.3.0 #resizer: - #image: k8s.gcr.io/sig-storage/csi-resizer:v1.2.0 + #image: k8s.gcr.io/sig-storage/csi-resizer:v1.3.0 # Labels to add to the CSI CephFS Deployments and DaemonSets Pods. #cephfsPodLabels: "key1=value1,key2=value2" # Labels to add to the CSI RBD Deployments and DaemonSets Pods.