Skip to content

Commit

Permalink
Upgrade pilot (istio#773)
Browse files Browse the repository at this point in the history
Former-commit-id: 91bb367
  • Loading branch information
andraxylia authored Sep 13, 2017
1 parent c8cef7e commit b6fdddc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions install/kubernetes/istio-auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ spec:
serviceAccountName: istio-pilot-service-account
containers:
- name: discovery
image: gcr.io/istio-testing/pilot:4d6ea41ff7960ee6b06977e3e8c80176091f0156
image: gcr.io/istio-testing/pilot:52fbe2338ca0e28fb95077ea5a3e6af31cd98342
imagePullPolicy: IfNotPresent
args: ["discovery", "-v", "2"]
ports:
Expand Down Expand Up @@ -691,7 +691,7 @@ spec:
serviceAccountName: istio-ingress-service-account
containers:
- name: istio-ingress
image: gcr.io/istio-testing/proxy_debug:4d6ea41ff7960ee6b06977e3e8c80176091f0156
image: gcr.io/istio-testing/proxy_debug:52fbe2338ca0e28fb95077ea5a3e6af31cd98342
args: ["proxy", "ingress", "-v", "2"]
imagePullPolicy: IfNotPresent
ports:
Expand Down Expand Up @@ -767,7 +767,7 @@ spec:
serviceAccountName: istio-egress-service-account
containers:
- name: proxy
image: gcr.io/istio-testing/proxy_debug:4d6ea41ff7960ee6b06977e3e8c80176091f0156
image: gcr.io/istio-testing/proxy_debug:52fbe2338ca0e28fb95077ea5a3e6af31cd98342
imagePullPolicy: IfNotPresent
args: ["proxy", "egress", "-v", "2"]
env:
Expand Down
6 changes: 3 additions & 3 deletions install/kubernetes/istio-cluster-wide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ spec:
serviceAccountName: istio-pilot-service-account
containers:
- name: discovery
image: gcr.io/istio-testing/pilot:4d6ea41ff7960ee6b06977e3e8c80176091f0156
image: gcr.io/istio-testing/pilot:52fbe2338ca0e28fb95077ea5a3e6af31cd98342
imagePullPolicy: IfNotPresent
args: ["discovery", "-v", "2"]
ports:
Expand Down Expand Up @@ -691,7 +691,7 @@ spec:
serviceAccountName: istio-ingress-service-account
containers:
- name: istio-ingress
image: gcr.io/istio-testing/proxy_debug:4d6ea41ff7960ee6b06977e3e8c80176091f0156
image: gcr.io/istio-testing/proxy_debug:52fbe2338ca0e28fb95077ea5a3e6af31cd98342
args: ["proxy", "ingress", "-v", "2"]
imagePullPolicy: IfNotPresent
ports:
Expand Down Expand Up @@ -767,7 +767,7 @@ spec:
serviceAccountName: istio-egress-service-account
containers:
- name: proxy
image: gcr.io/istio-testing/proxy_debug:4d6ea41ff7960ee6b06977e3e8c80176091f0156
image: gcr.io/istio-testing/proxy_debug:52fbe2338ca0e28fb95077ea5a3e6af31cd98342
imagePullPolicy: IfNotPresent
args: ["proxy", "egress", "-v", "2"]
env:
Expand Down
6 changes: 3 additions & 3 deletions install/kubernetes/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ spec:
serviceAccountName: istio-pilot-service-account
containers:
- name: discovery
image: gcr.io/istio-testing/pilot:4d6ea41ff7960ee6b06977e3e8c80176091f0156
image: gcr.io/istio-testing/pilot:52fbe2338ca0e28fb95077ea5a3e6af31cd98342
imagePullPolicy: IfNotPresent
args: ["discovery", "-v", "2"]
ports:
Expand Down Expand Up @@ -691,7 +691,7 @@ spec:
serviceAccountName: istio-ingress-service-account
containers:
- name: istio-ingress
image: gcr.io/istio-testing/proxy_debug:4d6ea41ff7960ee6b06977e3e8c80176091f0156
image: gcr.io/istio-testing/proxy_debug:52fbe2338ca0e28fb95077ea5a3e6af31cd98342
args: ["proxy", "ingress", "-v", "2"]
imagePullPolicy: IfNotPresent
ports:
Expand Down Expand Up @@ -767,7 +767,7 @@ spec:
serviceAccountName: istio-egress-service-account
containers:
- name: proxy
image: gcr.io/istio-testing/proxy_debug:4d6ea41ff7960ee6b06977e3e8c80176091f0156
image: gcr.io/istio-testing/proxy_debug:52fbe2338ca0e28fb95077ea5a3e6af31cd98342
imagePullPolicy: IfNotPresent
args: ["proxy", "egress", "-v", "2"]
env:
Expand Down
2 changes: 1 addition & 1 deletion istio.VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ export MIXER_HUB="gcr.io/istio-testing"
export MIXER_TAG="543c458e509f4074c4efaa415164274dccceebcf"
export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/pilot/4d6ea41ff7960ee6b06977e3e8c80176091f0156/artifacts/istioctl"
export PILOT_HUB="gcr.io/istio-testing"
export PILOT_TAG="4d6ea41ff7960ee6b06977e3e8c80176091f0156"
export PILOT_TAG="52fbe2338ca0e28fb95077ea5a3e6af31cd98342"
export ISTIO_NAMESPACE=istio-system

0 comments on commit b6fdddc

Please sign in to comment.