Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XNAT Bitnami PostgreSQL chart values change #101

Open
dean-taylor opened this issue Aug 5, 2022 · 0 comments
Open

XNAT Bitnami PostgreSQL chart values change #101

dean-taylor opened this issue Aug 5, 2022 · 0 comments

Comments

@dean-taylor
Copy link
Member

Is your feature request related to a problem? Please describe.

To incorporate the latest Bitnami PostgreSQL helm chart the following fields need to be revised.
global:
postgresql:
postgresqlDatabase: xnatdev
postgresqlUsername: xnatdev
postgresqlPassword: PASSWORD
Including the equivalent local settings in xnat-web and PostgreSQL

Describe the solution you'd like

New values...
global:
postgresql:
auth:
database: xnatdev
password: PASSWORD
postgresPassword: PASSWORD
username: xnatdev

Describe alternatives you've considered

A DEPRECATION warning message in NOTES will need to be provided.
There is a time limit to this process as Bitnami charts have the old settings are nearly out of support.
See the output of helm search repo bitnami/postgresql -l

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant