chore: Define image versions in kustomization.yamls
This commit is contained in:
parent
710de0a344
commit
f54ab7f658
10 changed files with 31 additions and 7 deletions
|
|
@ -24,7 +24,7 @@ spec:
|
|||
claimName: nfs-media
|
||||
containers:
|
||||
- name: plex
|
||||
image: plexinc/pms-docker:1.43.0.10467-2b1ba6e69
|
||||
image: plexinc/pms-docker
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 32400
|
||||
|
|
|
|||
|
|
@ -11,3 +11,7 @@ resources:
|
|||
- secrets.yaml
|
||||
- services.yaml
|
||||
- namespace.yaml
|
||||
|
||||
images:
|
||||
- name: plexinc/pms-docker
|
||||
newTag: 1.43.0.10467-2b1ba6e69
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ spec:
|
|||
claimName: prowlarr-storage
|
||||
containers:
|
||||
- name: flaresolverr
|
||||
image: flaresolverr/flaresolverr:v3.4.6
|
||||
image: flaresolverr/flaresolverr
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 8191
|
||||
|
|
@ -36,7 +36,7 @@ spec:
|
|||
drop:
|
||||
- "ALL"
|
||||
- name: prowlarr
|
||||
image: linuxserver/prowlarr:2.3.0
|
||||
image: linuxserver/prowlarr
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 9696
|
||||
|
|
|
|||
|
|
@ -11,3 +11,9 @@ resources:
|
|||
- secrets.yaml
|
||||
- services.yaml
|
||||
- namespace.yaml
|
||||
|
||||
images:
|
||||
- name: flaresolverr/flaresolverr
|
||||
newTag: v3.4.6
|
||||
- name: linuxserver/prowlarr
|
||||
newTag: 2.3.0
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ spec:
|
|||
claimName: nfs-media
|
||||
containers:
|
||||
- name: radarr
|
||||
image: linuxserver/radarr:6.0.4
|
||||
image: linuxserver/radarr
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 7878
|
||||
|
|
|
|||
|
|
@ -11,3 +11,7 @@ resources:
|
|||
- secrets.yaml
|
||||
- services.yaml
|
||||
- namespace.yaml
|
||||
|
||||
images:
|
||||
- name: linuxserver/radarr
|
||||
newTag: 6.0.4
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ spec:
|
|||
claimName: nfs-media
|
||||
containers:
|
||||
- name: sonarr
|
||||
image: linuxserver/sonarr:4.0.16
|
||||
image: linuxserver/sonarr
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 8989
|
||||
|
|
|
|||
|
|
@ -11,3 +11,7 @@ resources:
|
|||
- secrets.yaml
|
||||
- services.yaml
|
||||
- namespace.yaml
|
||||
|
||||
images:
|
||||
- name: linuxserver/sonarr
|
||||
newTag: 4.0.16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue