fix: imagePullPolicy Always so :latest actually pulls new images
This commit is contained in:
+2
-2
@@ -45,8 +45,8 @@ spec:
|
|||||||
# Tag is pinned in kustomization.yaml so there is exactly one place to
|
# Tag is pinned in kustomization.yaml so there is exactly one place to
|
||||||
# bump it. Never :latest — Argo cannot make a deterministic rollout
|
# bump it. Never :latest — Argo cannot make a deterministic rollout
|
||||||
# decision from a mutable tag, and 6.1 requires SHA tags.
|
# decision from a mutable tag, and 6.1 requires SHA tags.
|
||||||
image: forgejo.riotpiao.com/rock/api-gateway
|
image: forgejo.riotpiao.com/rock/api-gateway:latest
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8080
|
containerPort: 8080
|
||||||
|
|||||||
Reference in New Issue
Block a user