Merge pull request #103060 from mauriciopoppe/expose-csi-proxy-version

Expose envvar CSI_PROXY_VERSION
This commit is contained in:
Kubernetes Prow Robot 2021-06-21 12:38:50 -07:00 committed by GitHub
commit ce8b7afc8a
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="v0.2.2-gke.0"
export CSI_PROXY_VERSION="${CSI_PROXY_VERSION:-v0.2.2-gke.0}"