mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
deploy: update CSI sidecars to latest versions available
Below sidecars are updated with latest available versions csi-node-driver-registrar: v2.8.0 csi-attacher: v4.3.0 csi-resizer: v1.8.0 csi-snapshotter: v6.2.2 csi-provisioner: v3.5.0 Signed-off-by: iPraveenParihar <praveenparihar68@gmail.com>
This commit is contained in:
committed by
mergify[bot]
parent
4da4b73d7c
commit
40c1d32518
@ -110,7 +110,7 @@ nodeplugin:
|
||||
registrar:
|
||||
image:
|
||||
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
|
||||
tag: v2.6.2
|
||||
tag: v2.8.0
|
||||
pullPolicy: IfNotPresent
|
||||
resources: {}
|
||||
|
||||
@ -207,7 +207,7 @@ provisioner:
|
||||
provisioner:
|
||||
image:
|
||||
repository: gcr.io/k8s-staging-sig-storage/csi-provisioner
|
||||
tag: v3.3.0
|
||||
tag: v3.5.0
|
||||
pullPolicy: IfNotPresent
|
||||
resources: {}
|
||||
## For further options, check
|
||||
@ -222,7 +222,7 @@ provisioner:
|
||||
enabled: true
|
||||
image:
|
||||
repository: registry.k8s.io/sig-storage/csi-attacher
|
||||
tag: v4.0.0
|
||||
tag: v4.3.0
|
||||
pullPolicy: IfNotPresent
|
||||
resources: {}
|
||||
## For further options, check
|
||||
@ -234,7 +234,7 @@ provisioner:
|
||||
enabled: true
|
||||
image:
|
||||
repository: registry.k8s.io/sig-storage/csi-resizer
|
||||
tag: v1.6.0
|
||||
tag: v1.8.0
|
||||
pullPolicy: IfNotPresent
|
||||
resources: {}
|
||||
## For further options, check
|
||||
@ -244,7 +244,7 @@ provisioner:
|
||||
snapshotter:
|
||||
image:
|
||||
repository: registry.k8s.io/sig-storage/csi-snapshotter
|
||||
tag: v6.1.0
|
||||
tag: v6.2.2
|
||||
pullPolicy: IfNotPresent
|
||||
resources: {}
|
||||
## For further options, check
|
||||
|
Reference in New Issue
Block a user