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
|
claimName: nfs-media
|
||||||
containers:
|
containers:
|
||||||
- name: plex
|
- name: plex
|
||||||
image: plexinc/pms-docker:1.43.0.10467-2b1ba6e69
|
image: plexinc/pms-docker
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 32400
|
- containerPort: 32400
|
||||||
|
|
|
||||||
|
|
@ -11,3 +11,7 @@ resources:
|
||||||
- secrets.yaml
|
- secrets.yaml
|
||||||
- services.yaml
|
- services.yaml
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
|
|
||||||
|
images:
|
||||||
|
- name: plexinc/pms-docker
|
||||||
|
newTag: 1.43.0.10467-2b1ba6e69
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ spec:
|
||||||
claimName: prowlarr-storage
|
claimName: prowlarr-storage
|
||||||
containers:
|
containers:
|
||||||
- name: flaresolverr
|
- name: flaresolverr
|
||||||
image: flaresolverr/flaresolverr:v3.4.6
|
image: flaresolverr/flaresolverr
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8191
|
- containerPort: 8191
|
||||||
|
|
@ -36,7 +36,7 @@ spec:
|
||||||
drop:
|
drop:
|
||||||
- "ALL"
|
- "ALL"
|
||||||
- name: prowlarr
|
- name: prowlarr
|
||||||
image: linuxserver/prowlarr:2.3.0
|
image: linuxserver/prowlarr
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 9696
|
- containerPort: 9696
|
||||||
|
|
|
||||||
|
|
@ -11,3 +11,9 @@ resources:
|
||||||
- secrets.yaml
|
- secrets.yaml
|
||||||
- services.yaml
|
- services.yaml
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
|
|
||||||
|
images:
|
||||||
|
- name: flaresolverr/flaresolverr
|
||||||
|
newTag: v3.4.6
|
||||||
|
- name: linuxserver/prowlarr
|
||||||
|
newTag: 2.3.0
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: gluetun
|
- name: gluetun
|
||||||
image: ghcr.io/qdm12/gluetun:v3.40.0
|
image: ghcr.io/qdm12/gluetun
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8112
|
containerPort: 8112
|
||||||
|
|
@ -67,7 +67,7 @@ spec:
|
||||||
- "NET_ADMIN"
|
- "NET_ADMIN"
|
||||||
containers:
|
containers:
|
||||||
- name: qbittorrent-nox
|
- name: qbittorrent-nox
|
||||||
image: docker.io/qbittorrentofficial/qbittorrent-nox:5.1.2-2
|
image: docker.io/qbittorrentofficial/qbittorrent-nox
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
|
|
|
||||||
|
|
@ -11,3 +11,9 @@ resources:
|
||||||
- secrets.yaml
|
- secrets.yaml
|
||||||
- services.yaml
|
- services.yaml
|
||||||
- namespace.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
|
claimName: nfs-media
|
||||||
containers:
|
containers:
|
||||||
- name: radarr
|
- name: radarr
|
||||||
image: linuxserver/radarr:6.0.4
|
image: linuxserver/radarr
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 7878
|
- containerPort: 7878
|
||||||
|
|
|
||||||
|
|
@ -11,3 +11,7 @@ resources:
|
||||||
- secrets.yaml
|
- secrets.yaml
|
||||||
- services.yaml
|
- services.yaml
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
|
|
||||||
|
images:
|
||||||
|
- name: linuxserver/radarr
|
||||||
|
newTag: 6.0.4
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ spec:
|
||||||
claimName: nfs-media
|
claimName: nfs-media
|
||||||
containers:
|
containers:
|
||||||
- name: sonarr
|
- name: sonarr
|
||||||
image: linuxserver/sonarr:4.0.16
|
image: linuxserver/sonarr
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8989
|
- containerPort: 8989
|
||||||
|
|
|
||||||
|
|
@ -11,3 +11,7 @@ resources:
|
||||||
- secrets.yaml
|
- secrets.yaml
|
||||||
- services.yaml
|
- services.yaml
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
|
|
||||||
|
images:
|
||||||
|
- name: linuxserver/sonarr
|
||||||
|
newTag: 4.0.16
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue