1
0
mirror of synced 2026-05-17 14:43:32 +00:00

Merge pull request #5882 from fluxcd/backport-5881-to-release/v2.8.x

[release/v2.8.x] include source-watcher in install.yaml manifests
This commit is contained in:
Matheus Pimenta
2026-05-06 16:50:02 +01:00
committed by GitHub

View File

@@ -9,6 +9,7 @@ resources:
- ../bases/helm-controller - ../bases/helm-controller
- ../bases/image-reflector-controller - ../bases/image-reflector-controller
- ../bases/image-automation-controller - ../bases/image-automation-controller
- ../bases/source-watcher
- ../rbac - ../rbac
- ../policies - ../policies
transformers: transformers:
@@ -26,3 +27,6 @@ images:
newName: ghcr.io/fluxcd/image-reflector-controller newName: ghcr.io/fluxcd/image-reflector-controller
- name: fluxcd/image-automation-controller - name: fluxcd/image-automation-controller
newName: ghcr.io/fluxcd/image-automation-controller newName: ghcr.io/fluxcd/image-automation-controller
- name: fluxcd/source-watcher
newName: ghcr.io/fluxcd/source-watcher