forked from istio/istio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
5 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# 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="c1d9332a73fb135f725dbc97d7a17ad8a62be915" | ||
export MIXER_HUB="gcr.io/istio-testing" | ||
export MIXER_TAG="1ed277184e56ad5294f6afb885e4b1bbf928a244" | ||
export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/pilot/d6a3290dad2663df228a62826a0d97adceb8c79c/artifacts/istioctl" | ||
export PILOT_HUB="gcr.io/istio-testing" | ||
export PILOT_TAG="d6a3290dad2663df228a62826a0d97adceb8c79c" | ||
export CA_HUB="docker.io/istio" | ||
export CA_TAG="0.2.1" | ||
export MIXER_HUB="docker.io/istio" | ||
export MIXER_TAG="0.2.1" | ||
export ISTIOCTL_URL="https://storage.googleapis.com/istio-release/releases/0.2.1/istioctl" | ||
export PILOT_HUB="docker.io/istio" | ||
export PILOT_TAG="0.2.1" |