add pg-17
This commit is contained in:
@@ -26,7 +26,11 @@ dependencies:
|
|||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
- name: postgres-cluster
|
- name: postgres-cluster
|
||||||
alias: postgres-16-cluster
|
alias: postgres-16-cluster
|
||||||
version: 3.19.0
|
version: 3.20.10
|
||||||
repository: http://alexlebens.github.io/helm-charts
|
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
|
icon: https://raw.githubusercontent.com/kamilkosek/jellyplist/main/static/images/logo_large.png
|
||||||
appVersion: v0.1.9
|
appVersion: v0.1.9
|
||||||
|
@@ -129,6 +129,7 @@ postgres-16-cluster:
|
|||||||
storageClass: local-path
|
storageClass: local-path
|
||||||
monitoring:
|
monitoring:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
bootstrap:
|
||||||
initdb:
|
initdb:
|
||||||
postInitSQL:
|
postInitSQL:
|
||||||
- CREATE DATABASE "jellyplist" OWNER "app";
|
- CREATE DATABASE "jellyplist" OWNER "app";
|
||||||
|
Reference in New Issue
Block a user