Skip to content

Commit fe4d441

Browse files
Bring all Istio Components up to 1.18.5, update hpa version (#81)
* bring hpas up to date * bring all istio components up to 1.18.5
1 parent 9e5a82e commit fe4d441

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

apps/backend/deployment.patch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
value: cluster.local
9696
- name: ISTIO_PROMETHEUS_ANNOTATIONS
9797
value: '{"scrape":"true","path":"","port":""}'
98-
image: docker.io/istio/proxyv2:1.13.3
98+
image: docker.io/istio/proxyv2:1.18.5
9999
name: istio-proxy
100100
ports:
101101
- containerPort: 15090
@@ -158,7 +158,7 @@
158158
- '*'
159159
- -d
160160
- 15090,15021,15020
161-
image: docker.io/istio/proxyv2:1.13.3
161+
image: docker.io/istio/proxyv2:1.18.5
162162
name: istio-init
163163
resources:
164164
limits:

apps/backend/hpa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: autoscaling/v2beta2
1+
apiVersion: autoscaling/v2
22
kind: HorizontalPodAutoscaler
33
metadata:
44
name: backend

apps/frontend/deployment.patch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
value: cluster.local
9696
- name: ISTIO_PROMETHEUS_ANNOTATIONS
9797
value: '{"scrape":"true","path":"","port":""}'
98-
image: docker.io/istio/proxyv2:1.13.3
98+
image: docker.io/istio/proxyv2:1.18.5
9999
name: istio-proxy
100100
ports:
101101
- containerPort: 15090
@@ -158,7 +158,7 @@
158158
- '*'
159159
- -d
160160
- 15090,15021,15020
161-
image: docker.io/istio/proxyv2:1.13.3
161+
image: docker.io/istio/proxyv2:1.18.5
162162
name: istio-init
163163
resources:
164164
limits:

apps/frontend/hpa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: autoscaling/v2beta2
1+
apiVersion: autoscaling/v2
22
kind: HorizontalPodAutoscaler
33
metadata:
44
name: frontend

apps/loadtest/deployment.patch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
value: cluster.local
9999
- name: ISTIO_PROMETHEUS_ANNOTATIONS
100100
value: '{"scrape":"true","path":"","port":""}'
101-
image: docker.io/istio/proxyv2:1.13.3
101+
image: docker.io/istio/proxyv2:1.18.5
102102
name: istio-proxy
103103
ports:
104104
- containerPort: 15090
@@ -161,7 +161,7 @@
161161
- '*'
162162
- -d
163163
- 15090,15021,15020
164-
image: docker.io/istio/proxyv2:1.13.3
164+
image: docker.io/istio/proxyv2:1.18.5
165165
name: istio-init
166166
resources:
167167
limits:

clusters/my-cluster/istio-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ metadata:
66
annotations:
77
kustomize.toolkit.fluxcd.io/ssa: merge
88
data:
9-
version: 1.13.3
9+
version: 1.18.5

0 commit comments

Comments
 (0)