revert(ci-sizer): 🔥 revert image pin — no versioned images in registry
GoReleaser config uses 'dockers_v2' (invalid key, should be 'dockers') so versioned container images were never pushed. Only :latest exists. Reverting to :latest until CI pipeline is fixed to publish version tags. Refs: IPCEICIS-9326
This commit is contained in:
parent
f4aa470894
commit
cf8271fd86
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ spec:
|
||||||
fsGroup: 65534
|
fsGroup: 65534
|
||||||
containers:
|
containers:
|
||||||
- name: receiver
|
- name: receiver
|
||||||
image: edp.buildth.ing/devfw-cicd/ci-sizer-receiver:v0.8.1
|
image: edp.buildth.ing/devfw-cicd/ci-sizer-receiver:latest
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
args:
|
args:
|
||||||
- --db=/data/metrics.db
|
- --db=/data/metrics.db
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue