File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,20 @@ local config = import 'jsonnet/config.jsonnet';
33config.new(
44 name='fluxcd' ,
55 specs=[
6+ {
7+ // CRDs retrieved from https://github.com/fluxcd/flux2/blob/v2.4.0/manifests/crds/kustomization.yaml
8+ output: '2.4.0' ,
9+ prefix: '^io\\ .fluxcd\\ .toolkit\\ ..*' ,
10+ crds: [
11+ 'https://github.com/fluxcd/source-controller/releases/download/v1.4.1/source-controller.crds.yaml' ,
12+ 'https://github.com/fluxcd/kustomize-controller/releases/download/v1.4.0/kustomize-controller.crds.yaml' ,
13+ 'https://github.com/fluxcd/helm-controller/releases/download/v1.1.0/helm-controller.crds.yaml' ,
14+ 'https://github.com/fluxcd/notification-controller/releases/download/v1.4.0/notification-controller.crds.yaml' ,
15+ 'https://github.com/fluxcd/image-reflector-controller/releases/download/v0.33.0/image-reflector-controller.crds.yaml' ,
16+ 'https://github.com/fluxcd/image-automation-controller/releases/download/v0.39.0/image-automation-controller.crds.yaml' ,
17+ ],
18+ localName: 'fluxcd' ,
19+ },
620 {
721 // CRDs retrieved from https://github.com/fluxcd/flux2/blob/v2.3.0/manifests/crds/kustomization.yaml
822 output: '2.3.0' ,
You can’t perform that action at this time.
0 commit comments