From 10a7d6f8fdbd739ea6a9a925b41033a73047e616 Mon Sep 17 00:00:00 2001 From: Mauricio Poppe Date: Tue, 1 Apr 2025 20:22:44 +0000 Subject: [PATCH] Update CSI Proxy to v1.2.1-gke.2 --- cluster/gce/config-common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/gce/config-common.sh b/cluster/gce/config-common.sh index 125297b1c94..15ee19330d1 100644 --- a/cluster/gce/config-common.sh +++ b/cluster/gce/config-common.sh @@ -158,7 +158,7 @@ export WINDOWS_INFRA_CONTAINER="registry.k8s.io/pause:3.10" # Storage Path for csi-proxy. csi-proxy only needs to be installed for Windows. export CSI_PROXY_STORAGE_PATH="https://storage.googleapis.com/gke-release/csi-proxy" # Version for csi-proxy -export CSI_PROXY_VERSION="${CSI_PROXY_VERSION:-v1.1.1-gke.0}" +export CSI_PROXY_VERSION="${CSI_PROXY_VERSION:-v1.2.1-gke.2}" # csi-proxy additional flags, there are additional flags that cannot be unset in k8s-node-setup.psm1 export CSI_PROXY_FLAGS="${CSI_PROXY_FLAGS:-}" # Storage path for auth-provider-gcp binaries