fff4d59e3986a4c01486f54b16b7c984110cf0e9
CI / CI (push) Successful in 5m38s
Root cause: image updater used 'digest' strategy with allow-tags=latest
but 'digest' requires a version constraint. Result: updater errored every
2min cycle and never promoted new images.
Fix:
- Strategy: newest-build (picks most recently pushed tag)
- Allow-tags: regexp:^[a-f0-9]{7}$ (matches 7-char git SHA tags from CI)
- Alias: app (matches ArgoCD app annotation)
Description
No description provided
5.2 MiB
Languages
HTML
94.8%
TypeScript
5.1%