Merge pull request #2325 from auricom/renovate/postgresql-11.6.x

fix(helm): update helm release postgresql to v11.6.10
This commit is contained in:
auricom
2022-06-25 20:01:02 +00:00
committed by GitHub
2 changed files with 7 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ spec:
spec:
# renovate: registryUrl=https://charts.bitnami.com/bitnami
chart: postgresql
version: 11.6.9
version: 11.6.10
sourceRef:
kind: HelmRepository
name: bitnami-charts

View File

@@ -41,6 +41,12 @@ spec:
enabled: true
mountPath: /app/server
existingClaim: tdarr-data
music:
enabled: true
type: nfs
server: "${LOCAL_LAN_TRUENAS}"
path: /mnt/storage/music
mountPath: /mnt/storage/music
video:
enabled: true
type: nfs