upgrade chart
This commit is contained in:
@@ -126,7 +126,7 @@ postgres-17-cluster:
|
|||||||
method: objectStore
|
method: objectStore
|
||||||
objectStore:
|
objectStore:
|
||||||
endpointURL: https://nyc3.digitaloceanspaces.com
|
endpointURL: https://nyc3.digitaloceanspaces.com
|
||||||
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/lidarr/lidarr-postgresql-17-cluster
|
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/lidarr2/lidarr2-postgresql-17-cluster
|
||||||
endpointCredentials: lidarr-postgresql-17-cluster-backup-secret
|
endpointCredentials: lidarr-postgresql-17-cluster-backup-secret
|
||||||
recoveryIndex: 3
|
recoveryIndex: 3
|
||||||
backup:
|
backup:
|
||||||
|
@@ -26,7 +26,7 @@ dependencies:
|
|||||||
version: 3.7.3
|
version: 3.7.3
|
||||||
- name: postgres-cluster
|
- name: postgres-cluster
|
||||||
alias: postgres-17-cluster
|
alias: postgres-17-cluster
|
||||||
version: 4.2.1
|
version: 5.0.7
|
||||||
repository: https://gitea.alexlebens.dev/api/packages/alexlebens/helm
|
repository: oci://harbor.alexlebens.net/helm-charts
|
||||||
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/radarr.png
|
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/radarr.png
|
||||||
appVersion: 5.22.4
|
appVersion: 5.22.4
|
||||||
|
@@ -103,12 +103,14 @@ postgres-17-cluster:
|
|||||||
nameOverride: radarr5-standup-postgresql-17
|
nameOverride: radarr5-standup-postgresql-17
|
||||||
mode: standalone
|
mode: standalone
|
||||||
cluster:
|
cluster:
|
||||||
walStorage:
|
|
||||||
storageClass: local-path
|
|
||||||
storage:
|
storage:
|
||||||
storageClass: local-path
|
storageClass: local-path
|
||||||
|
walStorage:
|
||||||
|
storageClass: local-path
|
||||||
monitoring:
|
monitoring:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
prometheusRule:
|
||||||
|
enabled: false
|
||||||
bootstrap:
|
bootstrap:
|
||||||
initdb:
|
initdb:
|
||||||
database: app
|
database: app
|
||||||
@@ -116,6 +118,13 @@ postgres-17-cluster:
|
|||||||
postInitSQL:
|
postInitSQL:
|
||||||
- CREATE DATABASE "radarr-main" OWNER "app";
|
- CREATE DATABASE "radarr-main" OWNER "app";
|
||||||
- CREATE DATABASE "radarr-log" OWNER "app";
|
- CREATE DATABASE "radarr-log" OWNER "app";
|
||||||
|
recovery:
|
||||||
|
method: objectStore
|
||||||
|
objectStore:
|
||||||
|
endpointURL: https://nyc3.digitaloceanspaces.com
|
||||||
|
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/radarr5-standup/radarr5-standup-postgresql-17-cluster
|
||||||
|
endpointCredentials: radarr-standup-postgresql-17-cluster-backup-secret
|
||||||
|
recoveryIndex: 3
|
||||||
backup:
|
backup:
|
||||||
enabled: true
|
enabled: true
|
||||||
endpointURL: https://nyc3.digitaloceanspaces.com
|
endpointURL: https://nyc3.digitaloceanspaces.com
|
||||||
|
Reference in New Issue
Block a user