mirror of
https://github.com/fluxcd/flux2.git
synced 2025-10-30 07:47:09 +08:00
- source-controller to v1.6.2 https://github.com/fluxcd/source-controller/blob/v1.6.2/CHANGELOG.md - image-automation-controller to v0.41.2 https://github.com/fluxcd/image-automation-controller/blob/v0.41.2/CHANGELOG.md Signed-off-by: GitHub <noreply@github.com>
16 lines
441 B
YAML
16 lines
441 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- https://github.com/fluxcd/source-controller/releases/download/v1.6.2/source-controller.crds.yaml
|
|
- https://github.com/fluxcd/source-controller/releases/download/v1.6.2/source-controller.deployment.yaml
|
|
- account.yaml
|
|
transformers:
|
|
- labels.yaml
|
|
patches:
|
|
- target:
|
|
group: apps
|
|
version: v1
|
|
kind: Deployment
|
|
name: source-controller
|
|
path: patch.yaml
|