Skip to content

Commit 498bfa4

Browse files
istio-testingistio-merge-robot
authored andcommitted
Update_Dependencies (#730)
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.
1 parent b2fa60b commit 498bfa4

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

install/kubernetes/addons/grafana.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
spec:
2929
containers:
3030
- name: grafana
31-
image: gcr.io/istio-testing/grafana:83a710c25803d8ce9dfd236f3e49151283fc477f
31+
image: gcr.io/istio-testing/grafana:543c458e509f4074c4efaa415164274dccceebcf
3232
imagePullPolicy: IfNotPresent
3333
ports:
3434
- containerPort: 3000

install/kubernetes/istio-auth.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ spec:
235235
- name: config-volume
236236
mountPath: /etc/statsd
237237
- name: mixer
238-
image: gcr.io/istio-testing/mixer:83a710c25803d8ce9dfd236f3e49151283fc477f
238+
image: gcr.io/istio-testing/mixer:543c458e509f4074c4efaa415164274dccceebcf
239239
imagePullPolicy: IfNotPresent
240240
ports:
241241
- containerPort: 9091

install/kubernetes/istio-cluster-wide.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ spec:
235235
- name: config-volume
236236
mountPath: /etc/statsd
237237
- name: mixer
238-
image: gcr.io/istio-testing/mixer:83a710c25803d8ce9dfd236f3e49151283fc477f
238+
image: gcr.io/istio-testing/mixer:543c458e509f4074c4efaa415164274dccceebcf
239239
imagePullPolicy: IfNotPresent
240240
ports:
241241
- containerPort: 9091

install/kubernetes/istio.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ spec:
235235
- name: config-volume
236236
mountPath: /etc/statsd
237237
- name: mixer
238-
image: gcr.io/istio-testing/mixer:83a710c25803d8ce9dfd236f3e49151283fc477f
238+
image: gcr.io/istio-testing/mixer:543c458e509f4074c4efaa415164274dccceebcf
239239
imagePullPolicy: IfNotPresent
240240
ports:
241241
- containerPort: 9091

istio.VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
export CA_HUB="gcr.io/istio-testing"
44
export CA_TAG="ca328c99ed96a80ca778966d8dfba9c7b0ff6410"
55
export MIXER_HUB="gcr.io/istio-testing"
6-
export MIXER_TAG="83a710c25803d8ce9dfd236f3e49151283fc477f"
6+
export MIXER_TAG="543c458e509f4074c4efaa415164274dccceebcf"
77
export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/pilot/330dd286541d1b84c5ac1f4fc504556796c070af/artifacts/istioctl"
88
export PILOT_HUB="gcr.io/istio-testing"
99
export PILOT_TAG="330dd286541d1b84c5ac1f4fc504556796c070af"

istio.deps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"repoName": "mixer",
1212
"prodBranch": "stable",
1313
"file": "istio.VERSION",
14-
"lastStableSHA": "83a710c25803d8ce9dfd236f3e49151283fc477f"
14+
"lastStableSHA": "543c458e509f4074c4efaa415164274dccceebcf"
1515
},
1616
{
1717
"name": "PILOT_TAG",

0 commit comments

Comments
 (0)