Inspect selected image tag flux
See which tag each policy selected and last scan results per repository
flux get image policy -A && flux get image repository -A
more flux
all 29 commands →
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>
Ordered kustomization with depends-on
flux create kustomization app --source=GitRepository/<name> --path=./app --depends-on=infra --prune=true --interval=10m