mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 08:47:27 +00:00
- notification-controller to v1.3.0 https://github.com/fluxcd/notification-controller/blob/v1.3.0/CHANGELOG.md - image-reflector-controller to v0.32.0 https://github.com/fluxcd/image-reflector-controller/blob/v0.32.0/CHANGELOG.md - image-automation-controller to v0.38.0 https://github.com/fluxcd/image-automation-controller/blob/v0.38.0/CHANGELOG.md Signed-off-by: GitHub <noreply@github.com>
15 lines
483 B
YAML
15 lines
483 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- https://github.com/fluxcd/notification-controller/releases/download/v1.3.0/notification-controller.crds.yaml
|
|
- https://github.com/fluxcd/notification-controller/releases/download/v1.3.0/notification-controller.deployment.yaml
|
|
- account.yaml
|
|
transformers:
|
|
- labels.yaml
|
|
patches:
|
|
- target:
|
|
group: apps
|
|
version: v1
|
|
kind: Deployment
|
|
name: notification-controller
|
|
path: patch.yaml
|