From ed8c4babd1059c13533631d30c5148c18ed5ea0b Mon Sep 17 00:00:00 2001 From: Admin Bot Date: Wed, 26 Aug 2026 14:48:12 -0700 Subject: [PATCH] fix: imagePullPolicy Always so :latest actually pulls new images --- k8s/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index e32b512..bf427f4 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -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