Skip to content

Commit 422bf07

Browse files
authored
Istio_Release_0.2.2 (istio#794)
Former-commit-id: 9ac006e
1 parent 431dea8 commit 422bf07

5 files changed

Lines changed: 22 additions & 22 deletions

File tree

install/kubernetes/addons/grafana.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
spec:
2929
containers:
3030
- name: grafana
31-
image: gcr.io/istio-testing/grafana:8234eb2b21ec5cef584fc948d2d0c8b2095497de
31+
image: docker.io/istio/grafana:0.2.2
3232
imagePullPolicy: IfNotPresent
3333
ports:
3434
- containerPort: 3000

install/kubernetes/istio-auth.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

install/kubernetes/istio-cluster-wide.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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:
@@ -862,7 +862,7 @@ spec:
862862
serviceAccountName: istio-ca-service-account
863863
containers:
864864
- name: istio-ca
865-
image: gcr.io/istio-testing/istio-ca:d2e988190d8a27bd3cfa7bbace504c9dd56a5641
865+
image: docker.io/istio/istio-ca:0.2.2
866866
imagePullPolicy: IfNotPresent
867867
---
868868

install/kubernetes/istio.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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:

istio.VERSION

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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="d2e988190d8a27bd3cfa7bbace504c9dd56a5641"
5-
export MIXER_HUB="gcr.io/istio-testing"
6-
export MIXER_TAG="8234eb2b21ec5cef584fc948d2d0c8b2095497de"
7-
export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/pilot/4d3e5b5dac116dfc840e21b9620b43e6c5f051a8/artifacts/istioctl"
8-
export PILOT_HUB="gcr.io/istio-testing"
9-
export PILOT_TAG="4d3e5b5dac116dfc840e21b9620b43e6c5f051a8"
3+
export CA_HUB="docker.io/istio"
4+
export CA_TAG="0.2.2"
5+
export MIXER_HUB="docker.io/istio"
6+
export MIXER_TAG="0.2.2"
7+
export ISTIOCTL_URL="https://storage.googleapis.com/istio-release/releases/0.2.2/istioctl"
8+
export PILOT_HUB="docker.io/istio"
9+
export PILOT_TAG="0.2.2"
1010
export ISTIO_NAMESPACE=istio-system

0 commit comments

Comments
 (0)