From 8241f9264ecf49dd66f9918c17204c0633ad9ec3 Mon Sep 17 00:00:00 2001 From: Jing Xu Date: Wed, 16 Sep 2020 17:36:06 -0700 Subject: [PATCH] Update csi proxy to v0.2.1 Update csi proxy to v0.2.1 --- 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 bd90712cdad..2c54864f96b 100644 --- a/cluster/gce/config-common.sh +++ b/cluster/gce/config-common.sh @@ -162,4 +162,4 @@ export WINDOWS_INFRA_CONTAINER="gcr.io/gke-release/pause-win:1.2.1" # 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="v0.2.0-gke.0" \ No newline at end of file +export CSI_PROXY_VERSION="v0.2.1-gke.0"