Skip to content

Commit d705060

Browse files
authored
bump istio version (#1113)
1 parent 5d82acc commit d705060

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

cluster/expected/infra/expected.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@
11201120
"istioNamespace": "cluster-ingress"
11211121
}
11221122
},
1123-
"version": "1.24.3"
1123+
"version": "1.26.1"
11241124
},
11251125
"name": "istio-base",
11261126
"provider": "",
@@ -1267,7 +1267,7 @@
12671267
}
12681268
]
12691269
},
1270-
"version": "1.24.3"
1270+
"version": "1.26.1"
12711271
},
12721272
"name": "istio-ingress-public",
12731273
"provider": "",
@@ -1757,7 +1757,7 @@
17571757
}
17581758
]
17591759
},
1760-
"version": "1.24.3"
1760+
"version": "1.26.1"
17611761
},
17621762
"name": "istio-ingress",
17631763
"provider": "",
@@ -1935,7 +1935,7 @@
19351935
]
19361936
}
19371937
},
1938-
"version": "1.24.3"
1938+
"version": "1.26.1"
19391939
},
19401940
"name": "istiod",
19411941
"provider": "",
@@ -2377,32 +2377,32 @@
23772377
"control_plane": {
23782378
"datasource": "Prometheus",
23792379
"gnetId": 7645,
2380-
"revision": 243
2380+
"revision": 259
23812381
},
23822382
"mesh": {
23832383
"datasource": "Prometheus",
23842384
"gnetId": 7639,
2385-
"revision": 243
2385+
"revision": 259
23862386
},
23872387
"performance": {
23882388
"datasource": "Prometheus",
23892389
"gnetId": 11829,
2390-
"revision": 243
2390+
"revision": 259
23912391
},
23922392
"service": {
23932393
"datasource": "Prometheus",
23942394
"gnetId": 7636,
2395-
"revision": 243
2395+
"revision": 259
23962396
},
23972397
"wasm": {
23982398
"datasource": "Prometheus",
23992399
"gnetId": 13277,
2400-
"revision": 200
2400+
"revision": 216
24012401
},
24022402
"workload": {
24032403
"datasource": "Prometheus",
24042404
"gnetId": 7630,
2405-
"revision": 243
2405+
"revision": 259
24062406
}
24072407
},
24082408
"k6s": {

cluster/pulumi/infra/src/istio.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ import {
2121
import { clusterBasename, loadIPRanges } from './config';
2222

2323
export const istioVersion = {
24-
istio: '1.24.3',
24+
istio: '1.26.1',
2525
// updated from https://grafana.com/orgs/istio/dashboards, must be updated on each istio version
2626
dashboards: {
27-
general: 243,
28-
wasm: 200,
27+
general: 259,
28+
wasm: 216,
2929
},
3030
};
3131

0 commit comments

Comments
 (0)