You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: