mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
fix(imagePullPolicy): Change imagePullPolicy to 'Always' to keep apps updated
This commit is contained in:
@@ -19,6 +19,7 @@ spec:
|
||||
containers:
|
||||
- name: lidarr
|
||||
image: lscr.io/linuxserver/lidarr
|
||||
imagePullPolicy: Always
|
||||
volumeMounts:
|
||||
- mountPath: "/config"
|
||||
name: lidarr-config
|
||||
|
||||
@@ -16,6 +16,7 @@ spec:
|
||||
containers:
|
||||
- name: prowlarr
|
||||
image: lscr.io/linuxserver/prowlarr:develop
|
||||
imagePullPolicy: Always
|
||||
volumeMounts:
|
||||
- mountPath: "/config"
|
||||
name: prowlarr-config
|
||||
|
||||
@@ -19,6 +19,7 @@ spec:
|
||||
containers:
|
||||
- name: radarr
|
||||
image: lscr.io/linuxserver/radarr
|
||||
imagePullPolicy: Always
|
||||
volumeMounts:
|
||||
- mountPath: "/config"
|
||||
name: radarr-config
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -15,6 +15,7 @@ spec:
|
||||
path: "/mnt/sdb1/config/home-assistant"
|
||||
containers:
|
||||
- image: homeassistant/home-assistant
|
||||
imagePullPolicy: Always
|
||||
name: home-assistant
|
||||
volumeMounts:
|
||||
- mountPath: "/config"
|
||||
|
||||
@@ -25,6 +25,7 @@ spec:
|
||||
containers:
|
||||
- name: plex
|
||||
image: lscr.io/linuxserver/plex
|
||||
imagePullPolicy: Always
|
||||
volumeMounts:
|
||||
- mountPath: "/config"
|
||||
name: plex-config
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -14,4 +14,5 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- image: containous/whoami
|
||||
imagePullPolicy: Always
|
||||
name: whoami
|
||||
|
||||
Reference in New Issue
Block a user