diff --git a/media/jackett.yaml b/media/jackett.yaml index a38f8a4..165b321 100644 --- a/media/jackett.yaml +++ b/media/jackett.yaml @@ -13,6 +13,8 @@ spec: labels: app: jackett spec: + imagePullSecrets: + - name: regcred volumes: - name: config persistentVolumeClaim: diff --git a/media/media.yaml b/media/media.yaml index 199428a..c04afe2 100644 --- a/media/media.yaml +++ b/media/media.yaml @@ -20,6 +20,8 @@ spec: - name: downloads persistentVolumeClaim: claimName: downloads-nfs + imagePullSecrets: + - name: regcred containers: - name: sonarr image: linuxserver/sonarr @@ -115,6 +117,8 @@ spec: labels: app: plex spec: + imagePullSecrets: + - name: regcred containers: - name: plex-proxy image: alpine/socat @@ -197,6 +201,8 @@ spec: - name: downloads persistentVolumeClaim: claimName: downloads-nfs + imagePullSecrets: + - name: regcred containers: - name: openvpn image: qmcgaw/gluetun:latest @@ -409,6 +415,8 @@ spec: labels: app: nextcloud spec: + imagePullSecrets: + - name: regcred volumes: - name: nextcloud-config persistentVolumeClaim: @@ -568,6 +576,8 @@ spec: labels: app: files spec: + imagePullSecrets: + - name: regcred volumes: - name: config persistentVolumeClaim: @@ -722,6 +732,8 @@ spec: - name: books persistentVolumeClaim: claimName: books-nfs + imagePullSecrets: + - name: regcred containers: - name: books image: bixidock/h5ai diff --git a/media/pihole.yaml b/media/pihole.yaml index 0ffea4d..a18dff4 100644 --- a/media/pihole.yaml +++ b/media/pihole.yaml @@ -21,6 +21,8 @@ spec: tolerations: - effect: NoSchedule operator: Exists + imagePullSecrets: + - name: regcred containers: - name: pihole image: pihole/pihole:latest diff --git a/media/radarr.yaml b/media/radarr.yaml index 91bd83f..fd03b73 100644 --- a/media/radarr.yaml +++ b/media/radarr.yaml @@ -13,6 +13,8 @@ spec: labels: app: radarr spec: + imagePullSecrets: + - name: regcred volumes: - name: config persistentVolumeClaim: diff --git a/media/static-file.yaml b/media/static-file.yaml index bd92971..9c6e2a6 100644 --- a/media/static-file.yaml +++ b/media/static-file.yaml @@ -13,6 +13,8 @@ spec: labels: app: static-file-server spec: + imagePullSecrets: + - name: regcred volumes: - name: downloads persistentVolumeClaim: diff --git a/wireguard/wireguard.yaml b/wireguard/wireguard.yaml index 5070a5a..0fd979e 100644 --- a/wireguard/wireguard.yaml +++ b/wireguard/wireguard.yaml @@ -51,6 +51,8 @@ spec: labels: app: wireguard spec: + imagePullSecrets: + - name: regcred containers: - name: wireguard image: ghcr.io/linuxserver/wireguard