From 42c2ba714bddc6193e6e6dbdb1b2ba2a68db4726 Mon Sep 17 00:00:00 2001 From: Niladri Halder Date: Thu, 27 Jul 2023 20:41:14 +0530 Subject: [PATCH] fix(yamls): bump csi sidecar versions Signed-off-by: Niladri Halder --- deploy/yamls/zfs-driver.yaml | 10 +++++----- deploy/zfs-operator.yaml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/deploy/yamls/zfs-driver.yaml b/deploy/yamls/zfs-driver.yaml index c5362db..279ed32 100644 --- a/deploy/yamls/zfs-driver.yaml +++ b/deploy/yamls/zfs-driver.yaml @@ -980,7 +980,7 @@ spec: serviceAccountName: openebs-zfs-controller-sa containers: - name: csi-resizer - image: registry.k8s.io/sig-storage/csi-resizer:v1.2.0 + image: registry.k8s.io/sig-storage/csi-resizer:v1.8.0 args: - "--v=5" - "--csi-address=$(ADDRESS)" @@ -993,7 +993,7 @@ spec: - name: socket-dir mountPath: /var/lib/csi/sockets/pluginproxy/ - name: csi-snapshotter - image: registry.k8s.io/sig-storage/csi-snapshotter:v4.0.0 + image: registry.k8s.io/sig-storage/csi-snapshotter:v6.2.2 imagePullPolicy: IfNotPresent args: - "--csi-address=$(ADDRESS)" @@ -1005,13 +1005,13 @@ spec: - name: socket-dir mountPath: /var/lib/csi/sockets/pluginproxy/ - name: snapshot-controller - image: registry.k8s.io/sig-storage/snapshot-controller:v4.0.0 + image: registry.k8s.io/sig-storage/snapshot-controller:v6.2.2 args: - "--v=5" - "--leader-election=true" imagePullPolicy: IfNotPresent - name: csi-provisioner - image: registry.k8s.io/sig-storage/csi-provisioner:v3.0.0 + image: registry.k8s.io/sig-storage/csi-provisioner:v3.5.0 imagePullPolicy: IfNotPresent args: - "--csi-address=$(ADDRESS)" @@ -1222,7 +1222,7 @@ spec: hostNetwork: true containers: - name: csi-node-driver-registrar - image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.3.0 + image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.8.0 imagePullPolicy: IfNotPresent args: - "--v=5" diff --git a/deploy/zfs-operator.yaml b/deploy/zfs-operator.yaml index b67907c..82db833 100644 --- a/deploy/zfs-operator.yaml +++ b/deploy/zfs-operator.yaml @@ -2274,7 +2274,7 @@ spec: serviceAccountName: openebs-zfs-controller-sa containers: - name: csi-resizer - image: registry.k8s.io/sig-storage/csi-resizer:v1.2.0 + image: registry.k8s.io/sig-storage/csi-resizer:v1.8.0 args: - "--v=5" - "--csi-address=$(ADDRESS)" @@ -2287,7 +2287,7 @@ spec: - name: socket-dir mountPath: /var/lib/csi/sockets/pluginproxy/ - name: csi-snapshotter - image: registry.k8s.io/sig-storage/csi-snapshotter:v4.0.0 + image: registry.k8s.io/sig-storage/csi-snapshotter:v6.2.2 imagePullPolicy: IfNotPresent args: - "--csi-address=$(ADDRESS)" @@ -2299,13 +2299,13 @@ spec: - name: socket-dir mountPath: /var/lib/csi/sockets/pluginproxy/ - name: snapshot-controller - image: registry.k8s.io/sig-storage/snapshot-controller:v4.0.0 + image: registry.k8s.io/sig-storage/snapshot-controller:v6.2.2 args: - "--v=5" - "--leader-election=true" imagePullPolicy: IfNotPresent - name: csi-provisioner - image: registry.k8s.io/sig-storage/csi-provisioner:v3.0.0 + image: registry.k8s.io/sig-storage/csi-provisioner:v3.5.0 imagePullPolicy: IfNotPresent args: - "--csi-address=$(ADDRESS)" @@ -2516,7 +2516,7 @@ spec: hostNetwork: true containers: - name: csi-node-driver-registrar - image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.3.0 + image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.8.0 imagePullPolicy: IfNotPresent args: - "--v=5"