From 757b8ee92a0d0961aeb914d216662d816254914d Mon Sep 17 00:00:00 2001 From: Chethan Venkatesh Date: Fri, 24 May 2024 13:49:44 -0700 Subject: [PATCH] Bump up sidecars to k8s 1.30 releases --- manifests/vanilla/csi-snapshot-validatingwebhook.yaml | 2 +- manifests/vanilla/deploy-csi-snapshot-components.sh | 2 +- manifests/vanilla/vsphere-csi-driver.yaml | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/vanilla/csi-snapshot-validatingwebhook.yaml b/manifests/vanilla/csi-snapshot-validatingwebhook.yaml index c7c7e947ec..45256fe107 100644 --- a/manifests/vanilla/csi-snapshot-validatingwebhook.yaml +++ b/manifests/vanilla/csi-snapshot-validatingwebhook.yaml @@ -84,7 +84,7 @@ spec: serviceAccountName: snapshot-webhook containers: - name: snapshot-validation - image: registry.k8s.io/sig-storage/snapshot-validation-webhook:v7.0.2 # change the image if you wish to use your own custom validation server image + image: registry.k8s.io/sig-storage/snapshot-validation-webhook:v8.0.0 # change the image if you wish to use your own custom validation server image imagePullPolicy: IfNotPresent args: ['--tls-cert-file=/run/secrets/tls/tls.crt', '--tls-private-key-file=/run/secrets/tls/tls.key'] ports: diff --git a/manifests/vanilla/deploy-csi-snapshot-components.sh b/manifests/vanilla/deploy-csi-snapshot-components.sh index b3e16ca154..17e757b1b2 100755 --- a/manifests/vanilla/deploy-csi-snapshot-components.sh +++ b/manifests/vanilla/deploy-csi-snapshot-components.sh @@ -50,7 +50,7 @@ if ! command -v kubectl > /dev/null; then exit 1 fi -qualified_version="v7.0.2" +qualified_version="v8.0.0" volumesnapshotclasses_crd="volumesnapshotclasses.snapshot.storage.k8s.io" volumesnapshotcontents_crd="volumesnapshotcontents.snapshot.storage.k8s.io" volumesnapshots_crd="volumesnapshots.snapshot.storage.k8s.io" diff --git a/manifests/vanilla/vsphere-csi-driver.yaml b/manifests/vanilla/vsphere-csi-driver.yaml index 1635a1ebd8..4c703237d4 100644 --- a/manifests/vanilla/vsphere-csi-driver.yaml +++ b/manifests/vanilla/vsphere-csi-driver.yaml @@ -240,7 +240,7 @@ spec: dnsPolicy: "Default" containers: - name: csi-attacher - image: registry.k8s.io/sig-storage/csi-attacher:v4.5.1 + image: registry.k8s.io/sig-storage/csi-attacher:v4.6.1 args: - "--v=4" - "--timeout=300s" @@ -258,7 +258,7 @@ spec: - mountPath: /csi name: socket-dir - name: csi-resizer - image: registry.k8s.io/sig-storage/csi-resizer:v1.10.1 + image: registry.k8s.io/sig-storage/csi-resizer:v1.11.0 args: - "--v=4" - "--timeout=300s" @@ -374,7 +374,7 @@ spec: name: vsphere-config-volume readOnly: true - name: csi-provisioner - image: registry.k8s.io/sig-storage/csi-provisioner:v4.0.1 + image: registry.k8s.io/sig-storage/csi-provisioner:v5.0.0 args: - "--v=4" - "--timeout=300s" @@ -396,7 +396,7 @@ spec: - mountPath: /csi name: socket-dir - name: csi-snapshotter - image: registry.k8s.io/sig-storage/csi-snapshotter:v7.0.2 + image: registry.k8s.io/sig-storage/csi-snapshotter:v8.0.0 args: - "--v=4" - "--kube-api-qps=100" @@ -447,7 +447,7 @@ spec: dnsPolicy: "ClusterFirstWithHostNet" containers: - name: node-driver-registrar - image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.1 + image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.0 args: - "--v=5" - "--csi-address=$(ADDRESS)"