Skip to content

Commit 68d5792

Browse files
authored
remove external-secrets before 0.15 and add up to 0.19.2 (#562)
1 parent 6b7ba49 commit 68d5792

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

libs/external-secrets/config.jsonnet

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ local
44
version(
55
output,
66
version,
7-
crdFiles=['bundle.yaml'] // from v0.5 onward, a single bundle.yaml contains all of the external-secrets CRDs.
7+
crdFiles=['bundle.yaml']
88
) =
99
{
1010
output: output,
@@ -13,19 +13,11 @@ local
1313
};
1414

1515
local versions = [
16-
version('0.4', '0.4.4', crdFiles=[
17-
// 0.4.4 is the last version with individual CRD files
18-
'external-secrets.io_clustersecretstores.yaml',
19-
'external-secrets.io_externalsecrets.yaml',
20-
'external-secrets.io_secretstores.yaml',
21-
]),
22-
version('0.5', '0.5.9'),
23-
version('0.6', '0.6.1'),
24-
// From v0.7, the upstream kustomization.yaml was actually not properly containing all CRDs, we parse the bundle.yaml instead across the board for now.
25-
version('0.7', '0.7.3'),
26-
version('0.8', '0.8.12'),
27-
version('0.9', '0.9.12'),
2816
version('0.15', '0.15.1'),
17+
version('0.16', '0.16.2'),
18+
version('0.17', '0.17.0'),
19+
version('0.18', '0.18.2'),
20+
version('0.19', '0.19.2'),
2921
];
3022

3123
config.new(

0 commit comments

Comments
 (0)