Skip to content

Commit 27b2893

Browse files
committed
feat(external-secrets): v0.17.0
1 parent 0af7a81 commit 27b2893

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

libs/external-secrets/config.jsonnet

Lines changed: 3 additions & 2 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'] // from v0.5 onward, a single bundle.yaml contains all of the external-secrets CRDs.
88
) =
99
{
1010
output: output,
@@ -21,12 +21,13 @@ local versions = [
2121
]),
2222
version('0.5', '0.5.9'),
2323
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.
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.
2525
version('0.7', '0.7.3'),
2626
version('0.8', '0.8.12'),
2727
version('0.9', '0.9.12'),
2828
version('0.15', '0.15.1'),
2929
version('0.16', '0.16.2'),
30+
version('0.17', '0.17.0'),
3031
];
3132

3233
config.new(

0 commit comments

Comments
 (0)