Skip to content

Commit 2284007

Browse files
committed
Update istio-stable to 1.9.5
1 parent 7e98163 commit 2284007

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

third_party/istio-stable/generate-manifests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
source "$(dirname $0)/../library.sh"
1818

19-
generate "1.9.3" "$(dirname $0)"
19+
generate "1.9.5" "$(dirname $0)"

third_party/istio-stable/istio-ci-mesh/istio.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3848,7 +3848,7 @@ data:
38483848
"sts": {
38493849
"servicePort": 0
38503850
},
3851-
"tag": "1.9.3",
3851+
"tag": "1.9.5",
38523852
"tracer": {
38533853
"datadog": {
38543854
"address": "$(HOST_IP):8126"
@@ -4769,7 +4769,7 @@ spec:
47694769
value: "20"
47704770
- name: ISTIO_META_CLUSTER_ID
47714771
value: Kubernetes
4772-
image: docker.io/istio/proxyv2:1.9.3
4772+
image: docker.io/istio/proxyv2:1.9.5
47734773
name: istio-proxy
47744774
ports:
47754775
- containerPort: 15021
@@ -4921,7 +4921,7 @@ spec:
49214921
fsGroup: 1337
49224922
containers:
49234923
- name: discovery
4924-
image: docker.io/istio/pilot:1.9.3
4924+
image: docker.io/istio/pilot:1.9.5
49254925
args:
49264926
- discovery
49274927
- --monitoringAddr=:15014

third_party/istio-stable/istio-ci-no-mesh/istio.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3847,7 +3847,7 @@ data:
38473847
"sts": {
38483848
"servicePort": 0
38493849
},
3850-
"tag": "1.9.3",
3850+
"tag": "1.9.5",
38513851
"tracer": {
38523852
"datadog": {
38533853
"address": "$(HOST_IP):8126"
@@ -4768,7 +4768,7 @@ spec:
47684768
value: standard
47694769
- name: ISTIO_META_CLUSTER_ID
47704770
value: Kubernetes
4771-
image: docker.io/istio/proxyv2:1.9.3
4771+
image: docker.io/istio/proxyv2:1.9.5
47724772
name: istio-proxy
47734773
ports:
47744774
- containerPort: 15021
@@ -4920,7 +4920,7 @@ spec:
49204920
fsGroup: 1337
49214921
containers:
49224922
- name: discovery
4923-
image: docker.io/istio/pilot:1.9.3
4923+
image: docker.io/istio/pilot:1.9.5
49244924
args:
49254925
- discovery
49264926
- --monitoringAddr=:15014

third_party/istio-stable/istio-kind-mesh/istio.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3848,7 +3848,7 @@ data:
38483848
"sts": {
38493849
"servicePort": 0
38503850
},
3851-
"tag": "1.9.3",
3851+
"tag": "1.9.5",
38523852
"tracer": {
38533853
"datadog": {
38543854
"address": "$(HOST_IP):8126"
@@ -4769,7 +4769,7 @@ spec:
47694769
value: "20"
47704770
- name: ISTIO_META_CLUSTER_ID
47714771
value: Kubernetes
4772-
image: docker.io/istio/proxyv2:1.9.3
4772+
image: docker.io/istio/proxyv2:1.9.5
47734773
name: istio-proxy
47744774
ports:
47754775
- containerPort: 15021
@@ -4921,7 +4921,7 @@ spec:
49214921
fsGroup: 1337
49224922
containers:
49234923
- name: discovery
4924-
image: docker.io/istio/pilot:1.9.3
4924+
image: docker.io/istio/pilot:1.9.5
49254925
args:
49264926
- discovery
49274927
- --monitoringAddr=:15014

third_party/istio-stable/istio-kind-no-mesh/istio.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3847,7 +3847,7 @@ data:
38473847
"sts": {
38483848
"servicePort": 0
38493849
},
3850-
"tag": "1.9.3",
3850+
"tag": "1.9.5",
38513851
"tracer": {
38523852
"datadog": {
38533853
"address": "$(HOST_IP):8126"
@@ -4768,7 +4768,7 @@ spec:
47684768
value: standard
47694769
- name: ISTIO_META_CLUSTER_ID
47704770
value: Kubernetes
4771-
image: docker.io/istio/proxyv2:1.9.3
4771+
image: docker.io/istio/proxyv2:1.9.5
47724772
name: istio-proxy
47734773
ports:
47744774
- containerPort: 15021
@@ -4920,7 +4920,7 @@ spec:
49204920
fsGroup: 1337
49214921
containers:
49224922
- name: discovery
4923-
image: docker.io/istio/pilot:1.9.3
4923+
image: docker.io/istio/pilot:1.9.5
49244924
args:
49254925
- discovery
49264926
- --monitoringAddr=:15014

0 commit comments

Comments
 (0)