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="61a0174b6a5d00b3233335810c5b415cb59b189c"
export PILOT_HUB="gcr.io/istio-testing"
export PILOT_TAG="e3f2b2252f76ba579e658764735cd0de10597557"
export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/pilot/e3f2b2252f76ba579e658764735cd0de10597557/artifacts/istioctl"
export PROXY_TAG="cf01c6e70aceccbad9f0ecdf4c61f4918ef0d93b"
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/e3f2b2252f76ba579e658764735cd0de10597557/artifacts/debs"
export PROXY_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/proxy/cf01c6e70aceccbad9f0ecdf4c61f4918ef0d93b/artifacts/debs"
export FORTIO_HUB="gcr.io/istio-testing"
export FORTIO_TAG="0.2.7"