forked from istio/istio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathistio.VERSION
15 lines (14 loc) · 863 Bytes
/
istio.VERSION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# DO NOT EDIT THIS FILE MANUALLY instead use
# install/updateVersion.sh (see install/README.md)
export CA_HUB="docker.io/istio"
export CA_TAG="0.2.4"
export MIXER_HUB="docker.io/istio"
export MIXER_TAG="0.2.4"
export ISTIOCTL_URL="https://storage.googleapis.com/istio-release/releases/0.2.4/istioctl"
export PILOT_HUB="docker.io/istio"
export PILOT_TAG="0.2.4"
export PROXY_TAG="94241cdb8e933cb94526d3f190af5bd3eb2f4b6a"
export ISTIO_NAMESPACE="istio-system"
export AUTH_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/auth/554ee9e87db8bfc68ed73601a89b721fe0b089ac/artifacts/debs"
export PILOT_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/pilot/9c7c291eab0a522f8033decd0f5b031f5ed0e126/artifacts/debs"
export PROXY_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/proxy/94241cdb8e933cb94526d3f190af5bd3eb2f4b6a/artifacts/debs"