k8s-at-home / charts

⚠️ Deprecated : Helm charts for applications you run at home
https://docs.k8s-at-home.com
Apache License 2.0
1.45k stars 621 forks source link

[dendrite] Bump and correct postgresql subchart config #1716

Closed wrmilling closed 2 years ago

wrmilling commented 2 years ago

Description of the change

Benefits

Newest revision of PostgreSQL and correct values.yaml.

Possible drawbacks

N/A

Applicable issues

N/A

Additional information

N/A

Checklist

wrmilling commented 2 years ago

@Jonnobrow Let me know if you have any qualms with the minor change here, tested via wrmilling-charts in my cluster

wrmilling commented 2 years ago

Looks like this will have long term issues with #1572, only problem I saw is that you have to specify every component's database connection instead of being able to just supply username/password in a simplified configuration in the current form. Might be fodder for a future PR.