diff --git a/k8s-wheatley/plex/deployments.yaml b/k8s-wheatley/plex/deployments.yaml index 8663c41..042ff58 100644 --- a/k8s-wheatley/plex/deployments.yaml +++ b/k8s-wheatley/plex/deployments.yaml @@ -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 diff --git a/k8s-wheatley/plex/kustomization.yaml b/k8s-wheatley/plex/kustomization.yaml index dcf18bf..1d4efef 100644 --- a/k8s-wheatley/plex/kustomization.yaml +++ b/k8s-wheatley/plex/kustomization.yaml @@ -11,3 +11,7 @@ resources: - secrets.yaml - services.yaml - namespace.yaml + +images: +- name: plexinc/pms-docker + newTag: 1.43.0.10467-2b1ba6e69 diff --git a/k8s-wheatley/prowlarr/deployments.yaml b/k8s-wheatley/prowlarr/deployments.yaml index 3394051..2a64743 100644 --- a/k8s-wheatley/prowlarr/deployments.yaml +++ b/k8s-wheatley/prowlarr/deployments.yaml @@ -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 diff --git a/k8s-wheatley/prowlarr/kustomization.yaml b/k8s-wheatley/prowlarr/kustomization.yaml index a842fae..e506ffa 100644 --- a/k8s-wheatley/prowlarr/kustomization.yaml +++ b/k8s-wheatley/prowlarr/kustomization.yaml @@ -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 diff --git a/k8s-wheatley/qbittorrent/deployments.yaml b/k8s-wheatley/qbittorrent/deployments.yaml index ae5cefd..1fe8e2f 100644 --- a/k8s-wheatley/qbittorrent/deployments.yaml +++ b/k8s-wheatley/qbittorrent/deployments.yaml @@ -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: diff --git a/k8s-wheatley/qbittorrent/kustomization.yaml b/k8s-wheatley/qbittorrent/kustomization.yaml index 5344b44..f703ce7 100644 --- a/k8s-wheatley/qbittorrent/kustomization.yaml +++ b/k8s-wheatley/qbittorrent/kustomization.yaml @@ -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 diff --git a/k8s-wheatley/radarr/deployments.yaml b/k8s-wheatley/radarr/deployments.yaml index e951dd0..7425caa 100644 --- a/k8s-wheatley/radarr/deployments.yaml +++ b/k8s-wheatley/radarr/deployments.yaml @@ -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 diff --git a/k8s-wheatley/radarr/kustomization.yaml b/k8s-wheatley/radarr/kustomization.yaml index 80cea0c..b49c4ca 100644 --- a/k8s-wheatley/radarr/kustomization.yaml +++ b/k8s-wheatley/radarr/kustomization.yaml @@ -11,3 +11,7 @@ resources: - secrets.yaml - services.yaml - namespace.yaml + +images: + - name: linuxserver/radarr + newTag: 6.0.4 diff --git a/k8s-wheatley/sonarr/deployments.yaml b/k8s-wheatley/sonarr/deployments.yaml index a905867..019bec7 100644 --- a/k8s-wheatley/sonarr/deployments.yaml +++ b/k8s-wheatley/sonarr/deployments.yaml @@ -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 diff --git a/k8s-wheatley/sonarr/kustomization.yaml b/k8s-wheatley/sonarr/kustomization.yaml index 79e3e04..3b9d502 100644 --- a/k8s-wheatley/sonarr/kustomization.yaml +++ b/k8s-wheatley/sonarr/kustomization.yaml @@ -11,3 +11,7 @@ resources: - secrets.yaml - services.yaml - namespace.yaml + +images: + - name: linuxserver/sonarr + newTag: 4.0.16