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