mirror of
https://github.com/fluxcd/flux2.git
synced 2025-11-01 10:12:51 +08:00
Use release archive as kustomize base
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- github.com/fluxcd/helm-controller/config//crd?ref=v0.0.8
|
||||
- github.com/fluxcd/helm-controller/config//manager?ref=v0.0.8
|
||||
- https://github.com/fluxcd/helm-controller/archive/v0.0.8.zip//helm-controller-0.0.8/config/crd
|
||||
- https://github.com/fluxcd/helm-controller/archive/v0.0.8.zip//helm-controller-0.0.8/config/manager
|
||||
patchesJson6902:
|
||||
- target:
|
||||
group: apps
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- github.com/fluxcd/kustomize-controller/config//crd?ref=v0.0.12
|
||||
- github.com/fluxcd/kustomize-controller/config//manager?ref=v0.0.12
|
||||
- https://github.com/fluxcd/kustomize-controller/archive/v0.0.12.zip//kustomize-controller-0.0.12/config/crd
|
||||
- https://github.com/fluxcd/kustomize-controller/archive/v0.0.12.zip//kustomize-controller-0.0.12/config/manager
|
||||
patchesJson6902:
|
||||
- target:
|
||||
group: apps
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- github.com/fluxcd/notification-controller/config//crd?ref=v0.0.10
|
||||
- github.com/fluxcd/notification-controller/config//manager?ref=v0.0.10
|
||||
- https://github.com/fluxcd/notification-controller/archive/v0.0.10.zip//notification-controller-0.0.10/config/crd
|
||||
- https://github.com/fluxcd/notification-controller/archive/v0.0.10.zip//notification-controller-0.0.10/config/manager
|
||||
@ -1,8 +1,8 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- github.com/fluxcd/source-controller/config//crd?ref=v0.0.16
|
||||
- github.com/fluxcd/source-controller/config//manager?ref=v0.0.16
|
||||
- https://github.com/fluxcd/source-controller/archive/v0.0.16.zip//source-controller-0.0.16/config/crd
|
||||
- https://github.com/fluxcd/source-controller/archive/v0.0.16.zip//source-controller-0.0.16/config/manager
|
||||
patchesJson6902:
|
||||
- target:
|
||||
group: apps
|
||||
|
||||
Reference in New Issue
Block a user