fix: imagePullPolicy Always so :latest actually pulls new images
CI / Vet, test, build (push) Successful in 3m23s
CI / Build and push image (push) Successful in 1m37s

This commit is contained in:
Admin Bot
2026-08-26 14:48:12 -07:00
parent 8ea63a6abe
commit ed8c4babd1
+2 -2
View File
@@ -45,8 +45,8 @@ spec:
# Tag is pinned in kustomization.yaml so there is exactly one place to
# bump it. Never :latest — Argo cannot make a deterministic rollout
# decision from a mutable tag, and 6.1 requires SHA tags.
image: forgejo.riotpiao.com/rock/api-gateway
imagePullPolicy: IfNotPresent
image: forgejo.riotpiao.com/rock/api-gateway:latest
imagePullPolicy: Always
ports:
- name: http
containerPort: 8080