Files
riotpiao.com/infra/portfolio/base
Story Crater Bot fff4d59e39
CI / CI (push) Successful in 5m38s
fix: image updater strategy from digest→newest-build with SHA tag filter
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)
2026-09-09 20:10:04 +09:00
..
2026-08-18 18:33:49 -07:00