fix(imagePullPolicy): Change imagePullPolicy to 'Always' to keep apps updated

This commit is contained in:
Vegard Hagen
2022-10-27 21:23:27 +02:00
parent e8dc6dc235
commit b5312f4521
10 changed files with 11 additions and 0 deletions
+1
View File
@@ -19,6 +19,7 @@ spec:
containers:
- name: lidarr
image: lscr.io/linuxserver/lidarr
imagePullPolicy: Always
volumeMounts:
- mountPath: "/config"
name: lidarr-config
+1
View File
@@ -16,6 +16,7 @@ spec:
containers:
- name: prowlarr
image: lscr.io/linuxserver/prowlarr:develop
imagePullPolicy: Always
volumeMounts:
- mountPath: "/config"
name: prowlarr-config
+1
View File
@@ -19,6 +19,7 @@ spec:
containers:
- name: radarr
image: lscr.io/linuxserver/radarr
imagePullPolicy: Always
volumeMounts:
- mountPath: "/config"
name: radarr-config
+1
View File
@@ -19,6 +19,7 @@ spec:
containers:
- name: sonarr
image: lscr.io/linuxserver/sonarr
imagePullPolicy: Always
volumeMounts:
- mountPath: "/config"
name: sonarr-config
@@ -15,6 +15,7 @@ spec:
containers:
- image: thomseddon/traefik-forward-auth:2
name: traefik-forward-auth
imagePullPolicy: Always
ports:
- containerPort: 4181
protocol: TCP
+1
View File
@@ -15,6 +15,7 @@ spec:
path: "/mnt/sdb1/config/home-assistant"
containers:
- image: homeassistant/home-assistant
imagePullPolicy: Always
name: home-assistant
volumeMounts:
- mountPath: "/config"
+1
View File
@@ -25,6 +25,7 @@ spec:
containers:
- name: plex
image: lscr.io/linuxserver/plex
imagePullPolicy: Always
volumeMounts:
- mountPath: "/config"
name: plex-config
+2
View File
@@ -1,6 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: plex
commonLabels:
app: plex
resources:
- namespace.yaml
@@ -19,6 +19,7 @@ spec:
terminationGracePeriodSeconds: 60
containers:
- image: thomseddon/traefik-forward-auth:2
imagePullPolicy: Always
name: traefik-forward-auth
ports:
- containerPort: 4181
+1
View File
@@ -14,4 +14,5 @@ spec:
spec:
containers:
- image: containous/whoami
imagePullPolicy: Always
name: whoami