We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 296c483 commit 59ba1efCopy full SHA for 59ba1ef
libs/istio/config.jsonnet
@@ -1,13 +1,14 @@
1
local config = import 'jsonnet/config.jsonnet';
2
local versions = [
3
- ['1.24', '1.24.0'],
4
- ['1.23', '1.23.3'],
5
- ['1.22', '1.22.3'],
6
- ['1.21', '1.21.5'],
7
- ['1.20', '1.20.0'],
8
- ['1.19', '1.19.1'],
9
- ['1.18', '1.18.6'],
10
- ['1.17', '1.17.6'],
+ ['1.25', '1.25.2','files'],
+ ['1.24', '1.24.5','files'],
+ ['1.23', '1.23.3','crds'],
+ ['1.22', '1.22.3','crds'],
+ ['1.21', '1.21.5','crds'],
+ ['1.20', '1.20.0','crds'],
+ ['1.19', '1.19.1','crds'],
+ ['1.18', '1.18.6','crds'],
11
+ ['1.17', '1.17.6','crds'],
12
];
13
14
config.new(
@@ -16,7 +17,7 @@ config.new(
16
17
{
18
output: version[0],
19
prefix: '^io\\.istio\\..*',
- crds: ['https://raw.githubusercontent.com/istio/istio/' + version[1] + '/manifests/charts/base/crds/crd-all.gen.yaml'],
20
+ crds: ['https://raw.githubusercontent.com/istio/istio/' + version[1] + '/manifests/charts/base/' + version[2] + '/crd-all.gen.yaml'],
21
localName: 'istio',
22
patchDir: 'custom',
23
}
0 commit comments