update chart
This commit is contained in:
@@ -4,6 +4,6 @@ dependencies:
|
||||
version: 4.5.0
|
||||
- name: postgres-cluster
|
||||
repository: oci://harbor.alexlebens.net/helm-charts
|
||||
version: 6.17.1
|
||||
digest: sha256:36313ea89842c8b33b5610e5f395fe306ef29ac214170813d90c9fbd0e9c9b37
|
||||
generated: "2025-12-14T17:18:10.098433-06:00"
|
||||
version: 7.1.1
|
||||
digest: sha256:eee4cc06eb9cef868bd63011144859be34980d47c4ec5061adf520ffd1065741
|
||||
generated: "2025-12-15T15:33:44.474603-06:00"
|
||||
|
||||
@@ -26,7 +26,7 @@ dependencies:
|
||||
version: 4.5.0
|
||||
- name: postgres-cluster
|
||||
alias: postgres-18-cluster
|
||||
version: 6.17.1
|
||||
version: 7.1.1
|
||||
repository: oci://harbor.alexlebens.net/helm-charts
|
||||
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/sonarr.png
|
||||
appVersion: 4.0.16
|
||||
|
||||
@@ -84,27 +84,16 @@ sonarr:
|
||||
postgres-18-cluster:
|
||||
mode: recovery
|
||||
cluster:
|
||||
image:
|
||||
repository: ghcr.io/cloudnative-pg/postgresql
|
||||
tag: 18.1-standard-trixie
|
||||
storage:
|
||||
storageClass: local-path
|
||||
walStorage:
|
||||
storageClass: local-path
|
||||
monitoring:
|
||||
enabled: true
|
||||
prometheusRule:
|
||||
enabled: true
|
||||
resources:
|
||||
requests:
|
||||
memory: 1Gi
|
||||
cpu: 200m
|
||||
initdb:
|
||||
database: app
|
||||
owner: app
|
||||
# postInitSQL:
|
||||
# - CREATE DATABASE "sonarr-main" OWNER "app";
|
||||
# - CREATE DATABASE "sonarr-log" OWNER "app";
|
||||
postInitSQL:
|
||||
- CREATE DATABASE IF NOT EXISTS "sonarr-main" OWNER "app";
|
||||
- CREATE DATABASE IF NOT EXISTS "sonarr-log" OWNER "app";
|
||||
recovery:
|
||||
method: objectStore
|
||||
objectStore:
|
||||
@@ -114,12 +103,6 @@ postgres-18-cluster:
|
||||
endpointCredentials: sonarr-postgresql-18-cluster-backup-secret-garage
|
||||
backup:
|
||||
objectStore:
|
||||
- name: external
|
||||
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/sonarr/sonarr-postgresql-18-cluster
|
||||
index: 1
|
||||
endpointCredentials: sonarr-postgresql-18-cluster-backup-secret
|
||||
retentionPolicy: "30d"
|
||||
isWALArchiver: false
|
||||
- name: garage-local
|
||||
destinationPath: s3://postgres-backups/cl01tl/sonarr/sonarr-postgresql-18-cluster
|
||||
index: 1
|
||||
@@ -128,6 +111,12 @@ postgres-18-cluster:
|
||||
endpointCredentialsIncludeRegion: true
|
||||
retentionPolicy: "3d"
|
||||
isWALArchiver: true
|
||||
# - name: external
|
||||
# destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/sonarr/sonarr-postgresql-18-cluster
|
||||
# index: 1
|
||||
# endpointCredentials: sonarr-postgresql-18-cluster-backup-secret
|
||||
# retentionPolicy: "30d"
|
||||
# isWALArchiver: false
|
||||
# - name: garage-remote
|
||||
# destinationPath: s3://postgres-backups/cl01tl/sonarr/sonarr-postgresql-18-cluster
|
||||
# index: 1
|
||||
@@ -138,18 +127,18 @@ postgres-18-cluster:
|
||||
# compression: bzip2
|
||||
# jobs: 2
|
||||
scheduledBackups:
|
||||
- name: daily-backup
|
||||
suspend: false
|
||||
immediate: true
|
||||
schedule: "0 0 0 * * *"
|
||||
backupName: external
|
||||
- name: live-backup
|
||||
suspend: false
|
||||
immediate: true
|
||||
schedule: "0 0 0 * * *"
|
||||
backupName: garage-local
|
||||
# - name: weekly-backup
|
||||
# - name: daily-backup
|
||||
# suspend: false
|
||||
# immediate: true
|
||||
# schedule: "0 26 4 * * SAT"
|
||||
# schedule: "0 0 0 * * *"
|
||||
# backupName: external
|
||||
# - name: weekly-backup
|
||||
# suspend: true
|
||||
# immediate: true
|
||||
# schedule: "0 0 4 * * SAT"
|
||||
# backupName: garage-remote
|
||||
|
||||
Reference in New Issue
Block a user