|
59 | 59 | - name: config-volume
|
60 | 60 | mountPath: /etc/statsd
|
61 | 61 | - name: mixer
|
62 |
| - image: gcr.io/istio-testing/mixer:b41bd97d494013fadf33ac39e9c88c779863cecd |
| 62 | + image: gcr.io/istio-io/mixer:0.2.0 |
63 | 63 | imagePullPolicy: IfNotPresent
|
64 | 64 | ports:
|
65 | 65 | - containerPort: 9091
|
@@ -126,7 +126,7 @@ spec:
|
126 | 126 | serviceAccountName: istio-pilot-service-account
|
127 | 127 | containers:
|
128 | 128 | - name: discovery
|
129 |
| - image: gcr.io/istio-testing/pilot:a0268275a8704fe53fe4eec59b2adcdb7124492e |
| 129 | + image: gcr.io/istio-io/pilot:0.2.0 |
130 | 130 | imagePullPolicy: IfNotPresent
|
131 | 131 | args: ["discovery", "-v", "2"]
|
132 | 132 | ports:
|
@@ -191,7 +191,7 @@ spec:
|
191 | 191 | serviceAccountName: istio-ingress-service-account
|
192 | 192 | containers:
|
193 | 193 | - name: istio-ingress
|
194 |
| - image: gcr.io/istio-testing/proxy_debug:a0268275a8704fe53fe4eec59b2adcdb7124492e |
| 194 | + image: gcr.io/istio-io/proxy_debug:0.2.0 |
195 | 195 | args: ["proxy", "ingress", "-v", "2"]
|
196 | 196 | imagePullPolicy: IfNotPresent
|
197 | 197 | ports:
|
@@ -244,7 +244,7 @@ spec:
|
244 | 244 | spec:
|
245 | 245 | containers:
|
246 | 246 | - name: proxy
|
247 |
| - image: gcr.io/istio-testing/proxy_debug:a0268275a8704fe53fe4eec59b2adcdb7124492e |
| 247 | + image: gcr.io/istio-io/proxy_debug:0.2.0 |
248 | 248 | imagePullPolicy: IfNotPresent
|
249 | 249 | args: ["proxy", "egress", "-v", "2"]
|
250 | 250 | env:
|
@@ -292,7 +292,7 @@ spec:
|
292 | 292 | serviceAccountName: istio-ca-service-account
|
293 | 293 | containers:
|
294 | 294 | - name: istio-ca
|
295 |
| - image: gcr.io/istio-testing/istio-ca:1e5c0841e24d88a2a14882430d01a278dc40c0cf |
| 295 | + image: gcr.io/istio-io/istio-ca:0.2.0 |
296 | 296 | imagePullPolicy: IfNotPresent
|
297 | 297 | env:
|
298 | 298 | - name: NAMESPACE
|
|
0 commit comments