forked from istio/istio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
istio.VERSION
16 lines (16 loc) · 1.07 KB
/
istio.VERSION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# DO NOT EDIT THIS FILE MANUALLY instead use
# install/updateVersion.sh (see install/README.md)
export CA_HUB="gcr.io/istio-testing"
export CA_TAG="286039fb42378be91e05f0a8ba8b93b31c9cde57"
export MIXER_HUB="gcr.io/istio-testing"
export MIXER_TAG="efb055f0f134d24733d2de9ec0c50fa10e325d72"
export PILOT_HUB="gcr.io/istio-testing"
export PILOT_TAG="baaf4732e944128c58abf9451c0f50a91a6503a3"
export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/pilot/baaf4732e944128c58abf9451c0f50a91a6503a3/artifacts/istioctl"
export PROXY_TAG="7f2551240c48911a4164904aa4b4c216b97546a7"
export ISTIO_NAMESPACE="istio-system"
export AUTH_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/auth/286039fb42378be91e05f0a8ba8b93b31c9cde57/artifacts/debs"
export PILOT_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/pilot/baaf4732e944128c58abf9451c0f50a91a6503a3/artifacts/debs"
export PROXY_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/proxy/7f2551240c48911a4164904aa4b4c216b97546a7/artifacts/debs"
export FORTIO_HUB="gcr.io/istio-testing"
export FORTIO_TAG="0.2.7"