pin redlib to specifif hash

This commit is contained in:
Mans Ziesel 2024-10-24 18:18:41 +02:00
parent 6e97d808a3
commit d09763e46c
2 changed files with 17 additions and 17 deletions

View File

@ -14,7 +14,7 @@ spec:
app: go-redirect app: go-redirect
spec: spec:
containers: containers:
- image: git.mziesel.nl/mans/goredir:latest - image: git.mziesel.nl/mans/goredir:2024-09-06
name: go-redirect name: go-redirect
ports: ports:
- name: web - name: web

View File

@ -14,7 +14,7 @@ spec:
app: redlib app: redlib
spec: spec:
containers: containers:
- image: quay.io/redlib/redlib:latest - image: quay.io/redlib/redlib:latest@sha256:f07a1531d520121e1260bfd9d4b3dbadb26a8ad20a8a7b8639723907160839e4
name: redlib name: redlib
ports: ports:
- name: web - name: web