Skip to content

Commit

Permalink
Update_Dependencies (istio#1200)
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: a1f78ce
  • Loading branch information
istio-testing authored and istio-merge-robot committed Oct 21, 2017
1 parent 7d21f84 commit 16856ff
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:921e08b1b204f7240addf682e7359b9c51411a2f
image: gcr.io/istio-testing/grafana:61a0174b6a5d00b3233335810c5b415cb59b189c
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:921e08b1b204f7240addf682e7359b9c51411a2f
image: gcr.io/istio-testing/servicegraph:61a0174b6a5d00b3233335810c5b415cb59b189c
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 @@ -270,7 +270,7 @@ spec:
- name: config-volume
mountPath: /etc/statsd
- name: mixer
image: gcr.io/istio-testing/mixer:921e08b1b204f7240addf682e7359b9c51411a2f
image: gcr.io/istio-testing/mixer:61a0174b6a5d00b3233335810c5b415cb59b189c
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 @@ -270,7 +270,7 @@ spec:
- name: config-volume
mountPath: /etc/statsd
- name: mixer
image: gcr.io/istio-testing/mixer:921e08b1b204f7240addf682e7359b9c51411a2f
image: gcr.io/istio-testing/mixer:61a0174b6a5d00b3233335810c5b415cb59b189c
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 @@ -270,7 +270,7 @@ spec:
- name: config-volume
mountPath: /etc/statsd
- name: mixer
image: gcr.io/istio-testing/mixer:921e08b1b204f7240addf682e7359b9c51411a2f
image: gcr.io/istio-testing/mixer:61a0174b6a5d00b3233335810c5b415cb59b189c
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 @@ -270,7 +270,7 @@ spec:
- name: config-volume
mountPath: /etc/statsd
- name: mixer
image: gcr.io/istio-testing/mixer:921e08b1b204f7240addf682e7359b9c51411a2f
image: gcr.io/istio-testing/mixer:61a0174b6a5d00b3233335810c5b415cb59b189c
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="286039fb42378be91e05f0a8ba8b93b31c9cde57"
export MIXER_HUB="gcr.io/istio-testing"
export MIXER_TAG="921e08b1b204f7240addf682e7359b9c51411a2f"
export MIXER_TAG="61a0174b6a5d00b3233335810c5b415cb59b189c"
export PILOT_HUB="gcr.io/istio-testing"
export PILOT_TAG="5c9003feae34c228ae0d7af48987810dbc8f89b4"
export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/pilot/5c9003feae34c228ae0d7af48987810dbc8f89b4/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": "921e08b1b204f7240addf682e7359b9c51411a2f"
"lastStableSHA": "61a0174b6a5d00b3233335810c5b415cb59b189c"
},
{
"name": "PILOT_TAG",
Expand Down

0 comments on commit 16856ff

Please sign in to comment.