small fixes and always pull actual-budget image

This commit is contained in:
gilgamezh
2025-01-05 09:53:54 +01:00
parent 7e0a5ee800
commit 447231f6b0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ replicaCount: 1
image: image:
repository: docker.io/actualbudget/actual-server repository: docker.io/actualbudget/actual-server
pullPolicy: IfNotPresent pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "latest" tag: "latest"
+1 -1
View File
@@ -51,7 +51,7 @@ volumeMounts:
mountPath: "/dev/net/tun" # Needed for VPN mountPath: "/dev/net/tun" # Needed for VPN
- name: "plex-data" - name: "plex-data"
mountPath: "/etc/openvpn/custom/" mountPath: "/etc/openvpn/custom/"
subPath: "airvpn" # Path /mnt/ssd/media/downloads/transmission where transmission downloads Torrents subPath: "airvpn"
securityContext: securityContext:
capabilities: # Needed for VPN capabilities: # Needed for VPN