@@ -235,7 +235,7 @@ spec:
235235 - name : config-volume
236236 mountPath : /etc/statsd
237237 - name : mixer
238- image : gcr .io/istio-testing /mixer:8234eb2b21ec5cef584fc948d2d0c8b2095497de
238+ image : docker .io/istio/mixer:0.2.2
239239 imagePullPolicy : IfNotPresent
240240 ports :
241241 - containerPort : 9091
@@ -650,7 +650,7 @@ spec:
650650 serviceAccountName : istio-pilot-service-account
651651 containers :
652652 - name : discovery
653- image : gcr .io/istio-testing /pilot:4d3e5b5dac116dfc840e21b9620b43e6c5f051a8
653+ image : docker .io/istio/pilot:0.2.2
654654 imagePullPolicy : IfNotPresent
655655 args : ["discovery", "-v", "2"]
656656 ports :
@@ -732,7 +732,7 @@ spec:
732732 serviceAccountName : istio-ingress-service-account
733733 containers :
734734 - name : istio-ingress
735- image : gcr .io/istio-testing /proxy_debug:4d3e5b5dac116dfc840e21b9620b43e6c5f051a8
735+ image : docker .io/istio/proxy_debug:0.2.2
736736 args : ["proxy", "ingress", "-v", "2"]
737737 imagePullPolicy : IfNotPresent
738738 ports :
@@ -808,7 +808,7 @@ spec:
808808 serviceAccountName : istio-egress-service-account
809809 containers :
810810 - name : proxy
811- image : gcr .io/istio-testing /proxy_debug:4d3e5b5dac116dfc840e21b9620b43e6c5f051a8
811+ image : docker .io/istio/proxy_debug:0.2.2
812812 imagePullPolicy : IfNotPresent
813813 args : ["proxy", "egress", "-v", "2"]
814814 env :
@@ -864,7 +864,7 @@ spec:
864864 serviceAccountName : istio-ca-service-account
865865 containers :
866866 - name : istio-ca
867- image : gcr .io/istio-testing /istio-ca:d2e988190d8a27bd3cfa7bbace504c9dd56a5641
867+ image : docker .io/istio/istio-ca:0.2.2
868868 imagePullPolicy : IfNotPresent
869869 env :
870870 - name : NAMESPACE
0 commit comments