Skip to content

Commit 336ff47

Browse files
authored
Merge pull request #52 from stefanprodan/update-istio
Update Istio to 1.11.0
2 parents 874add8 + 1ea4ece commit 336ff47

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

istio/operator/manifests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ spec:
232232
serviceAccountName: istio-operator
233233
containers:
234234
- name: istio-operator
235-
image: docker.io/istio/operator:1.10.3
235+
image: docker.io/istio/operator:1.11.0
236236
command:
237237
- operator
238238
- server

istio/system/prometheus.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
component: "server"
88
app: prometheus
99
release: prometheus
10-
chart: prometheus-13.6.0
10+
chart: prometheus-14.3.0
1111
heritage: Helm
1212
name: prometheus
1313
namespace: istio-system
@@ -22,7 +22,7 @@ metadata:
2222
component: "server"
2323
app: prometheus
2424
release: prometheus
25-
chart: prometheus-13.6.0
25+
chart: prometheus-14.3.0
2626
heritage: Helm
2727
name: prometheus
2828
namespace: istio-system
@@ -307,7 +307,7 @@ metadata:
307307
component: "server"
308308
app: prometheus
309309
release: prometheus
310-
chart: prometheus-13.6.0
310+
chart: prometheus-14.3.0
311311
heritage: Helm
312312
name: prometheus
313313
rules:
@@ -349,7 +349,7 @@ metadata:
349349
component: "server"
350350
app: prometheus
351351
release: prometheus
352-
chart: prometheus-13.6.0
352+
chart: prometheus-14.3.0
353353
heritage: Helm
354354
name: prometheus
355355
subjects:
@@ -369,7 +369,7 @@ metadata:
369369
component: "server"
370370
app: prometheus
371371
release: prometheus
372-
chart: prometheus-13.6.0
372+
chart: prometheus-14.3.0
373373
heritage: Helm
374374
name: prometheus
375375
namespace: istio-system
@@ -394,7 +394,7 @@ metadata:
394394
component: "server"
395395
app: prometheus
396396
release: prometheus
397-
chart: prometheus-13.6.0
397+
chart: prometheus-14.3.0
398398
heritage: Helm
399399
name: prometheus
400400
namespace: istio-system
@@ -414,7 +414,7 @@ spec:
414414
component: "server"
415415
app: prometheus
416416
release: prometheus
417-
chart: prometheus-13.6.0
417+
chart: prometheus-14.3.0
418418
heritage: Helm
419419
spec:
420420
serviceAccountName: prometheus
@@ -433,7 +433,7 @@ spec:
433433
readOnly: true
434434

435435
- name: prometheus-server
436-
image: "prom/prometheus:v2.24.0"
436+
image: "prom/prometheus:v2.26.0"
437437
imagePullPolicy: "IfNotPresent"
438438
args:
439439
- --storage.tsdb.retention.time=15d

0 commit comments

Comments
 (0)