Skip to content

Commit

Permalink
Update_Dependencies (istio#1163)
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: 6f02ca9
  • Loading branch information
istio-testing authored and istio-merge-robot committed Oct 17, 2017
1 parent 63e2242 commit a9caaf9
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:c66a7c656937400e318f334e7d1b8691b77f29ab
image: gcr.io/istio-testing/grafana:73c4b01bb514a1365d10e439eba73c0eba0b2793
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:c66a7c656937400e318f334e7d1b8691b77f29ab
image: gcr.io/istio-testing/servicegraph:73c4b01bb514a1365d10e439eba73c0eba0b2793
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:c66a7c656937400e318f334e7d1b8691b77f29ab
image: gcr.io/istio-testing/mixer:73c4b01bb514a1365d10e439eba73c0eba0b2793
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:c66a7c656937400e318f334e7d1b8691b77f29ab
image: gcr.io/istio-testing/mixer:73c4b01bb514a1365d10e439eba73c0eba0b2793
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:c66a7c656937400e318f334e7d1b8691b77f29ab
image: gcr.io/istio-testing/mixer:73c4b01bb514a1365d10e439eba73c0eba0b2793
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:c66a7c656937400e318f334e7d1b8691b77f29ab
image: gcr.io/istio-testing/mixer:73c4b01bb514a1365d10e439eba73c0eba0b2793
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="f6efb0ab402ae55b7ba5b7b249e3df312422258d"
export MIXER_HUB="gcr.io/istio-testing"
export MIXER_TAG="c66a7c656937400e318f334e7d1b8691b77f29ab"
export MIXER_TAG="73c4b01bb514a1365d10e439eba73c0eba0b2793"
export PILOT_HUB="gcr.io/istio-testing"
export PILOT_TAG="0532115ee489df5c41c0bd7e7770e7b1dfcdd550"
export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/pilot/0532115ee489df5c41c0bd7e7770e7b1dfcdd550/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": "c66a7c656937400e318f334e7d1b8691b77f29ab"
"lastStableSHA": "73c4b01bb514a1365d10e439eba73c0eba0b2793"
},
{
"name": "PILOT_TAG",
Expand Down

0 comments on commit a9caaf9

Please sign in to comment.