Skip to content

Commit

Permalink
Update_Dependencies (istio#1155)
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: e27a0fa
  • Loading branch information
istio-testing authored and istio-merge-robot committed Oct 17, 2017
1 parent 10dd978 commit 3466be5
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 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:28a3243a7aa0eefc586301e42d055e78da252e9e
image: gcr.io/istio-testing/grafana:c66a7c656937400e318f334e7d1b8691b77f29ab
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:28a3243a7aa0eefc586301e42d055e78da252e9e
image: gcr.io/istio-testing/servicegraph:c66a7c656937400e318f334e7d1b8691b77f29ab
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:28a3243a7aa0eefc586301e42d055e78da252e9e
image: gcr.io/istio-testing/mixer:c66a7c656937400e318f334e7d1b8691b77f29ab
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:28a3243a7aa0eefc586301e42d055e78da252e9e
image: gcr.io/istio-testing/mixer:c66a7c656937400e318f334e7d1b8691b77f29ab
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:28a3243a7aa0eefc586301e42d055e78da252e9e
image: gcr.io/istio-testing/mixer:c66a7c656937400e318f334e7d1b8691b77f29ab
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:28a3243a7aa0eefc586301e42d055e78da252e9e
image: gcr.io/istio-testing/mixer:c66a7c656937400e318f334e7d1b8691b77f29ab
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9091
Expand Down
6 changes: 3 additions & 3 deletions istio.VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
export CA_HUB="gcr.io/istio-testing"
export CA_TAG="f6efb0ab402ae55b7ba5b7b249e3df312422258d"
export MIXER_HUB="gcr.io/istio-testing"
export MIXER_TAG="28a3243a7aa0eefc586301e42d055e78da252e9e"
export MIXER_TAG="c66a7c656937400e318f334e7d1b8691b77f29ab"
export PILOT_HUB="gcr.io/istio-testing"
export PILOT_TAG="0532115ee489df5c41c0bd7e7770e7b1dfcdd550"
export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/pilot/0532115ee489df5c41c0bd7e7770e7b1dfcdd550/artifacts/istioctl"
export PROXY_TAG="0b521718b2cb00c43a016bd5c8b9c5f2205f8469"
export PROXY_TAG="0165c97ed0eece6fdfcfda364c556897c1d6bf3b"
export ISTIO_NAMESPACE="istio-system"
export AUTH_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/auth/f6efb0ab402ae55b7ba5b7b249e3df312422258d/artifacts/debs"
export PILOT_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/pilot/0532115ee489df5c41c0bd7e7770e7b1dfcdd550/artifacts/debs"
export PROXY_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/proxy/0b521718b2cb00c43a016bd5c8b9c5f2205f8469/artifacts/debs"
export PROXY_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/proxy/0165c97ed0eece6fdfcfda364c556897c1d6bf3b/artifacts/debs"
export FORTIO_HUB="gcr.io/istio-testing"
export FORTIO_TAG="0.2.7"
4 changes: 2 additions & 2 deletions 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": "28a3243a7aa0eefc586301e42d055e78da252e9e"
"lastStableSHA": "c66a7c656937400e318f334e7d1b8691b77f29ab"
},
{
"name": "PILOT_TAG",
Expand All @@ -25,6 +25,6 @@
"repoName": "proxy",
"prodBranch": "master",
"file": "istio.VERSION",
"lastStableSHA": "0b521718b2cb00c43a016bd5c8b9c5f2205f8469"
"lastStableSHA": "0165c97ed0eece6fdfcfda364c556897c1d6bf3b"
}
]

0 comments on commit 3466be5

Please sign in to comment.