feat(deploy): update CSI sidecars & snapshot CRDs to latest

Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
This commit is contained in:
Harsh Vardhan 2023-07-22 21:32:18 +05:30 committed by Niladri Halder
parent f2f33d93f3
commit 0dc1a847c1
12 changed files with 899 additions and 242 deletions

View file

@ -29,7 +29,7 @@ zfsNode:
repository: sig-storage/csi-node-driver-registrar
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: v2.3.0
tag: v2.8.0
updateStrategy:
type: RollingUpdate
annotations: {}
@ -79,7 +79,7 @@ zfsController:
repository: sig-storage/csi-resizer
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: v1.2.0
tag: v1.8.0
snapshotter:
name: "csi-snapshotter"
image:
@ -89,7 +89,7 @@ zfsController:
repository: sig-storage/csi-snapshotter
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: v4.0.0
tag: v6.2.2
snapshotController:
name: "snapshot-controller"
image:
@ -99,7 +99,7 @@ zfsController:
repository: sig-storage/snapshot-controller
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: v4.0.0
tag: v6.2.2
provisioner:
name: "csi-provisioner"
image:
@ -109,7 +109,7 @@ zfsController:
repository: sig-storage/csi-provisioner
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: v3.2.0
tag: v3.5.0
updateStrategy:
type: RollingUpdate
annotations: {}