mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
change image pull policy to always to latest tag images
This commit is contained in:
+6
-6
@@ -30,7 +30,7 @@ spec:
|
||||
image: linuxserver/sonarr
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
imagePullPolicy: IfNotPresent
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8989
|
||||
name: sonarr-port
|
||||
@@ -161,7 +161,7 @@ spec:
|
||||
image: plexinc/pms-docker
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
imagePullPolicy: IfNotPresent
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 32400
|
||||
name: plex-port
|
||||
@@ -205,7 +205,7 @@ spec:
|
||||
cpu: 500m
|
||||
memory: 700Mi
|
||||
limits:
|
||||
cpu: 1300m
|
||||
cpu: 1000m
|
||||
memory: 1500Mi
|
||||
|
||||
---
|
||||
@@ -279,7 +279,7 @@ spec:
|
||||
privileged: true
|
||||
capabilities:
|
||||
add: ["NET_ADMIN"]
|
||||
imagePullPolicy: IfNotPresent
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8001
|
||||
name: qbit-port
|
||||
@@ -388,7 +388,7 @@ spec:
|
||||
image: linuxserver/jackett
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
imagePullPolicy: IfNotPresent
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 9117
|
||||
name: jackett-port
|
||||
@@ -486,7 +486,7 @@ spec:
|
||||
image: wahyd4/aria2-ui:latest
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
imagePullPolicy: IfNotPresent
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 80
|
||||
name: files-port
|
||||
|
||||
Reference in New Issue
Block a user