mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 00:37:27 +00:00
- source-controller to v1.2.1 https://github.com/fluxcd/source-controller/blob/v1.2.1/CHANGELOG.md - notification-controller to v1.2.1 https://github.com/fluxcd/notification-controller/blob/v1.2.1/CHANGELOG.md - image-reflector-controller to v0.31.0 https://github.com/fluxcd/image-reflector-controller/blob/v0.31.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.2.1/notification-controller.crds.yaml
|
|
- https://github.com/fluxcd/notification-controller/releases/download/v1.2.1/notification-controller.deployment.yaml
|
|
- account.yaml
|
|
transformers:
|
|
- labels.yaml
|
|
patches:
|
|
- target:
|
|
group: apps
|
|
version: v1
|
|
kind: Deployment
|
|
name: notification-controller
|
|
path: patch.yaml
|