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="d10e0c4aa05ca726cae71aa5d033dea4f7bc26e4"
export MIXER_HUB="gcr.io/istio-testing"
export MIXER_TAG="bbd5e274f3ecebd4b6ed69a9e6948a1a98e21ab3"
export PILOT_HUB="gcr.io/istio-testing"
export PILOT_TAG="6f20fc31474dae9a944d47a364ded3bb3439c477"
export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/pilot/6f20fc31474dae9a944d47a364ded3bb3439c477/artifacts/istioctl"
export PROXY_TAG="5a9070aad08985815d57220a3d2c0001b62d586e"
export ISTIO_NAMESPACE="istio-system"
export AUTH_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/auth/d10e0c4aa05ca726cae71aa5d033dea4f7bc26e4/artifacts/debs"
export PILOT_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/pilot/6f20fc31474dae9a944d47a364ded3bb3439c477/artifacts/debs"
export PROXY_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/proxy/5a9070aad08985815d57220a3d2c0001b62d586e/artifacts/debs"
export FORTIO_HUB="gcr.io/istio-testing"
export FORTIO_TAG="0.2.7"