Skip to content

Commit

Permalink
Add fluxcd v2.4.0 library (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
fculpo authored Dec 10, 2024
1 parent 36a4bb8 commit 71f6a5f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions libs/fluxcd/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ local config = import 'jsonnet/config.jsonnet';
config.new(
name='fluxcd',
specs=[
{
// CRDs retrieved from https://github.com/fluxcd/flux2/blob/v2.4.0/manifests/crds/kustomization.yaml
output: '2.4.0',
prefix: '^io\\.fluxcd\\.toolkit\\..*',
crds: [
'https://github.com/fluxcd/source-controller/releases/download/v1.4.1/source-controller.crds.yaml',
'https://github.com/fluxcd/kustomize-controller/releases/download/v1.4.0/kustomize-controller.crds.yaml',
'https://github.com/fluxcd/helm-controller/releases/download/v1.1.0/helm-controller.crds.yaml',
'https://github.com/fluxcd/notification-controller/releases/download/v1.4.0/notification-controller.crds.yaml',
'https://github.com/fluxcd/image-reflector-controller/releases/download/v0.33.0/image-reflector-controller.crds.yaml',
'https://github.com/fluxcd/image-automation-controller/releases/download/v0.39.0/image-automation-controller.crds.yaml',
],
localName: 'fluxcd',
},
{
// CRDs retrieved from https://github.com/fluxcd/flux2/blob/v2.3.0/manifests/crds/kustomization.yaml
output: '2.3.0',
Expand Down

0 comments on commit 71f6a5f

Please sign in to comment.