From 4386853875942d585dfa78dd198250b321a4c003 Mon Sep 17 00:00:00 2001 From: Sebastien Vas Date: Fri, 22 Sep 2017 13:31:36 -0700 Subject: [PATCH] Istio_Release_0.2.4 (#907) Former-commit-id: 88dcf751375f48552aa28f3ad84d7e612ddd33e7 --- install/kubernetes/addons/grafana.yaml | 2 +- install/kubernetes/istio-auth.yaml | 10 +++++----- install/kubernetes/istio-initializer.yaml | 8 ++++---- install/kubernetes/istio-one-namespace-auth.yaml | 10 +++++----- install/kubernetes/istio-one-namespace.yaml | 10 +++++----- install/kubernetes/istio.yaml | 10 +++++----- istio.VERSION | 14 +++++++------- 7 files changed, 32 insertions(+), 32 deletions(-) diff --git a/install/kubernetes/addons/grafana.yaml b/install/kubernetes/addons/grafana.yaml index e818381cd6bf..86c535451cc9 100644 --- a/install/kubernetes/addons/grafana.yaml +++ b/install/kubernetes/addons/grafana.yaml @@ -28,7 +28,7 @@ spec: spec: containers: - name: grafana - image: gcr.io/istio-testing/grafana:add09973e5b33fdfd99a410695e9b3aa49ce9ec8 + image: docker.io/istio/grafana:0.2.4 imagePullPolicy: IfNotPresent ports: - containerPort: 3000 diff --git a/install/kubernetes/istio-auth.yaml b/install/kubernetes/istio-auth.yaml index fe667a3c830e..aea3f1801f46 100644 --- a/install/kubernetes/istio-auth.yaml +++ b/install/kubernetes/istio-auth.yaml @@ -264,7 +264,7 @@ spec: - name: config-volume mountPath: /etc/statsd - name: mixer - image: gcr.io/istio-testing/mixer:add09973e5b33fdfd99a410695e9b3aa49ce9ec8 + image: docker.io/istio/mixer:0.2.4 imagePullPolicy: IfNotPresent ports: - containerPort: 9091 @@ -1022,7 +1022,7 @@ spec: serviceAccountName: istio-pilot-service-account containers: - name: discovery - image: gcr.io/istio-testing/pilot:9c7c291eab0a522f8033decd0f5b031f5ed0e126 + image: docker.io/istio/pilot:0.2.4 imagePullPolicy: IfNotPresent args: ["discovery", "-v", "2", "--admission-service", "istio-pilot-external"] ports: @@ -1091,7 +1091,7 @@ spec: serviceAccountName: istio-ingress-service-account containers: - name: istio-ingress - image: gcr.io/istio-testing/proxy_debug:9c7c291eab0a522f8033decd0f5b031f5ed0e126 + image: docker.io/istio/proxy_debug:0.2.4 args: - proxy - ingress @@ -1168,7 +1168,7 @@ spec: serviceAccountName: istio-egress-service-account containers: - name: proxy - image: gcr.io/istio-testing/proxy_debug:9c7c291eab0a522f8033decd0f5b031f5ed0e126 + image: docker.io/istio/proxy_debug:0.2.4 imagePullPolicy: IfNotPresent args: - proxy @@ -1224,6 +1224,6 @@ spec: serviceAccountName: istio-ca-service-account containers: - name: istio-ca - image: gcr.io/istio-testing/istio-ca:554ee9e87db8bfc68ed73601a89b721fe0b089ac + image: docker.io/istio/istio-ca:0.2.4 imagePullPolicy: IfNotPresent --- diff --git a/install/kubernetes/istio-initializer.yaml b/install/kubernetes/istio-initializer.yaml index ad3a71919f0e..341e31ef2203 100644 --- a/install/kubernetes/istio-initializer.yaml +++ b/install/kubernetes/istio-initializer.yaml @@ -12,10 +12,10 @@ data: namespaces: [""] # everything, aka v1.NamepsaceAll, aka cluster-wide initializerName: "sidecar.initializer.istio.io" params: - initImage: gcr.io/istio-testing/proxy_init:9c7c291eab0a522f8033decd0f5b031f5ed0e126 - proxyImage: gcr.io/istio-testing/proxy:9c7c291eab0a522f8033decd0f5b031f5ed0e126 + initImage: docker.io/istio/proxy_init:0.2.4 + proxyImage: docker.io/istio/proxy:0.2.4 verbosity: 2 - version: 9c7c291eab0a522f8033decd0f5b031f5ed0e126 + version: 0.2.4 meshConfigMapName: istio imagePullPolicy: IfNotPresent --- @@ -49,7 +49,7 @@ spec: serviceAccountName: istio-initializer-service-account containers: - name: initializer - image: gcr.io/istio-testing/sidecar_initializer:9c7c291eab0a522f8033decd0f5b031f5ed0e126 + image: docker.io/istio/sidecar_initializer:0.2.4 imagePullPolicy: IfNotPresent args: - --port=8083 diff --git a/install/kubernetes/istio-one-namespace-auth.yaml b/install/kubernetes/istio-one-namespace-auth.yaml index 8067cbd82cf3..250d3a05a9f5 100644 --- a/install/kubernetes/istio-one-namespace-auth.yaml +++ b/install/kubernetes/istio-one-namespace-auth.yaml @@ -264,7 +264,7 @@ spec: - name: config-volume mountPath: /etc/statsd - name: mixer - image: gcr.io/istio-testing/mixer:add09973e5b33fdfd99a410695e9b3aa49ce9ec8 + image: docker.io/istio/mixer:0.2.4 imagePullPolicy: IfNotPresent ports: - containerPort: 9091 @@ -1022,7 +1022,7 @@ spec: serviceAccountName: istio-pilot-service-account containers: - name: discovery - image: gcr.io/istio-testing/pilot:9c7c291eab0a522f8033decd0f5b031f5ed0e126 + image: docker.io/istio/pilot:0.2.4 imagePullPolicy: IfNotPresent args: ["discovery", "-v", "2", "-a", "istio-system", "--admission-service", "istio-pilot-external"] ports: @@ -1091,7 +1091,7 @@ spec: serviceAccountName: istio-ingress-service-account containers: - name: istio-ingress - image: gcr.io/istio-testing/proxy_debug:9c7c291eab0a522f8033decd0f5b031f5ed0e126 + image: docker.io/istio/proxy_debug:0.2.4 args: - proxy - ingress @@ -1168,7 +1168,7 @@ spec: serviceAccountName: istio-egress-service-account containers: - name: proxy - image: gcr.io/istio-testing/proxy_debug:9c7c291eab0a522f8033decd0f5b031f5ed0e126 + image: docker.io/istio/proxy_debug:0.2.4 imagePullPolicy: IfNotPresent args: - proxy @@ -1226,7 +1226,7 @@ spec: serviceAccountName: istio-ca-service-account containers: - name: istio-ca - image: gcr.io/istio-testing/istio-ca:554ee9e87db8bfc68ed73601a89b721fe0b089ac + image: docker.io/istio/istio-ca:0.2.4 imagePullPolicy: IfNotPresent env: - name: NAMESPACE diff --git a/install/kubernetes/istio-one-namespace.yaml b/install/kubernetes/istio-one-namespace.yaml index 964d2964677c..f97b472b17df 100644 --- a/install/kubernetes/istio-one-namespace.yaml +++ b/install/kubernetes/istio-one-namespace.yaml @@ -264,7 +264,7 @@ spec: - name: config-volume mountPath: /etc/statsd - name: mixer - image: gcr.io/istio-testing/mixer:add09973e5b33fdfd99a410695e9b3aa49ce9ec8 + image: docker.io/istio/mixer:0.2.4 imagePullPolicy: IfNotPresent ports: - containerPort: 9091 @@ -1022,7 +1022,7 @@ spec: serviceAccountName: istio-pilot-service-account containers: - name: discovery - image: gcr.io/istio-testing/pilot:9c7c291eab0a522f8033decd0f5b031f5ed0e126 + image: docker.io/istio/pilot:0.2.4 imagePullPolicy: IfNotPresent args: ["discovery", "-v", "2", "-a", "istio-system", "--admission-service", "istio-pilot-external"] ports: @@ -1091,7 +1091,7 @@ spec: serviceAccountName: istio-ingress-service-account containers: - name: istio-ingress - image: gcr.io/istio-testing/proxy_debug:9c7c291eab0a522f8033decd0f5b031f5ed0e126 + image: docker.io/istio/proxy_debug:0.2.4 args: - proxy - ingress @@ -1168,7 +1168,7 @@ spec: serviceAccountName: istio-egress-service-account containers: - name: proxy - image: gcr.io/istio-testing/proxy_debug:9c7c291eab0a522f8033decd0f5b031f5ed0e126 + image: docker.io/istio/proxy_debug:0.2.4 imagePullPolicy: IfNotPresent args: - proxy @@ -1226,7 +1226,7 @@ spec: serviceAccountName: istio-ca-service-account containers: - name: istio-ca - image: gcr.io/istio-testing/istio-ca:554ee9e87db8bfc68ed73601a89b721fe0b089ac + image: docker.io/istio/istio-ca:0.2.4 imagePullPolicy: IfNotPresent env: - name: NAMESPACE diff --git a/install/kubernetes/istio.yaml b/install/kubernetes/istio.yaml index 89a9f9e16b71..b1c8303c30c7 100644 --- a/install/kubernetes/istio.yaml +++ b/install/kubernetes/istio.yaml @@ -264,7 +264,7 @@ spec: - name: config-volume mountPath: /etc/statsd - name: mixer - image: gcr.io/istio-testing/mixer:add09973e5b33fdfd99a410695e9b3aa49ce9ec8 + image: docker.io/istio/mixer:0.2.4 imagePullPolicy: IfNotPresent ports: - containerPort: 9091 @@ -1022,7 +1022,7 @@ spec: serviceAccountName: istio-pilot-service-account containers: - name: discovery - image: gcr.io/istio-testing/pilot:9c7c291eab0a522f8033decd0f5b031f5ed0e126 + image: docker.io/istio/pilot:0.2.4 imagePullPolicy: IfNotPresent args: ["discovery", "-v", "2", "--admission-service", "istio-pilot-external"] ports: @@ -1091,7 +1091,7 @@ spec: serviceAccountName: istio-ingress-service-account containers: - name: istio-ingress - image: gcr.io/istio-testing/proxy_debug:9c7c291eab0a522f8033decd0f5b031f5ed0e126 + image: docker.io/istio/proxy_debug:0.2.4 args: - proxy - ingress @@ -1168,7 +1168,7 @@ spec: serviceAccountName: istio-egress-service-account containers: - name: proxy - image: gcr.io/istio-testing/proxy_debug:9c7c291eab0a522f8033decd0f5b031f5ed0e126 + image: docker.io/istio/proxy_debug:0.2.4 imagePullPolicy: IfNotPresent args: - proxy @@ -1224,6 +1224,6 @@ spec: serviceAccountName: istio-ca-service-account containers: - name: istio-ca - image: gcr.io/istio-testing/istio-ca:554ee9e87db8bfc68ed73601a89b721fe0b089ac + image: docker.io/istio/istio-ca:0.2.4 imagePullPolicy: IfNotPresent --- diff --git a/istio.VERSION b/istio.VERSION index a3d9d517f881..c4a3954dd6a0 100644 --- a/istio.VERSION +++ b/istio.VERSION @@ -1,12 +1,12 @@ # 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="554ee9e87db8bfc68ed73601a89b721fe0b089ac" -export MIXER_HUB="gcr.io/istio-testing" -export MIXER_TAG="add09973e5b33fdfd99a410695e9b3aa49ce9ec8" -export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/pilot/9c7c291eab0a522f8033decd0f5b031f5ed0e126/artifacts/istioctl" -export PILOT_HUB="gcr.io/istio-testing" -export PILOT_TAG="9c7c291eab0a522f8033decd0f5b031f5ed0e126" +export CA_HUB="docker.io/istio" +export CA_TAG="0.2.4" +export MIXER_HUB="docker.io/istio" +export MIXER_TAG="0.2.4" +export ISTIOCTL_URL="https://storage.googleapis.com/istio-release/releases/0.2.4/istioctl" +export PILOT_HUB="docker.io/istio" +export PILOT_TAG="0.2.4" export PROXY_TAG="94241cdb8e933cb94526d3f190af5bd3eb2f4b6a" export ISTIO_NAMESPACE="istio-system" export AUTH_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/auth/554ee9e87db8bfc68ed73601a89b721fe0b089ac/artifacts/debs"