Skip to content

Commit

Permalink
Update_Dependencies (istio#1203)
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

[DO NOT MERGE] Auto PR to update dependencies of istio

This PR will be merged automatically once checks are successful.
```release-note
none
```

Former-commit-id: a052846
  • Loading branch information
istio-testing authored and istio-merge-robot committed Oct 23, 2017
1 parent 72be528 commit 2b973ad
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion install/consul/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
command: ["-internal", "-retry-attempts=-1", "consul://consul:8500"]

pilot:
image: gcr.io/istio-testing/pilot:70b2884e1edfd9bc39d510e53f8077398a5c0d63
image: gcr.io/istio-testing/pilot:e3f2b2252f76ba579e658764735cd0de10597557
networks:
istiomesh:
aliases:
Expand Down
2 changes: 1 addition & 1 deletion install/eureka/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
command: ["-internal", "-retry-attempts=-1", "-ttl-refresh=30", "-ttl=90", "eureka://eureka:8080/eureka/v2"]

istio-pilot:
image: gcr.io/istio-testing/pilot:70b2884e1edfd9bc39d510e53f8077398a5c0d63
image: gcr.io/istio-testing/pilot:e3f2b2252f76ba579e658764735cd0de10597557
expose:
- "8080"
ports:
Expand Down
6 changes: 3 additions & 3 deletions install/kubernetes/istio-auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ spec:
serviceAccountName: istio-pilot-service-account
containers:
- name: discovery
image: gcr.io/istio-testing/pilot:70b2884e1edfd9bc39d510e53f8077398a5c0d63
image: gcr.io/istio-testing/pilot:e3f2b2252f76ba579e658764735cd0de10597557
imagePullPolicy: IfNotPresent
args: ["discovery", "-v", "2", "--admission-service", "istio-pilot-external"]
ports:
Expand Down Expand Up @@ -1153,7 +1153,7 @@ spec:
serviceAccountName: istio-ingress-service-account
containers:
- name: istio-ingress
image: gcr.io/istio-testing/proxy_debug:70b2884e1edfd9bc39d510e53f8077398a5c0d63
image: gcr.io/istio-testing/proxy_debug:e3f2b2252f76ba579e658764735cd0de10597557
args:
- proxy
- ingress
Expand Down Expand Up @@ -1246,7 +1246,7 @@ spec:
serviceAccountName: istio-egress-service-account
containers:
- name: proxy
image: gcr.io/istio-testing/proxy_debug:70b2884e1edfd9bc39d510e53f8077398a5c0d63
image: gcr.io/istio-testing/proxy_debug:e3f2b2252f76ba579e658764735cd0de10597557
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 @@ -14,10 +14,10 @@ data:
namespaces: [""] # everything, aka v1.NamepsaceAll, aka cluster-wide
initializerName: "sidecar.initializer.istio.io"
params:
initImage: gcr.io/istio-testing/proxy_init:70b2884e1edfd9bc39d510e53f8077398a5c0d63
proxyImage: gcr.io/istio-testing/proxy_debug:70b2884e1edfd9bc39d510e53f8077398a5c0d63
initImage: gcr.io/istio-testing/proxy_init:e3f2b2252f76ba579e658764735cd0de10597557
proxyImage: gcr.io/istio-testing/proxy_debug:e3f2b2252f76ba579e658764735cd0de10597557
verbosity: 2
version: 70b2884e1edfd9bc39d510e53f8077398a5c0d63
version: e3f2b2252f76ba579e658764735cd0de10597557
meshConfigMapName: istio
imagePullPolicy: IfNotPresent
debugMode: true
Expand Down Expand Up @@ -52,7 +52,7 @@ spec:
serviceAccountName: istio-initializer-service-account
containers:
- name: initializer
image: gcr.io/istio-testing/sidecar_initializer:70b2884e1edfd9bc39d510e53f8077398a5c0d63
image: gcr.io/istio-testing/sidecar_initializer:e3f2b2252f76ba579e658764735cd0de10597557
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 @@ -1084,7 +1084,7 @@ spec:
serviceAccountName: istio-pilot-service-account
containers:
- name: discovery
image: gcr.io/istio-testing/pilot:70b2884e1edfd9bc39d510e53f8077398a5c0d63
image: gcr.io/istio-testing/pilot:e3f2b2252f76ba579e658764735cd0de10597557
imagePullPolicy: IfNotPresent
args: ["discovery", "-v", "2", "-a", "istio-system", "--admission-service", "istio-pilot-external"]
ports:
Expand Down Expand Up @@ -1153,7 +1153,7 @@ spec:
serviceAccountName: istio-ingress-service-account
containers:
- name: istio-ingress
image: gcr.io/istio-testing/proxy_debug:70b2884e1edfd9bc39d510e53f8077398a5c0d63
image: gcr.io/istio-testing/proxy_debug:e3f2b2252f76ba579e658764735cd0de10597557
args:
- proxy
- ingress
Expand Down Expand Up @@ -1246,7 +1246,7 @@ spec:
serviceAccountName: istio-egress-service-account
containers:
- name: proxy
image: gcr.io/istio-testing/proxy_debug:70b2884e1edfd9bc39d510e53f8077398a5c0d63
image: gcr.io/istio-testing/proxy_debug:e3f2b2252f76ba579e658764735cd0de10597557
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 @@ -1084,7 +1084,7 @@ spec:
serviceAccountName: istio-pilot-service-account
containers:
- name: discovery
image: gcr.io/istio-testing/pilot:70b2884e1edfd9bc39d510e53f8077398a5c0d63
image: gcr.io/istio-testing/pilot:e3f2b2252f76ba579e658764735cd0de10597557
imagePullPolicy: IfNotPresent
args: ["discovery", "-v", "2", "-a", "istio-system", "--admission-service", "istio-pilot-external"]
ports:
Expand Down Expand Up @@ -1153,7 +1153,7 @@ spec:
serviceAccountName: istio-ingress-service-account
containers:
- name: istio-ingress
image: gcr.io/istio-testing/proxy_debug:70b2884e1edfd9bc39d510e53f8077398a5c0d63
image: gcr.io/istio-testing/proxy_debug:e3f2b2252f76ba579e658764735cd0de10597557
args:
- proxy
- ingress
Expand Down Expand Up @@ -1246,7 +1246,7 @@ spec:
serviceAccountName: istio-egress-service-account
containers:
- name: proxy
image: gcr.io/istio-testing/proxy_debug:70b2884e1edfd9bc39d510e53f8077398a5c0d63
image: gcr.io/istio-testing/proxy_debug:e3f2b2252f76ba579e658764735cd0de10597557
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 @@ -1084,7 +1084,7 @@ spec:
serviceAccountName: istio-pilot-service-account
containers:
- name: discovery
image: gcr.io/istio-testing/pilot:70b2884e1edfd9bc39d510e53f8077398a5c0d63
image: gcr.io/istio-testing/pilot:e3f2b2252f76ba579e658764735cd0de10597557
imagePullPolicy: IfNotPresent
args: ["discovery", "-v", "2", "--admission-service", "istio-pilot-external"]
ports:
Expand Down Expand Up @@ -1153,7 +1153,7 @@ spec:
serviceAccountName: istio-ingress-service-account
containers:
- name: istio-ingress
image: gcr.io/istio-testing/proxy_debug:70b2884e1edfd9bc39d510e53f8077398a5c0d63
image: gcr.io/istio-testing/proxy_debug:e3f2b2252f76ba579e658764735cd0de10597557
args:
- proxy
- ingress
Expand Down Expand Up @@ -1246,7 +1246,7 @@ spec:
serviceAccountName: istio-egress-service-account
containers:
- name: proxy
image: gcr.io/istio-testing/proxy_debug:70b2884e1edfd9bc39d510e53f8077398a5c0d63
image: gcr.io/istio-testing/proxy_debug:e3f2b2252f76ba579e658764735cd0de10597557
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 @@ -5,12 +5,12 @@ export CA_TAG="286039fb42378be91e05f0a8ba8b93b31c9cde57"
export MIXER_HUB="gcr.io/istio-testing"
export MIXER_TAG="61a0174b6a5d00b3233335810c5b415cb59b189c"
export PILOT_HUB="gcr.io/istio-testing"
export PILOT_TAG="70b2884e1edfd9bc39d510e53f8077398a5c0d63"
export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/pilot/70b2884e1edfd9bc39d510e53f8077398a5c0d63/artifacts/istioctl"
export PILOT_TAG="e3f2b2252f76ba579e658764735cd0de10597557"
export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/pilot/e3f2b2252f76ba579e658764735cd0de10597557/artifacts/istioctl"
export PROXY_TAG="cf01c6e70aceccbad9f0ecdf4c61f4918ef0d93b"
export ISTIO_NAMESPACE="istio-system"
export AUTH_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/auth/286039fb42378be91e05f0a8ba8b93b31c9cde57/artifacts/debs"
export PILOT_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/pilot/70b2884e1edfd9bc39d510e53f8077398a5c0d63/artifacts/debs"
export PILOT_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/pilot/e3f2b2252f76ba579e658764735cd0de10597557/artifacts/debs"
export PROXY_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/proxy/cf01c6e70aceccbad9f0ecdf4c61f4918ef0d93b/artifacts/debs"
export FORTIO_HUB="gcr.io/istio-testing"
export FORTIO_TAG="0.2.7"
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": "70b2884e1edfd9bc39d510e53f8077398a5c0d63"
"lastStableSHA": "e3f2b2252f76ba579e658764735cd0de10597557"
},
{
"name": "PROXY_TAG",
Expand Down

0 comments on commit 2b973ad

Please sign in to comment.