File tree 1 file changed +14
-0
lines changed
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';
3
3
config.new(
4
4
name='fluxcd' ,
5
5
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
+ },
6
20
{
7
21
// CRDs retrieved from https://github.com/fluxcd/flux2/blob/v2.4.0/manifests/crds/kustomization.yaml
8
22
output: '2.4.0' ,
You can’t perform that action at this time.
0 commit comments