mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-07 16:27:27 +00:00
- helm-controller to v1.4.5 https://github.com/fluxcd/helm-controller/blob/v1.4.5/CHANGELOG.md Signed-off-by: GitHub <noreply@github.com>
15 lines
431 B
YAML
15 lines
431 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- https://github.com/fluxcd/helm-controller/releases/download/v1.4.5/helm-controller.crds.yaml
|
|
- https://github.com/fluxcd/helm-controller/releases/download/v1.4.5/helm-controller.deployment.yaml
|
|
- account.yaml
|
|
transformers:
|
|
- labels.yaml
|
|
patches:
|
|
- target:
|
|
group: apps
|
|
version: v1
|
|
kind: Deployment
|
|
name: helm-controller
|
|
path: patch.yaml
|