mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
deploy: update CSI sidecars to latest versions available
Below sidecars are updated with latest available versions csi-node-driver-registrar: v2.9.1 csi-resizer: v1.9.2 csi-provisioner: v3.6.2 csi-attacher: v4.4.2 csi-snapshotter: v6.3.2 Signed-off-by: Praveen M <m.praveen@ibm.com>
This commit is contained in:
@ -92,7 +92,7 @@ nodeplugin:
|
||||
registrar:
|
||||
image:
|
||||
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
|
||||
tag: v2.9.0
|
||||
tag: v2.9.1
|
||||
pullPolicy: IfNotPresent
|
||||
resources: {}
|
||||
|
||||
@ -184,7 +184,7 @@ provisioner:
|
||||
provisioner:
|
||||
image:
|
||||
repository: registry.k8s.io/sig-storage/csi-provisioner
|
||||
tag: v3.6.0
|
||||
tag: v3.6.2
|
||||
pullPolicy: IfNotPresent
|
||||
resources: {}
|
||||
## For further options, check
|
||||
@ -199,7 +199,7 @@ provisioner:
|
||||
enabled: true
|
||||
image:
|
||||
repository: gcr.io/k8s-staging-sig-storage/csi-resizer
|
||||
tag: v1.9.0
|
||||
tag: v1.9.2
|
||||
pullPolicy: IfNotPresent
|
||||
resources: {}
|
||||
## For further options, check
|
||||
@ -209,7 +209,7 @@ provisioner:
|
||||
snapshotter:
|
||||
image:
|
||||
repository: registry.k8s.io/sig-storage/csi-snapshotter
|
||||
tag: v6.3.0
|
||||
tag: v6.3.2
|
||||
pullPolicy: IfNotPresent
|
||||
resources: {}
|
||||
## For further options, check
|
||||
|
Reference in New Issue
Block a user