forked from istio/istio
-
Notifications
You must be signed in to change notification settings - Fork 1
/
istio.VERSION
16 lines (16 loc) · 1.06 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="5253b6b574a98b209c0ef3d0d6e90c1b8d6a5c2a"
export PILOT_HUB="gcr.io/istio-testing"
export PILOT_TAG="3101ea9d82a5f83b699c2d3245b371a19fa6bef4"
export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/pilot/3101ea9d82a5f83b699c2d3245b371a19fa6bef4/artifacts/istioctl"
export PROXY_TAG="8d0f43253231542bb8b1c5c1865b96e0473856be"
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/3101ea9d82a5f83b699c2d3245b371a19fa6bef4/artifacts/debs"
export PROXY_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/proxy/2458e4e27bc588df858711b66de0970183e0cf66/artifacts/debs"
export FORTIO_HUB="docker.io/istio"
export FORTIO_TAG="0.4.2"