Support OCIRepository Git Status Alerts in Notification Controller #5140
-
Currently it's common practice to include alerts on kustomizations to publish the status back to the origin commit status. EG. apiVersion: notification.toolkit.fluxcd.io/v1beta3
kind: Alert
metadata:
name: github-kustomization-alerts
namespace: flux-system
spec:
providerRef:
name: github
eventSeverity: info
eventSources:
- kind: Kustomization
name: '*' However, when these kustomizations are using the Error
One possible solution is to allow the kustomize-controller to forward the OCI annotation called This would allow for a better user experience and feedback loops when using the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I created #5148 for tracking this |
Beta Was this translation helpful? Give feedback.
-
This has been implemented and will be shipped in Flux 2.5 https://fluxcd.io/roadmap/ |
Beta Was this translation helpful? Give feedback.
This has been implemented and will be shipped in Flux 2.5 https://fluxcd.io/roadmap/