Skip to content

Commit 5758daa

Browse files
committed
Downgrade Istio data plane to v1.13.2
Signed-off-by: Stefan Prodan <[email protected]>
1 parent 0edc239 commit 5758daa

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

apps/backend/deployment.patch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
- '*'
5454
- -d
5555
- 15090,15021,15020
56-
image: docker.io/istio/proxyv2:1.13.3
56+
image: docker.io/istio/proxyv2:1.13.2
5757
name: istio-init
5858
resources:
5959
limits:
@@ -142,7 +142,7 @@
142142
value: cluster.local
143143
- name: ISTIO_PROMETHEUS_ANNOTATIONS
144144
value: '{"scrape":"true","path":"","port":""}'
145-
image: docker.io/istio/proxyv2:1.13.3
145+
image: docker.io/istio/proxyv2:1.13.2
146146
name: istio-proxy
147147
ports:
148148
- containerPort: 15090

apps/frontend/deployment.patch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
- '*'
2323
- -d
2424
- 15090,15021,15020
25-
image: docker.io/istio/proxyv2:1.13.3
25+
image: docker.io/istio/proxyv2:1.13.2
2626
name: istio-init
2727
resources:
2828
limits:
@@ -142,7 +142,7 @@
142142
value: cluster.local
143143
- name: ISTIO_PROMETHEUS_ANNOTATIONS
144144
value: '{"scrape":"true","path":"","port":""}'
145-
image: docker.io/istio/proxyv2:1.13.3
145+
image: docker.io/istio/proxyv2:1.13.2
146146
name: istio-proxy
147147
ports:
148148
- containerPort: 15090

apps/loadtest/deployment.patch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
- '*'
6060
- -d
6161
- 15090,15021,15020
62-
image: docker.io/istio/proxyv2:1.13.3
62+
image: docker.io/istio/proxyv2:1.13.2
6363
name: istio-init
6464
resources:
6565
limits:
@@ -175,7 +175,7 @@
175175
value: cluster.local
176176
- name: ISTIO_PROMETHEUS_ANNOTATIONS
177177
value: '{"scrape":"true","path":"","port":""}'
178-
image: docker.io/istio/proxyv2:1.13.3
178+
image: docker.io/istio/proxyv2:1.13.2
179179
name: istio-proxy
180180
ports:
181181
- containerPort: 15090

0 commit comments

Comments
 (0)