mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-02 08:47:17 +02:00
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:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user