mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 00:37:27 +00:00
- helm-controller to v0.17.1 https://github.com/fluxcd/helm-controller/blob/v0.17.1/CHANGELOG.md - kustomize-controller to v0.21.1 https://github.com/fluxcd/kustomize-controller/blob/v0.21.1/CHANGELOG.md - notification-controller to v0.22.1 https://github.com/fluxcd/notification-controller/blob/v0.22.1/CHANGELOG.md Signed-off-by: GitHub <noreply@github.com>
13 lines
413 B
YAML
13 lines
413 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- https://github.com/fluxcd/helm-controller/releases/download/v0.17.1/helm-controller.crds.yaml
|
|
- https://github.com/fluxcd/helm-controller/releases/download/v0.17.1/helm-controller.deployment.yaml
|
|
- account.yaml
|
|
patchesJson6902:
|
|
- target:
|
|
group: apps
|
|
version: v1
|
|
kind: Deployment
|
|
name: helm-controller
|
|
path: patch.yaml
|