From 5424c82be95300123d51178e8b444e91d7693930 Mon Sep 17 00:00:00 2001 From: Fabien Culpo Date: Mon, 9 Dec 2024 16:07:28 +0100 Subject: [PATCH] Add fluxcd v2.4.0 library --- libs/fluxcd/config.jsonnet | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/libs/fluxcd/config.jsonnet b/libs/fluxcd/config.jsonnet index 938f2ce..ad471ed 100644 --- a/libs/fluxcd/config.jsonnet +++ b/libs/fluxcd/config.jsonnet @@ -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',