Skip to content

Commit

Permalink
Update_Dependencies (istio#1242)
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: 1a59818
  • Loading branch information
istio-testing authored and istio-merge-robot committed Oct 26, 2017
1 parent 43dd0c7 commit 6457891
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion install/kubernetes/addons/grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
spec:
containers:
- name: grafana
image: gcr.io/istio-testing/grafana:2382662509849e6019dd4f2c5a9446a1c6b0b72e
image: gcr.io/istio-testing/grafana:bbd5e274f3ecebd4b6ed69a9e6948a1a98e21ab3
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3000
Expand Down
2 changes: 1 addition & 1 deletion install/kubernetes/addons/servicegraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: servicegraph
image: gcr.io/istio-testing/servicegraph:2382662509849e6019dd4f2c5a9446a1c6b0b72e
image: gcr.io/istio-testing/servicegraph:bbd5e274f3ecebd4b6ed69a9e6948a1a98e21ab3
ports:
- containerPort: 8088
args:
Expand Down
2 changes: 1 addition & 1 deletion install/kubernetes/istio-auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ spec:
- name: config-volume
mountPath: /etc/statsd
- name: mixer
image: gcr.io/istio-testing/mixer:2382662509849e6019dd4f2c5a9446a1c6b0b72e
image: gcr.io/istio-testing/mixer:bbd5e274f3ecebd4b6ed69a9e6948a1a98e21ab3
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9091
Expand Down
2 changes: 1 addition & 1 deletion install/kubernetes/istio-one-namespace-auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ spec:
- name: config-volume
mountPath: /etc/statsd
- name: mixer
image: gcr.io/istio-testing/mixer:2382662509849e6019dd4f2c5a9446a1c6b0b72e
image: gcr.io/istio-testing/mixer:bbd5e274f3ecebd4b6ed69a9e6948a1a98e21ab3
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9091
Expand Down
2 changes: 1 addition & 1 deletion install/kubernetes/istio-one-namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ spec:
- name: config-volume
mountPath: /etc/statsd
- name: mixer
image: gcr.io/istio-testing/mixer:2382662509849e6019dd4f2c5a9446a1c6b0b72e
image: gcr.io/istio-testing/mixer:bbd5e274f3ecebd4b6ed69a9e6948a1a98e21ab3
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9091
Expand Down
2 changes: 1 addition & 1 deletion install/kubernetes/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ spec:
- name: config-volume
mountPath: /etc/statsd
- name: mixer
image: gcr.io/istio-testing/mixer:2382662509849e6019dd4f2c5a9446a1c6b0b72e
image: gcr.io/istio-testing/mixer:bbd5e274f3ecebd4b6ed69a9e6948a1a98e21ab3
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9091
Expand Down
2 changes: 1 addition & 1 deletion istio.VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export CA_HUB="gcr.io/istio-testing"
export CA_TAG="d10e0c4aa05ca726cae71aa5d033dea4f7bc26e4"
export MIXER_HUB="gcr.io/istio-testing"
export MIXER_TAG="2382662509849e6019dd4f2c5a9446a1c6b0b72e"
export MIXER_TAG="bbd5e274f3ecebd4b6ed69a9e6948a1a98e21ab3"
export PILOT_HUB="gcr.io/istio-testing"
export PILOT_TAG="6f20fc31474dae9a944d47a364ded3bb3439c477"
export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/pilot/6f20fc31474dae9a944d47a364ded3bb3439c477/artifacts/istioctl"
Expand Down
2 changes: 1 addition & 1 deletion istio.deps
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"repoName": "mixer",
"prodBranch": "stable",
"file": "istio.VERSION",
"lastStableSHA": "2382662509849e6019dd4f2c5a9446a1c6b0b72e"
"lastStableSHA": "bbd5e274f3ecebd4b6ed69a9e6948a1a98e21ab3"
},
{
"name": "PILOT_TAG",
Expand Down

0 comments on commit 6457891

Please sign in to comment.