Skip to content

Commit 59ba1ef

Browse files
authored
istio: crd-all.gen.yaml moved from crds to files since 1.24 (#529)
1 parent 296c483 commit 59ba1ef

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

libs/istio/config.jsonnet

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
local config = import 'jsonnet/config.jsonnet';
22
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'],
3+
['1.25', '1.25.2','files'],
4+
['1.24', '1.24.5','files'],
5+
['1.23', '1.23.3','crds'],
6+
['1.22', '1.22.3','crds'],
7+
['1.21', '1.21.5','crds'],
8+
['1.20', '1.20.0','crds'],
9+
['1.19', '1.19.1','crds'],
10+
['1.18', '1.18.6','crds'],
11+
['1.17', '1.17.6','crds'],
1112
];
1213

1314
config.new(
@@ -16,7 +17,7 @@ config.new(
1617
{
1718
output: version[0],
1819
prefix: '^io\\.istio\\..*',
19-
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'],
2021
localName: 'istio',
2122
patchDir: 'custom',
2223
}

0 commit comments

Comments
 (0)