How to trigger ImageRepository updates only with webhook #5387
-
|
I've just learned this technique of how to Trigger image updates with webhooks, but AFAIU this notification receiver apiVersion: notification.toolkit.fluxcd.io/v1
kind: Receiver
metadata:
name: podinfo
namespace: flux-system
spec:
resources:
- kind: ImageRepository
name: podinfowill act as an additional trigger and the referenced Is there any way to ensure |
Beta Was this translation helpful? Give feedback.
Answered by
matheuscscp
Jun 4, 2025
Replies: 1 comment 1 reply
-
|
There isn't, but you may be interested in these two issues: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mloskot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There isn't, but you may be interested in these two issues:
controlplaneio-fluxcd/flux-operator#148
controlplaneio-fluxcd/flux-operator#151