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
spec:
containers:
- image: git.mziesel.nl/mans/goredir:latest
- image: git.mziesel.nl/mans/goredir:2024-09-06
name: go-redirect
ports:
- name: web

View File

@ -14,19 +14,19 @@ spec:
app: redlib
spec:
containers:
- image: quay.io/redlib/redlib:latest
name: redlib
ports:
- name: web
containerPort: 8080
env:
- name: REDLIB_DEFAULT_SHOW_NSFW
value: "on"
- name: REDLIB_DEFAULT_BLUR_NSFW
value: "off"
- name: REDLIB_DEFAULT_USE_HLS
value: "on"
- name: REDLIB_DEFAULT_HIDE_HLS_NOTIFICATION
value: "off"
- name: ROBOTS_DISABLE_INDEXING
value: "on"
- image: quay.io/redlib/redlib:latest@sha256:f07a1531d520121e1260bfd9d4b3dbadb26a8ad20a8a7b8639723907160839e4
name: redlib
ports:
- name: web
containerPort: 8080
env:
- name: REDLIB_DEFAULT_SHOW_NSFW
value: "on"
- name: REDLIB_DEFAULT_BLUR_NSFW
value: "off"
- name: REDLIB_DEFAULT_USE_HLS
value: "on"
- name: REDLIB_DEFAULT_HIDE_HLS_NOTIFICATION
value: "off"
- name: ROBOTS_DISABLE_INDEXING
value: "on"