Skip to content

Commit 0a0ce9f

Browse files
committed
Add Flux 2.5.1 lib
1 parent 1b88f72 commit 0a0ce9f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

libs/fluxcd/config.jsonnet

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@ local config = import 'jsonnet/config.jsonnet';
33
config.new(
44
name='fluxcd',
55
specs=[
6+
{
7+
// CRDs retrieved from https://github.com/fluxcd/flux2/blob/v2.5.1/manifests/crds/kustomization.yaml
8+
output: '2.5.1',
9+
prefix: '^io\\.fluxcd\\.toolkit\\..*',
10+
crds: [
11+
'https://github.com/fluxcd/source-controller/releases/download/v1.5.0/source-controller.crds.yaml',
12+
'https://github.com/fluxcd/kustomize-controller/releases/download/v1.5.1/kustomize-controller.crds.yaml',
13+
'https://github.com/fluxcd/helm-controller/releases/download/v1.2.0/helm-controller.crds.yaml',
14+
'https://github.com/fluxcd/notification-controller/releases/download/v1.5.0/notification-controller.crds.yaml',
15+
'https://github.com/fluxcd/image-reflector-controller/releases/download/v0.34.0/image-reflector-controller.crds.yaml',
16+
'https://github.com/fluxcd/image-automation-controller/releases/download/v0.40.0/image-automation-controller.crds.yaml',
17+
],
18+
localName: 'fluxcd',
19+
},
620
{
721
// CRDs retrieved from https://github.com/fluxcd/flux2/blob/v2.4.0/manifests/crds/kustomization.yaml
822
output: '2.4.0',

0 commit comments

Comments
 (0)