List image automation state flux
Show all ImageRepositories, policies and update automations across namespaces
flux get images all -A
more flux
all 29 commands →
Inspect selected image tag
flux get image policy -A && flux get image repository -A
Slack alert pipeline
flux create provider slack --type slack --secret-ref webhook && flux create alert prod --provider-ref slack --event-source 'Kustomization/*' --event-severity info
Webhook receiver for push
flux create receiver github --type github --event github:push --secret-ref webhook-token --resource GitRepository/<name>
Force refetch git source
flux reconcile source git <name>
Timeline of resource events
flux events --for Kustomization/<name>