React to image change events from registries #693
-
Have you considered implementing a feature where webhook/events from ImageRegistries can be used instead of polling? There will then need to be a component that will listen to these events and then update relevant files in the repos and then push it? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
Your best option there is to do what I have been doing even back in FluxV1. Do it in CI rather than in the cluster. There are multiple ways to trigger a CI pipeline in most git providers when a new image is pushed, or you could have one pipeline trigger another if that is not possible. Then in the pipeline you can build whatever custom logic you want to update the image tag and/or do promotion to other environments. |
Beta Was this translation helpful? Give feedback.
-
My proposal is to extend the notification-controller Receiver API to trigger an
|
Beta Was this translation helpful? Give feedback.
-
Triggering image updates from CI/Harbor/GitHub/GitLab/BitBucket implemented in fluxcd/notification-controller#110 |
Beta Was this translation helpful? Give feedback.
-
Container registry integrations:
@somtochiama will be working on getting all of these done. |
Beta Was this translation helpful? Give feedback.
My proposal is to extend the notification-controller Receiver API to trigger an
ImageRepository
reconciliation: