update chart
All checks were successful
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 1m23s

This commit is contained in:
2025-10-02 19:11:21 -05:00
parent 3aa8f3d05c
commit 7e66d4679e
8 changed files with 53 additions and 40 deletions

View File

@@ -93,7 +93,6 @@ postgres-17-cluster:
enabled: true enabled: true
prometheusRule: prometheusRule:
enabled: true enabled: true
bootstrap:
initdb: initdb:
postInitSQL: postInitSQL:
- CREATE DATABASE "radarr-main" OWNER "app"; - CREATE DATABASE "radarr-main" OWNER "app";

View File

@@ -93,7 +93,6 @@ postgres-17-cluster:
enabled: true enabled: true
prometheusRule: prometheusRule:
enabled: true enabled: true
bootstrap:
initdb: initdb:
postInitSQL: postInitSQL:
- CREATE DATABASE "radarr-main" OWNER "app"; - CREATE DATABASE "radarr-main" OWNER "app";

View File

@@ -27,7 +27,7 @@ dependencies:
version: 4.3.0 version: 4.3.0
- name: postgres-cluster - name: postgres-cluster
alias: postgres-17-cluster alias: postgres-17-cluster
version: 5.1.0 version: 6.5.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/sonarr.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/sonarr.png
appVersion: 4.0.14 appVersion: 4.0.14

View File

@@ -83,25 +83,37 @@ sonarr-4k:
readOnly: false readOnly: false
postgres-17-cluster: postgres-17-cluster:
nameOverride: sonarr4-4k-postgresql-17 nameOverride: sonarr4-4k-postgresql-17
mode: standalone mode: recovery
cluster: cluster:
walStorage:
storageClass: local-path
storage: storage:
storageClass: local-path storageClass: local-path
walStorage:
storageClass: local-path
resources:
requests:
memory: 512Mi
monitoring: monitoring:
enabled: true enabled: true
bootstrap: prometheusRule:
enabled: true
initdb: initdb:
database: app
owner: app
postInitSQL: postInitSQL:
- CREATE DATABASE "sonarr-main" OWNER "app"; - CREATE DATABASE "sonarr-main" OWNER "app";
- CREATE DATABASE "sonarr-log" OWNER "app"; - CREATE DATABASE "sonarr-log" OWNER "app";
recovery:
method: objectStore
objectStore:
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/sonarr4-4k/sonarr4-4k-postgresql-17-cluster
index: 3
backup: backup:
enabled: true enabled: true
endpointURL: https://nyc3.digitaloceanspaces.com method: objectStore
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/sonarr4-4k/sonarr4-4k-postgresql-17-cluster objectStore:
endpointCredentials: sonarr-4k-postgresql-17-cluster-backup-secret - name: external
backupIndex: 3 destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/sonarr4-4k/sonarr4-4k-postgresql-17-cluster
retentionPolicy: "3d" index: 3
retentionPolicy: "3d"
scheduledBackups:
- name: daily-backup
schedule: "0 0 0 * * *"
backupName: external

View File

@@ -26,7 +26,7 @@ dependencies:
version: 4.3.0 version: 4.3.0
- name: postgres-cluster - name: postgres-cluster
alias: postgres-17-cluster alias: postgres-17-cluster
version: 5.1.0 version: 6.5.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/sonarr.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/sonarr.png
appVersion: 4.0.14 appVersion: 4.0.14

View File

@@ -83,34 +83,37 @@ sonarr-anime:
readOnly: false readOnly: false
postgres-17-cluster: postgres-17-cluster:
nameOverride: sonarr4-anime-postgresql-17 nameOverride: sonarr4-anime-postgresql-17
mode: standalone mode: recovery
cluster: cluster:
storage: storage:
storageClass: local-path storageClass: local-path
walStorage: walStorage:
storageClass: local-path storageClass: local-path
resources:
requests:
memory: 512Mi
monitoring: monitoring:
enabled: true enabled: true
prometheusRule: prometheusRule:
enabled: true enabled: true
bootstrap:
initdb: initdb:
database: app
owner: app
postInitSQL: postInitSQL:
- CREATE DATABASE "sonarr-main" OWNER "app"; - CREATE DATABASE "sonarr-main" OWNER "app";
- CREATE DATABASE "sonarr-log" OWNER "app"; - CREATE DATABASE "sonarr-log" OWNER "app";
recovery: recovery:
method: objectStore method: objectStore
objectStore: objectStore:
endpointURL: https://nyc3.digitaloceanspaces.com
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/sonarr4-anime/sonarr4-anime-postgresql-17-cluster destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/sonarr4-anime/sonarr4-anime-postgresql-17-cluster
endpointCredentials: sonarr-anime-postgresql-17-cluster-backup-secret index: 3
recoveryIndex: 3
backup: backup:
enabled: true enabled: true
endpointURL: https://nyc3.digitaloceanspaces.com method: objectStore
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/sonarr4-anime/sonarr4-anime-postgresql-17-cluster objectStore:
endpointCredentials: sonarr-anime-postgresql-17-cluster-backup-secret - name: external
backupIndex: 3 destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/sonarr4-anime/sonarr4-anime-postgresql-17-cluster
retentionPolicy: "3d" index: 3
retentionPolicy: "3d"
scheduledBackups:
- name: daily-backup
schedule: "0 0 0 * * *"
backupName: external

View File

@@ -26,7 +26,7 @@ dependencies:
version: 4.3.0 version: 4.3.0
- name: postgres-cluster - name: postgres-cluster
alias: postgres-17-cluster alias: postgres-17-cluster
version: 5.1.0 version: 6.5.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/sonarr.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/sonarr.png
appVersion: 4.0.14 appVersion: 4.0.14

View File

@@ -83,7 +83,7 @@ sonarr:
readOnly: false readOnly: false
postgres-17-cluster: postgres-17-cluster:
nameOverride: sonarr4-postgresql-17 nameOverride: sonarr4-postgresql-17
mode: standalone mode: recovery
cluster: cluster:
storage: storage:
storageClass: local-path storageClass: local-path
@@ -96,24 +96,24 @@ postgres-17-cluster:
enabled: true enabled: true
prometheusRule: prometheusRule:
enabled: true enabled: true
bootstrap:
initdb: initdb:
database: app
owner: app
postInitSQL: postInitSQL:
- CREATE DATABASE "sonarr-main" OWNER "app"; - CREATE DATABASE "sonarr-main" OWNER "app";
- CREATE DATABASE "sonarr-log" OWNER "app"; - CREATE DATABASE "sonarr-log" OWNER "app";
recovery: recovery:
method: objectStore method: objectStore
objectStore: objectStore:
endpointURL: https://nyc3.digitaloceanspaces.com
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/sonarr4/sonarr4-postgresql-17-cluster destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/sonarr4/sonarr4-postgresql-17-cluster
endpointCredentials: sonarr-postgresql-17-cluster-backup-secret index: 3
recoveryIndex: 3
backup: backup:
enabled: true enabled: true
endpointURL: https://nyc3.digitaloceanspaces.com method: objectStore
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/sonarr4/sonarr4-postgresql-17-cluster objectStore:
endpointCredentials: sonarr-postgresql-17-cluster-backup-secret - name: external
backupIndex: 3 destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/sonarr4/sonarr4-postgresql-17-cluster
retentionPolicy: "3d" index: 3
retentionPolicy: "3d"
scheduledBackups:
- name: daily-backup
schedule: "0 0 0 * * *"
backupName: external