image-updater: filter to SHA tags only (skip :latest)

allow-tags: regexp:^[0-9a-f]{7}$ ensures newest-build strategy
compares commit SHA tags, not the stale :latest tag
This commit is contained in:
2026-09-03 08:07:19 -07:00
parent 7e9ef86826
commit 17a98afa3f
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -39,6 +39,7 @@ metadata:
# ArgoCD Image Updater - auto-update on new image push
argocd-image-updater.argoproj.io/image-list: gw=forgejo.riotpiao.com/rock/api-gateway
argocd-image-updater.argoproj.io/gw.update-strategy: newest-build
argocd-image-updater.argoproj.io/gw.allow-tags: regexp:^[0-9a-f]{7}$
argocd-image-updater.argoproj.io/write-back-method: argocd
spec:
project: homelab