Merge pull request #104426 from mauriciopoppe/update-csi-proxy-version

Upgrade the default csi-proxy version installed by kube-up.sh
This commit is contained in:
Kubernetes Prow Robot 2021-08-18 15:23:45 -07:00 committed by GitHub
commit 9d38c64a7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,4 +164,4 @@ export WINDOWS_INFRA_CONTAINER="k8s.gcr.io/pause:3.5"
# 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:-v0.2.2-gke.0}"
export CSI_PROXY_VERSION="${CSI_PROXY_VERSION:-v1.0.1-gke.0}"