add pg-17

This commit is contained in:
2024-12-22 00:06:28 -06:00
parent 4b59cabb2b
commit 2162e8c634
2 changed files with 6 additions and 1 deletions

View File

@@ -26,7 +26,11 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
- name: postgres-cluster
alias: postgres-16-cluster
version: 3.19.0
version: 3.20.10
repository: http://alexlebens.github.io/helm-charts
- name: postgres-cluster
alias: postgres-17-cluster
version: 3.20.10
repository: http://alexlebens.github.io/helm-charts
icon: https://raw.githubusercontent.com/kamilkosek/jellyplist/main/static/images/logo_large.png
appVersion: v0.1.9

View File

@@ -129,6 +129,7 @@ postgres-16-cluster:
storageClass: local-path
monitoring:
enabled: true
bootstrap:
initdb:
postInitSQL:
- CREATE DATABASE "jellyplist" OWNER "app";