Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8572127

Browse files
rvkubiaksebastienvas
authored andcommitted
Istio Release 0.2.0 (istio#542)
Former-commit-id: 42305af
1 parent 86dabf3 commit 8572127

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

install/kubernetes/addons/grafana.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
spec:
2727
containers:
2828
- name: grafana
29-
image: gcr.io/istio-testing/grafana:b41bd97d494013fadf33ac39e9c88c779863cecd
29+
image: gcr.io/istio-io/grafana:0.2.0
3030
imagePullPolicy: IfNotPresent
3131
ports:
3232
- containerPort: 3000

install/kubernetes/istio-auth-with-cluster-ca.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
5959
- name: config-volume
6060
mountPath: /etc/statsd
6161
- name: mixer
62-
image: gcr.io/istio-testing/mixer:b41bd97d494013fadf33ac39e9c88c779863cecd
62+
image: gcr.io/istio-io/mixer:0.2.0
6363
imagePullPolicy: IfNotPresent
6464
ports:
6565
- containerPort: 9091
@@ -126,7 +126,7 @@ spec:
126126
serviceAccountName: istio-pilot-service-account
127127
containers:
128128
- name: discovery
129-
image: gcr.io/istio-testing/pilot:a0268275a8704fe53fe4eec59b2adcdb7124492e
129+
image: gcr.io/istio-io/pilot:0.2.0
130130
imagePullPolicy: IfNotPresent
131131
args: ["discovery", "-v", "2"]
132132
ports:
@@ -191,7 +191,7 @@ spec:
191191
serviceAccountName: istio-ingress-service-account
192192
containers:
193193
- name: istio-ingress
194-
image: gcr.io/istio-testing/proxy_debug:a0268275a8704fe53fe4eec59b2adcdb7124492e
194+
image: gcr.io/istio-io/proxy_debug:0.2.0
195195
args: ["proxy", "ingress", "-v", "2"]
196196
imagePullPolicy: IfNotPresent
197197
ports:
@@ -244,7 +244,7 @@ spec:
244244
spec:
245245
containers:
246246
- name: proxy
247-
image: gcr.io/istio-testing/proxy_debug:a0268275a8704fe53fe4eec59b2adcdb7124492e
247+
image: gcr.io/istio-io/proxy_debug:0.2.0
248248
imagePullPolicy: IfNotPresent
249249
args: ["proxy", "egress", "-v", "2"]
250250
env:

install/kubernetes/istio-auth.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
5959
- name: config-volume
6060
mountPath: /etc/statsd
6161
- name: mixer
62-
image: gcr.io/istio-testing/mixer:b41bd97d494013fadf33ac39e9c88c779863cecd
62+
image: gcr.io/istio-io/mixer:0.2.0
6363
imagePullPolicy: IfNotPresent
6464
ports:
6565
- containerPort: 9091
@@ -126,7 +126,7 @@ spec:
126126
serviceAccountName: istio-pilot-service-account
127127
containers:
128128
- name: discovery
129-
image: gcr.io/istio-testing/pilot:a0268275a8704fe53fe4eec59b2adcdb7124492e
129+
image: gcr.io/istio-io/pilot:0.2.0
130130
imagePullPolicy: IfNotPresent
131131
args: ["discovery", "-v", "2"]
132132
ports:
@@ -191,7 +191,7 @@ spec:
191191
serviceAccountName: istio-ingress-service-account
192192
containers:
193193
- name: istio-ingress
194-
image: gcr.io/istio-testing/proxy_debug:a0268275a8704fe53fe4eec59b2adcdb7124492e
194+
image: gcr.io/istio-io/proxy_debug:0.2.0
195195
args: ["proxy", "ingress", "-v", "2"]
196196
imagePullPolicy: IfNotPresent
197197
ports:
@@ -244,7 +244,7 @@ spec:
244244
spec:
245245
containers:
246246
- name: proxy
247-
image: gcr.io/istio-testing/proxy_debug:a0268275a8704fe53fe4eec59b2adcdb7124492e
247+
image: gcr.io/istio-io/proxy_debug:0.2.0
248248
imagePullPolicy: IfNotPresent
249249
args: ["proxy", "egress", "-v", "2"]
250250
env:
@@ -292,7 +292,7 @@ spec:
292292
serviceAccountName: istio-ca-service-account
293293
containers:
294294
- name: istio-ca
295-
image: gcr.io/istio-testing/istio-ca:1e5c0841e24d88a2a14882430d01a278dc40c0cf
295+
image: gcr.io/istio-io/istio-ca:0.2.0
296296
imagePullPolicy: IfNotPresent
297297
env:
298298
- name: NAMESPACE

install/kubernetes/istio.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
5959
- name: config-volume
6060
mountPath: /etc/statsd
6161
- name: mixer
62-
image: gcr.io/istio-testing/mixer:b41bd97d494013fadf33ac39e9c88c779863cecd
62+
image: gcr.io/istio-io/mixer:0.2.0
6363
imagePullPolicy: IfNotPresent
6464
ports:
6565
- containerPort: 9091
@@ -126,7 +126,7 @@ spec:
126126
serviceAccountName: istio-pilot-service-account
127127
containers:
128128
- name: discovery
129-
image: gcr.io/istio-testing/pilot:a0268275a8704fe53fe4eec59b2adcdb7124492e
129+
image: gcr.io/istio-io/pilot:0.2.0
130130
imagePullPolicy: IfNotPresent
131131
args: ["discovery", "-v", "2"]
132132
ports:
@@ -191,7 +191,7 @@ spec:
191191
serviceAccountName: istio-ingress-service-account
192192
containers:
193193
- name: istio-ingress
194-
image: gcr.io/istio-testing/proxy_debug:a0268275a8704fe53fe4eec59b2adcdb7124492e
194+
image: gcr.io/istio-io/proxy_debug:0.2.0
195195
args: ["proxy", "ingress", "-v", "2"]
196196
imagePullPolicy: IfNotPresent
197197
ports:
@@ -244,7 +244,7 @@ spec:
244244
serviceAccountName: istio-egress-service-account
245245
containers:
246246
- name: proxy
247-
image: gcr.io/istio-testing/proxy_debug:a0268275a8704fe53fe4eec59b2adcdb7124492e
247+
image: gcr.io/istio-io/proxy_debug:0.2.0
248248
imagePullPolicy: IfNotPresent
249249
args: ["proxy", "egress", "-v", "2"]
250250
env:

istio.VERSION

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# DO NOT EDIT THIS FILE MANUALLY instead use
22
# install/updateVersion.sh (see install/README.md)
3-
export CA_HUB="gcr.io/istio-testing"
4-
export CA_TAG="1e5c0841e24d88a2a14882430d01a278dc40c0cf"
5-
export MIXER_HUB="gcr.io/istio-testing"
6-
export MIXER_TAG="b41bd97d494013fadf33ac39e9c88c779863cecd"
7-
export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/pilot/a0268275a8704fe53fe4eec59b2adcdb7124492e/artifacts/istioctl"
8-
export PILOT_HUB="gcr.io/istio-testing"
9-
export PILOT_TAG="a0268275a8704fe53fe4eec59b2adcdb7124492e"
3+
export CA_HUB="gcr.io/istio-io"
4+
export CA_TAG="0.2.0"
5+
export MIXER_HUB="gcr.io/istio-io"
6+
export MIXER_TAG="0.2.0"
7+
export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/pilot/0.2.0/artifacts/istioctl"
8+
export PILOT_HUB="gcr.io/istio-io"
9+
export PILOT_TAG="0.2.0"

0 commit comments

Comments
 (0)