Skip to content

Commit

Permalink
Istio_Release_0.2.1 (istio#624)
Browse files Browse the repository at this point in the history
Former-commit-id: 6077ca3
  • Loading branch information
sebastienvas authored Aug 31, 2017
1 parent ff9ecb4 commit 00f4c6a
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion install/kubernetes/addons/grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: grafana
image: gcr.io/istio-testing/grafana:1ed277184e56ad5294f6afb885e4b1bbf928a244
image: docker.io/istio/grafana:0.2.1
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3000
Expand Down
8 changes: 4 additions & 4 deletions install/kubernetes/istio-auth-with-cluster-ca.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
- name: config-volume
mountPath: /etc/statsd
- name: mixer
image: gcr.io/istio-testing/mixer:1ed277184e56ad5294f6afb885e4b1bbf928a244
image: docker.io/istio/mixer:0.2.1
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9091
Expand Down Expand Up @@ -126,7 +126,7 @@ spec:
serviceAccountName: istio-pilot-service-account
containers:
- name: discovery
image: gcr.io/istio-testing/pilot:d6a3290dad2663df228a62826a0d97adceb8c79c
image: docker.io/istio/pilot:0.2.1
imagePullPolicy: IfNotPresent
args: ["discovery", "-v", "2"]
ports:
Expand Down Expand Up @@ -191,7 +191,7 @@ spec:
serviceAccountName: istio-ingress-service-account
containers:
- name: istio-ingress
image: gcr.io/istio-testing/proxy_debug:d6a3290dad2663df228a62826a0d97adceb8c79c
image: docker.io/istio/proxy_debug:0.2.1
args: ["proxy", "ingress", "-v", "2"]
imagePullPolicy: IfNotPresent
ports:
Expand Down Expand Up @@ -244,7 +244,7 @@ spec:
spec:
containers:
- name: proxy
image: gcr.io/istio-testing/proxy_debug:d6a3290dad2663df228a62826a0d97adceb8c79c
image: docker.io/istio/proxy_debug:0.2.1
imagePullPolicy: IfNotPresent
args: ["proxy", "egress", "-v", "2"]
env:
Expand Down
10 changes: 5 additions & 5 deletions install/kubernetes/istio-auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
- name: config-volume
mountPath: /etc/statsd
- name: mixer
image: gcr.io/istio-testing/mixer:1ed277184e56ad5294f6afb885e4b1bbf928a244
image: docker.io/istio/mixer:0.2.1
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9091
Expand Down Expand Up @@ -126,7 +126,7 @@ spec:
serviceAccountName: istio-pilot-service-account
containers:
- name: discovery
image: gcr.io/istio-testing/pilot:d6a3290dad2663df228a62826a0d97adceb8c79c
image: docker.io/istio/pilot:0.2.1
imagePullPolicy: IfNotPresent
args: ["discovery", "-v", "2"]
ports:
Expand Down Expand Up @@ -191,7 +191,7 @@ spec:
serviceAccountName: istio-ingress-service-account
containers:
- name: istio-ingress
image: gcr.io/istio-testing/proxy_debug:d6a3290dad2663df228a62826a0d97adceb8c79c
image: docker.io/istio/proxy_debug:0.2.1
args: ["proxy", "ingress", "-v", "2"]
imagePullPolicy: IfNotPresent
ports:
Expand Down Expand Up @@ -244,7 +244,7 @@ spec:
spec:
containers:
- name: proxy
image: gcr.io/istio-testing/proxy_debug:d6a3290dad2663df228a62826a0d97adceb8c79c
image: docker.io/istio/proxy_debug:0.2.1
imagePullPolicy: IfNotPresent
args: ["proxy", "egress", "-v", "2"]
env:
Expand Down Expand Up @@ -292,7 +292,7 @@ spec:
serviceAccountName: istio-ca-service-account
containers:
- name: istio-ca
image: gcr.io/istio-testing/istio-ca:c1d9332a73fb135f725dbc97d7a17ad8a62be915
image: docker.io/istio/istio-ca:0.2.1
imagePullPolicy: IfNotPresent
env:
- name: NAMESPACE
Expand Down
8 changes: 4 additions & 4 deletions install/kubernetes/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
- name: config-volume
mountPath: /etc/statsd
- name: mixer
image: gcr.io/istio-testing/mixer:1ed277184e56ad5294f6afb885e4b1bbf928a244
image: docker.io/istio/mixer:0.2.1
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9091
Expand Down Expand Up @@ -126,7 +126,7 @@ spec:
serviceAccountName: istio-pilot-service-account
containers:
- name: discovery
image: gcr.io/istio-testing/pilot:d6a3290dad2663df228a62826a0d97adceb8c79c
image: docker.io/istio/pilot:0.2.1
imagePullPolicy: IfNotPresent
args: ["discovery", "-v", "2"]
ports:
Expand Down Expand Up @@ -191,7 +191,7 @@ spec:
serviceAccountName: istio-ingress-service-account
containers:
- name: istio-ingress
image: gcr.io/istio-testing/proxy_debug:d6a3290dad2663df228a62826a0d97adceb8c79c
image: docker.io/istio/proxy_debug:0.2.1
args: ["proxy", "ingress", "-v", "2"]
imagePullPolicy: IfNotPresent
ports:
Expand Down Expand Up @@ -249,7 +249,7 @@ spec:
serviceAccountName: istio-egress-service-account
containers:
- name: proxy
image: gcr.io/istio-testing/proxy_debug:d6a3290dad2663df228a62826a0d97adceb8c79c
image: docker.io/istio/proxy_debug:0.2.1
imagePullPolicy: IfNotPresent
args: ["proxy", "egress", "-v", "2"]
env:
Expand Down
14 changes: 7 additions & 7 deletions istio.VERSION
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"

0 comments on commit 00f4c6a

Please sign in to comment.