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="286039fb42378be91e05f0a8ba8b93b31c9cde57"
export MIXER_HUB="gcr.io/istio-testing"
export MIXER_TAG="1b1e7205023b95604218b55c42c565e7d704a0f4"
export PILOT_HUB="gcr.io/istio-testing"
export PILOT_TAG="1ab60bb736f1ed072d4ef5941f80c63c766c3b32"
export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/pilot/1ab60bb736f1ed072d4ef5941f80c63c766c3b32/artifacts/istioctl"
export PROXY_TAG="1509b9361c3e727b40146dcddd44ed0012b7de78"
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/1ab60bb736f1ed072d4ef5941f80c63c766c3b32/artifacts/debs"
export PROXY_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/proxy/1509b9361c3e727b40146dcddd44ed0012b7de78/artifacts/debs"
export FORTIO_HUB="gcr.io/istio-testing"
export FORTIO_TAG="0.2.7"