From 0ca402e16b1871aee27f7df4297b9c7f501467f2 Mon Sep 17 00:00:00 2001 From: Humble Devassy Chirammal Date: Wed, 1 Apr 2026 23:14:18 +0530 Subject: [PATCH] csi: update CSI sidecar images in test manifests Update CSI sidecar container images in e2e test manifests (hostpath, mock, volume-group-snapshots, gce-pd): - csi-provisioner: v6.1.1 -> v6.2.0, v5.2.0 -> v6.2.0 - csi-attacher: v4.8.1 -> v4.11.0 - csi-resizer: v1.13.1 -> v2.1.0 - csi-snapshot-metadata: v0.2.0 -> v1.0.0 Signed-off-by: Humble Devassy Chirammal --- .../volume-group-snapshots/csi-hostpath-plugin.yaml | 2 +- .../testing-manifests/storage-csi/gce-pd/controller_ss.yaml | 6 +++--- .../storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml | 4 ++-- .../testing-manifests/storage-csi/mock/csi-mock-driver.yaml | 2 +- .../testing-manifests/storage-csi/mock/csi-mock-proxy.yaml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test/e2e/testing-manifests/storage-csi/external-snapshotter/volume-group-snapshots/csi-hostpath-plugin.yaml b/test/e2e/testing-manifests/storage-csi/external-snapshotter/volume-group-snapshots/csi-hostpath-plugin.yaml index 4a50349cd40..958063e9667 100644 --- a/test/e2e/testing-manifests/storage-csi/external-snapshotter/volume-group-snapshots/csi-hostpath-plugin.yaml +++ b/test/e2e/testing-manifests/storage-csi/external-snapshotter/volume-group-snapshots/csi-hostpath-plugin.yaml @@ -324,7 +324,7 @@ spec: name: socket-dir - name: csi-provisioner - image: registry.k8s.io/sig-storage/csi-provisioner:v6.1.1 + image: registry.k8s.io/sig-storage/csi-provisioner:v6.2.0 args: - -v=5 - --csi-address=/csi/csi.sock diff --git a/test/e2e/testing-manifests/storage-csi/gce-pd/controller_ss.yaml b/test/e2e/testing-manifests/storage-csi/gce-pd/controller_ss.yaml index 9f7809b08b4..f87eded17d5 100644 --- a/test/e2e/testing-manifests/storage-csi/gce-pd/controller_ss.yaml +++ b/test/e2e/testing-manifests/storage-csi/gce-pd/controller_ss.yaml @@ -39,7 +39,7 @@ spec: - name: socket-dir mountPath: /csi - name: csi-provisioner - image: registry.k8s.io/sig-storage/csi-provisioner:v5.2.0 + image: registry.k8s.io/sig-storage/csi-provisioner:v6.2.0 args: - "--v=5" - "--csi-address=/csi/csi.sock" @@ -73,7 +73,7 @@ spec: - name: socket-dir mountPath: /csi - name: csi-attacher - image: registry.k8s.io/sig-storage/csi-attacher:v4.8.1 + image: registry.k8s.io/sig-storage/csi-attacher:v4.11.0 args: - "--v=5" - "--csi-address=/csi/csi.sock" @@ -102,7 +102,7 @@ spec: - name: socket-dir mountPath: /csi - name: csi-resizer - image: registry.k8s.io/sig-storage/csi-resizer:v1.13.1 + image: registry.k8s.io/sig-storage/csi-resizer:v2.1.0 args: - "--v=5" - "--csi-address=/csi/csi.sock" diff --git a/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml b/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml index 2fe67ffb719..d3501c43acf 100644 --- a/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml +++ b/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml @@ -343,7 +343,7 @@ spec: name: socket-dir - name: csi-provisioner - image: registry.k8s.io/sig-storage/csi-provisioner:v6.1.1 + image: registry.k8s.io/sig-storage/csi-provisioner:v6.2.0 args: - -v=5 - --csi-address=/csi/csi.sock @@ -387,7 +387,7 @@ spec: name: socket-dir - name: csi-snapshot-metadata - image: registry.k8s.io/sig-storage/csi-snapshot-metadata:v0.2.0 + image: registry.k8s.io/sig-storage/csi-snapshot-metadata:v1.0.0 imagePullPolicy: IfNotPresent args: - --csi-address=/csi/csi.sock diff --git a/test/e2e/testing-manifests/storage-csi/mock/csi-mock-driver.yaml b/test/e2e/testing-manifests/storage-csi/mock/csi-mock-driver.yaml index 5f85ae7422c..36fff342e42 100644 --- a/test/e2e/testing-manifests/storage-csi/mock/csi-mock-driver.yaml +++ b/test/e2e/testing-manifests/storage-csi/mock/csi-mock-driver.yaml @@ -15,7 +15,7 @@ spec: serviceAccountName: csi-mock containers: - name: csi-provisioner - image: registry.k8s.io/sig-storage/csi-provisioner:v6.1.1 + image: registry.k8s.io/sig-storage/csi-provisioner:v6.2.0 args: - "--csi-address=$(ADDRESS)" # Topology support is needed for the pod rescheduling test diff --git a/test/e2e/testing-manifests/storage-csi/mock/csi-mock-proxy.yaml b/test/e2e/testing-manifests/storage-csi/mock/csi-mock-proxy.yaml index 956adbf70ac..fb1aba4278e 100644 --- a/test/e2e/testing-manifests/storage-csi/mock/csi-mock-proxy.yaml +++ b/test/e2e/testing-manifests/storage-csi/mock/csi-mock-proxy.yaml @@ -15,7 +15,7 @@ spec: serviceAccountName: csi-mock containers: - name: csi-provisioner - image: registry.k8s.io/sig-storage/csi-provisioner:v6.1.1 + image: registry.k8s.io/sig-storage/csi-provisioner:v6.2.0 args: - "--csi-address=$(ADDRESS)" # Topology support is needed for the pod rescheduling test