From 734dc6087055a49848bd9061acd8050f8ebad204 Mon Sep 17 00:00:00 2001 From: Gopinath Sabapathy Date: Tue, 14 May 2024 18:56:29 +0100 Subject: [PATCH] feat(fluxcd): add configs for 2.3.0 (#419) --- libs/fluxcd/config.jsonnet | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/libs/fluxcd/config.jsonnet b/libs/fluxcd/config.jsonnet index b0517bd..938f2ce 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.3.0/manifests/crds/kustomization.yaml + output: '2.3.0', + prefix: '^io\\.fluxcd\\.toolkit\\..*', + crds: [ + 'https://github.com/fluxcd/source-controller/releases/download/v1.3.0/source-controller.crds.yaml', + 'https://github.com/fluxcd/kustomize-controller/releases/download/v1.3.0/kustomize-controller.crds.yaml', + 'https://github.com/fluxcd/helm-controller/releases/download/v1.0.1/helm-controller.crds.yaml', + 'https://github.com/fluxcd/notification-controller/releases/download/v1.3.0/notification-controller.crds.yaml', + 'https://github.com/fluxcd/image-reflector-controller/releases/download/v0.32.0/image-reflector-controller.crds.yaml', + 'https://github.com/fluxcd/image-automation-controller/releases/download/v0.38.0/image-automation-controller.crds.yaml', + ], + localName: 'fluxcd', + }, { // CRDs retrieved from https://github.com/fluxcd/flux2/blob/v2.2.2/manifests/crds/kustomization.yaml output: '2.2.2',