Skip to content

Commit 10a7d6f

Browse files
committed
Update CSI Proxy to v1.2.1-gke.2
1 parent bdda0a5 commit 10a7d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/gce/config-common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export WINDOWS_INFRA_CONTAINER="registry.k8s.io/pause:3.10"
158158
# Storage Path for csi-proxy. csi-proxy only needs to be installed for Windows.
159159
export CSI_PROXY_STORAGE_PATH="https://storage.googleapis.com/gke-release/csi-proxy"
160160
# Version for csi-proxy
161-
export CSI_PROXY_VERSION="${CSI_PROXY_VERSION:-v1.1.1-gke.0}"
161+
export CSI_PROXY_VERSION="${CSI_PROXY_VERSION:-v1.2.1-gke.2}"
162162
# csi-proxy additional flags, there are additional flags that cannot be unset in k8s-node-setup.psm1
163163
export CSI_PROXY_FLAGS="${CSI_PROXY_FLAGS:-}"
164164
# Storage path for auth-provider-gcp binaries

0 commit comments

Comments
 (0)