fluxcd-flux2/manifests/bases/helm-controller/kustomization.yaml
fluxcdbot 961c237d33 Update toolkit components
- helm-controller to v0.32.2
  https://github.com/fluxcd/helm-controller/blob/v0.32.2/CHANGELOG.md

Signed-off-by: GitHub <noreply@github.com>
2023-05-02 15:57:21 +00:00

15 lines
433 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://github.com/fluxcd/helm-controller/releases/download/v0.32.2/helm-controller.crds.yaml
- https://github.com/fluxcd/helm-controller/releases/download/v0.32.2/helm-controller.deployment.yaml
- account.yaml
transformers:
- labels.yaml
patches:
- target:
group: apps
version: v1
kind: Deployment
name: helm-controller
path: patch.yaml