From d86662118d2e6f74dab97259468ccf5409be8e16 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Wed, 2 Nov 2022 13:12:19 +0530 Subject: [PATCH] update sidecars in the hostpath plugin CI test deployments Signed-off-by: Humble Chirammal --- .../hostpath/csi-hostpath-attacher.yaml | 2 +- .../hostpath/csi-hostpath-plugin.yaml | 6 +++--- .../hostpath/csi-hostpath-provisioner.yaml | 2 +- .../hostpath/csi-hostpath-resizer.yaml | 2 +- .../hostpath/csi-hostpath-snapshotter.yaml | 2 +- .../hostpath/csi-hostpath-plugin.yaml | 14 +++++++------- .../hostpath/csi-hostpath-plugin.yaml | 6 +++--- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/deploy/kubernetes-1.22-test/hostpath/csi-hostpath-attacher.yaml b/deploy/kubernetes-1.22-test/hostpath/csi-hostpath-attacher.yaml index c8d22cdb4..9c1a8d82c 100644 --- a/deploy/kubernetes-1.22-test/hostpath/csi-hostpath-attacher.yaml +++ b/deploy/kubernetes-1.22-test/hostpath/csi-hostpath-attacher.yaml @@ -37,7 +37,7 @@ spec: serviceAccountName: csi-attacher containers: - name: csi-attacher - image: registry.k8s.io/sig-storage/csi-attacher:v3.5.0 + image: registry.k8s.io/sig-storage/csi-attacher:v4.0.0 args: - --v=5 - --csi-address=/csi/csi.sock diff --git a/deploy/kubernetes-1.22-test/hostpath/csi-hostpath-plugin.yaml b/deploy/kubernetes-1.22-test/hostpath/csi-hostpath-plugin.yaml index 440ea1278..7d6a37d93 100644 --- a/deploy/kubernetes-1.22-test/hostpath/csi-hostpath-plugin.yaml +++ b/deploy/kubernetes-1.22-test/hostpath/csi-hostpath-plugin.yaml @@ -77,13 +77,13 @@ spec: volumeMounts: - mountPath: /csi name: socket-dir - image: registry.k8s.io/sig-storage/livenessprobe:v2.7.0 + image: registry.k8s.io/sig-storage/livenessprobe:v2.8.0 args: - --csi-address=/csi/csi.sock - --health-port=9898 - name: csi-external-health-monitor-controller - image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.5.0 + image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0 args: - "--v=5" - "--csi-address=$(ADDRESS)" @@ -97,7 +97,7 @@ spec: mountPath: /csi - name: node-driver-registrar - image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.5.1 + image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0 args: - --v=5 - --csi-address=/csi/csi.sock diff --git a/deploy/kubernetes-1.22-test/hostpath/csi-hostpath-provisioner.yaml b/deploy/kubernetes-1.22-test/hostpath/csi-hostpath-provisioner.yaml index 84ec7047c..0590feaaa 100644 --- a/deploy/kubernetes-1.22-test/hostpath/csi-hostpath-provisioner.yaml +++ b/deploy/kubernetes-1.22-test/hostpath/csi-hostpath-provisioner.yaml @@ -37,7 +37,7 @@ spec: serviceAccountName: csi-provisioner containers: - name: csi-provisioner - image: registry.k8s.io/sig-storage/csi-provisioner:v3.2.1 + image: registry.k8s.io/sig-storage/csi-provisioner:v3.3.0 args: - -v=5 - --csi-address=/csi/csi.sock diff --git a/deploy/kubernetes-1.22-test/hostpath/csi-hostpath-resizer.yaml b/deploy/kubernetes-1.22-test/hostpath/csi-hostpath-resizer.yaml index 5d91e1dc9..117c351f2 100644 --- a/deploy/kubernetes-1.22-test/hostpath/csi-hostpath-resizer.yaml +++ b/deploy/kubernetes-1.22-test/hostpath/csi-hostpath-resizer.yaml @@ -37,7 +37,7 @@ spec: serviceAccountName: csi-resizer containers: - name: csi-resizer - image: registry.k8s.io/sig-storage/csi-resizer:v1.5.0 + image: registry.k8s.io/sig-storage/csi-resizer:v1.6.0 args: - -v=5 - -csi-address=/csi/csi.sock diff --git a/deploy/kubernetes-1.22-test/hostpath/csi-hostpath-snapshotter.yaml b/deploy/kubernetes-1.22-test/hostpath/csi-hostpath-snapshotter.yaml index 9a45607b7..3486cae94 100644 --- a/deploy/kubernetes-1.22-test/hostpath/csi-hostpath-snapshotter.yaml +++ b/deploy/kubernetes-1.22-test/hostpath/csi-hostpath-snapshotter.yaml @@ -37,7 +37,7 @@ spec: serviceAccountName: csi-snapshotter containers: - name: csi-snapshotter - image: registry.k8s.io/sig-storage/csi-snapshotter:v6.0.1 + image: registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0 args: - -v=5 - --csi-address=/csi/csi.sock diff --git a/deploy/kubernetes-1.22/hostpath/csi-hostpath-plugin.yaml b/deploy/kubernetes-1.22/hostpath/csi-hostpath-plugin.yaml index f5ab734f4..d2caeceb7 100644 --- a/deploy/kubernetes-1.22/hostpath/csi-hostpath-plugin.yaml +++ b/deploy/kubernetes-1.22/hostpath/csi-hostpath-plugin.yaml @@ -261,7 +261,7 @@ spec: name: dev-dir - name: csi-external-health-monitor-controller - image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.6.0 + image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0 args: - "--v=5" - "--csi-address=$(ADDRESS)" @@ -275,7 +275,7 @@ spec: mountPath: /csi - name: node-driver-registrar - image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.5.1 + image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0 args: - --v=5 - --csi-address=/csi/csi.sock @@ -303,13 +303,13 @@ spec: volumeMounts: - mountPath: /csi name: socket-dir - image: registry.k8s.io/sig-storage/livenessprobe:v2.7.0 + image: registry.k8s.io/sig-storage/livenessprobe:v2.8.0 args: - --csi-address=/csi/csi.sock - --health-port=9898 - name: csi-attacher - image: registry.k8s.io/sig-storage/csi-attacher:v3.5.0 + image: registry.k8s.io/sig-storage/csi-attacher:v4.0.0 args: - --v=5 - --csi-address=/csi/csi.sock @@ -323,7 +323,7 @@ spec: name: socket-dir - name: csi-provisioner - image: registry.k8s.io/sig-storage/csi-provisioner:v3.2.1 + image: registry.k8s.io/sig-storage/csi-provisioner:v3.3.0 args: - -v=5 - --csi-address=/csi/csi.sock @@ -338,7 +338,7 @@ spec: name: socket-dir - name: csi-resizer - image: registry.k8s.io/sig-storage/csi-resizer:v1.5.0 + image: registry.k8s.io/sig-storage/csi-resizer:v1.6.0 args: - -v=5 - -csi-address=/csi/csi.sock @@ -352,7 +352,7 @@ spec: name: socket-dir - name: csi-snapshotter - image: registry.k8s.io/sig-storage/csi-snapshotter:v6.0.1 + image: registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0 args: - -v=5 - --csi-address=/csi/csi.sock diff --git a/deploy/kubernetes-distributed/hostpath/csi-hostpath-plugin.yaml b/deploy/kubernetes-distributed/hostpath/csi-hostpath-plugin.yaml index 8bdf86396..c9404ef89 100644 --- a/deploy/kubernetes-distributed/hostpath/csi-hostpath-plugin.yaml +++ b/deploy/kubernetes-distributed/hostpath/csi-hostpath-plugin.yaml @@ -25,7 +25,7 @@ spec: serviceAccountName: csi-provisioner containers: - name: csi-provisioner - image: registry.k8s.io/sig-storage/csi-provisioner:v3.2.0 + image: registry.k8s.io/sig-storage/csi-provisioner:v3.3.0 args: - -v=5 - --csi-address=/csi/csi.sock @@ -60,7 +60,7 @@ spec: name: socket-dir - name: node-driver-registrar - image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.5.1 + image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0 args: - --v=5 - --csi-address=/csi/csi.sock @@ -132,7 +132,7 @@ spec: volumeMounts: - mountPath: /csi name: socket-dir - image: registry.k8s.io/sig-storage/livenessprobe:v2.7.0 + image: registry.k8s.io/sig-storage/livenessprobe:v2.8.0 args: - --csi-address=/csi/csi.sock - --health-port=9898