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,19 +14,19 @@ 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
containerPort: 8080 containerPort: 8080
env: env:
- name: REDLIB_DEFAULT_SHOW_NSFW - name: REDLIB_DEFAULT_SHOW_NSFW
value: "on" value: "on"
- name: REDLIB_DEFAULT_BLUR_NSFW - name: REDLIB_DEFAULT_BLUR_NSFW
value: "off" value: "off"
- name: REDLIB_DEFAULT_USE_HLS - name: REDLIB_DEFAULT_USE_HLS
value: "on" value: "on"
- name: REDLIB_DEFAULT_HIDE_HLS_NOTIFICATION - name: REDLIB_DEFAULT_HIDE_HLS_NOTIFICATION
value: "off" value: "off"
- name: ROBOTS_DISABLE_INDEXING - name: ROBOTS_DISABLE_INDEXING
value: "on" value: "on"