forked from istio/istio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathistio.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="d8928ed10bdbd180cbad39f9a4eaf8a70ddb37a2"
export MIXER_HUB="gcr.io/istio-testing"
export MIXER_TAG="76287adcd0a860c79f46c3feeeb5b663fffe189d"
export PILOT_HUB="gcr.io/istio-testing"
export PILOT_TAG="0d5adce10a9937e915eca2973656ee83baa05409"
export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/pilot/0d5adce10a9937e915eca2973656ee83baa05409/artifacts/istioctl"
export PROXY_TAG="f8b4de9a80f1d6b500b3148e0e3364daffbb9dfc"
export ISTIO_NAMESPACE="istio-system"
export AUTH_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/auth/d8928ed10bdbd180cbad39f9a4eaf8a70ddb37a2/artifacts/debs"
export PILOT_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/pilot/0d5adce10a9937e915eca2973656ee83baa05409/artifacts/debs"
export PROXY_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/proxy/f8b4de9a80f1d6b500b3148e0e3364daffbb9dfc/artifacts/debs"
export FORTIO_HUB="gcr.io/istio-testing"
export FORTIO_TAG="0.2.7"