chore: Define image versions in kustomization.yamls

This commit is contained in:
Peter 2026-02-01 18:42:46 +01:00
parent 710de0a344
commit f54ab7f658
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
10 changed files with 31 additions and 7 deletions

View file

@ -18,7 +18,7 @@ spec:
spec:
initContainers:
- name: gluetun
image: ghcr.io/qdm12/gluetun:v3.40.0
image: ghcr.io/qdm12/gluetun
ports:
- name: http
containerPort: 8112
@ -67,7 +67,7 @@ spec:
- "NET_ADMIN"
containers:
- name: qbittorrent-nox
image: docker.io/qbittorrentofficial/qbittorrent-nox:5.1.2-2
image: docker.io/qbittorrentofficial/qbittorrent-nox
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:

View file

@ -11,3 +11,9 @@ resources:
- secrets.yaml
- services.yaml
- namespace.yaml
images:
- name: ghcr.io/qdm12/gluetun
newTag: v3.40.0
- name: docker.io/qbittorrentofficial/qbittorrent-nox
newTag: 5.1.2-2