Skip to content

Commit

Permalink
Update_Dependencies (istio#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
istio-testing authored and sebastienvas committed Sep 20, 2017
1 parent 797e3ae commit f31a89f
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions install/kubernetes/istio-auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ spec:
serviceAccountName: istio-pilot-service-account
containers:
- name: discovery
image: gcr.io/istio-testing/pilot:565964b78845b61f794e627a0e4708ed2b659ca9
image: gcr.io/istio-testing/pilot:36eb6186a2fdcefb98e4488245291e79affa1b2d
imagePullPolicy: IfNotPresent
args: ["discovery", "-v", "2", "--admission-service", "istio-pilot-external"]
ports:
Expand Down Expand Up @@ -1091,7 +1091,7 @@ spec:
serviceAccountName: istio-ingress-service-account
containers:
- name: istio-ingress
image: gcr.io/istio-testing/proxy_debug:565964b78845b61f794e627a0e4708ed2b659ca9
image: gcr.io/istio-testing/proxy_debug:36eb6186a2fdcefb98e4488245291e79affa1b2d
args:
- proxy
- ingress
Expand Down Expand Up @@ -1168,7 +1168,7 @@ spec:
serviceAccountName: istio-egress-service-account
containers:
- name: proxy
image: gcr.io/istio-testing/proxy_debug:565964b78845b61f794e627a0e4708ed2b659ca9
image: gcr.io/istio-testing/proxy_debug:36eb6186a2fdcefb98e4488245291e79affa1b2d
imagePullPolicy: IfNotPresent
args:
- proxy
Expand Down
8 changes: 4 additions & 4 deletions install/kubernetes/istio-initializer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ data:
namespaces: [""] # everything, aka v1.NamepsaceAll, aka cluster-wide
initializerName: "sidecar.initializer.istio.io"
params:
initImage: gcr.io/istio-testing/proxy_init:565964b78845b61f794e627a0e4708ed2b659ca9
proxyImage: gcr.io/istio-testing/proxy:565964b78845b61f794e627a0e4708ed2b659ca9
initImage: gcr.io/istio-testing/proxy_init:36eb6186a2fdcefb98e4488245291e79affa1b2d
proxyImage: gcr.io/istio-testing/proxy:36eb6186a2fdcefb98e4488245291e79affa1b2d
verbosity: 2
version: 565964b78845b61f794e627a0e4708ed2b659ca9
version: 36eb6186a2fdcefb98e4488245291e79affa1b2d
meshConfigMapName: istio
imagePullPolicy: IfNotPresent
---
Expand Down Expand Up @@ -49,7 +49,7 @@ spec:
serviceAccountName: istio-initializer-service-account
containers:
- name: initializer
image: gcr.io/istio-testing/sidecar_initializer:565964b78845b61f794e627a0e4708ed2b659ca9
image: gcr.io/istio-testing/sidecar_initializer:36eb6186a2fdcefb98e4488245291e79affa1b2d
imagePullPolicy: IfNotPresent
args:
- --port=8083
Expand Down
6 changes: 3 additions & 3 deletions install/kubernetes/istio-one-namespace-auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ spec:
serviceAccountName: istio-pilot-service-account
containers:
- name: discovery
image: gcr.io/istio-testing/pilot:565964b78845b61f794e627a0e4708ed2b659ca9
image: gcr.io/istio-testing/pilot:36eb6186a2fdcefb98e4488245291e79affa1b2d
imagePullPolicy: IfNotPresent
args: ["discovery", "-v", "2", "-a", "istio-system", "--admission-service", "istio-pilot-external"]
ports:
Expand Down Expand Up @@ -1091,7 +1091,7 @@ spec:
serviceAccountName: istio-ingress-service-account
containers:
- name: istio-ingress
image: gcr.io/istio-testing/proxy_debug:565964b78845b61f794e627a0e4708ed2b659ca9
image: gcr.io/istio-testing/proxy_debug:36eb6186a2fdcefb98e4488245291e79affa1b2d
args:
- proxy
- ingress
Expand Down Expand Up @@ -1168,7 +1168,7 @@ spec:
serviceAccountName: istio-egress-service-account
containers:
- name: proxy
image: gcr.io/istio-testing/proxy_debug:565964b78845b61f794e627a0e4708ed2b659ca9
image: gcr.io/istio-testing/proxy_debug:36eb6186a2fdcefb98e4488245291e79affa1b2d
imagePullPolicy: IfNotPresent
args:
- proxy
Expand Down
6 changes: 3 additions & 3 deletions install/kubernetes/istio-one-namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ spec:
serviceAccountName: istio-pilot-service-account
containers:
- name: discovery
image: gcr.io/istio-testing/pilot:565964b78845b61f794e627a0e4708ed2b659ca9
image: gcr.io/istio-testing/pilot:36eb6186a2fdcefb98e4488245291e79affa1b2d
imagePullPolicy: IfNotPresent
args: ["discovery", "-v", "2", "-a", "istio-system", "--admission-service", "istio-pilot-external"]
ports:
Expand Down Expand Up @@ -1091,7 +1091,7 @@ spec:
serviceAccountName: istio-ingress-service-account
containers:
- name: istio-ingress
image: gcr.io/istio-testing/proxy_debug:565964b78845b61f794e627a0e4708ed2b659ca9
image: gcr.io/istio-testing/proxy_debug:36eb6186a2fdcefb98e4488245291e79affa1b2d
args:
- proxy
- ingress
Expand Down Expand Up @@ -1168,7 +1168,7 @@ spec:
serviceAccountName: istio-egress-service-account
containers:
- name: proxy
image: gcr.io/istio-testing/proxy_debug:565964b78845b61f794e627a0e4708ed2b659ca9
image: gcr.io/istio-testing/proxy_debug:36eb6186a2fdcefb98e4488245291e79affa1b2d
imagePullPolicy: IfNotPresent
args:
- proxy
Expand Down
6 changes: 3 additions & 3 deletions install/kubernetes/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ spec:
serviceAccountName: istio-pilot-service-account
containers:
- name: discovery
image: gcr.io/istio-testing/pilot:565964b78845b61f794e627a0e4708ed2b659ca9
image: gcr.io/istio-testing/pilot:36eb6186a2fdcefb98e4488245291e79affa1b2d
imagePullPolicy: IfNotPresent
args: ["discovery", "-v", "2", "--admission-service", "istio-pilot-external"]
ports:
Expand Down Expand Up @@ -1091,7 +1091,7 @@ spec:
serviceAccountName: istio-ingress-service-account
containers:
- name: istio-ingress
image: gcr.io/istio-testing/proxy_debug:565964b78845b61f794e627a0e4708ed2b659ca9
image: gcr.io/istio-testing/proxy_debug:36eb6186a2fdcefb98e4488245291e79affa1b2d
args:
- proxy
- ingress
Expand Down Expand Up @@ -1168,7 +1168,7 @@ spec:
serviceAccountName: istio-egress-service-account
containers:
- name: proxy
image: gcr.io/istio-testing/proxy_debug:565964b78845b61f794e627a0e4708ed2b659ca9
image: gcr.io/istio-testing/proxy_debug:36eb6186a2fdcefb98e4488245291e79affa1b2d
imagePullPolicy: IfNotPresent
args:
- proxy
Expand Down
6 changes: 3 additions & 3 deletions istio.VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ export CA_HUB="gcr.io/istio-testing"
export CA_TAG="87901f278dd40e864b083409dfee9ca72e6a27e9"
export MIXER_HUB="gcr.io/istio-testing"
export MIXER_TAG="5c3f8f14085870d8af05ca5f26e30227bd6b3e72"
export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/pilot/565964b78845b61f794e627a0e4708ed2b659ca9/artifacts/istioctl"
export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/pilot/36eb6186a2fdcefb98e4488245291e79affa1b2d/artifacts/istioctl"
export PILOT_HUB="gcr.io/istio-testing"
export PILOT_TAG="565964b78845b61f794e627a0e4708ed2b659ca9"
export PILOT_TAG="36eb6186a2fdcefb98e4488245291e79affa1b2d"
export PROXY_TAG="c7785bd97bd3d1610bafdda9ceaa3a061a641bad"
export ISTIO_NAMESPACE="istio-system"
export AUTH_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/auth/87901f278dd40e864b083409dfee9ca72e6a27e9/artifacts/debs"
export PILOT_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/pilot/565964b78845b61f794e627a0e4708ed2b659ca9/artifacts/debs"
export PILOT_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/pilot/36eb6186a2fdcefb98e4488245291e79affa1b2d/artifacts/debs"
export PROXY_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/proxy/c7785bd97bd3d1610bafdda9ceaa3a061a641bad/artifacts/debs"

2 changes: 1 addition & 1 deletion istio.deps
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"repoName": "pilot",
"prodBranch": "stable",
"file": "istio.VERSION",
"lastStableSHA": "565964b78845b61f794e627a0e4708ed2b659ca9"
"lastStableSHA": "36eb6186a2fdcefb98e4488245291e79affa1b2d"
},
{
"name": "PROXY_TAG",
Expand Down

0 comments on commit f31a89f

Please sign in to comment.