deploy(nxtgauge-backend): pin image SHA and force pull for debug
This commit is contained in:
parent
a263323997
commit
2a2ed037fc
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ spec:
|
|||
containers:
|
||||
- name: backend
|
||||
image: ghcr.io/traceworks2023/nxtgauge-backend
|
||||
imagePullPolicy: IfNotPresent
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 2002
|
||||
name: http
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ patchesStrategicMerge:
|
|||
- replicas-patch.yaml
|
||||
images:
|
||||
- name: ghcr.io/traceworks2023/nxtgauge-backend
|
||||
newTag: latest
|
||||
newTag: 01de21ae64da588f8dbac82687a9c68b59b54340
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue