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="d8928ed10bdbd180cbad39f9a4eaf8a70ddb37a2"
export MIXER_HUB="gcr.io/istio-testing"
export MIXER_TAG="76287adcd0a860c79f46c3feeeb5b663fffe189d"
export PILOT_HUB="gcr.io/istio-testing"
export PILOT_TAG="f3fef1fc4f75a73be7cf2636dd4dddaa3fd9fbcf"
export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/pilot/f3fef1fc4f75a73be7cf2636dd4dddaa3fd9fbcf/artifacts/istioctl"
export PROXY_TAG="57587594a2185d8011b67d6d5aa472ac23272689"
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/f3fef1fc4f75a73be7cf2636dd4dddaa3fd9fbcf/artifacts/debs"
export PROXY_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/proxy/57587594a2185d8011b67d6d5aa472ac23272689/artifacts/debs"
export FORTIO_HUB="gcr.io/istio-testing"
export FORTIO_TAG="0.2.7"