[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
[x] Chart Version bumped
[x] CHANGELOG.md updated
[x] Title of the PR starts with chart name (e.g. [artifactory])
What this PR does / why we need it:
To be able to use the setup DB script manually, the parameters should be correctly mapped.
Which issue this PR fixes:
In ./stable/jfrog-platform/files/setupPostgres.sh, the CHART_NAME is either the value of the variable if defined, otherwise '4'. It would be better to be the fourth parameter of the script if not defined.
PR Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
[artifactory]
)What this PR does / why we need it:
To be able to use the setup DB script manually, the parameters should be correctly mapped.
Which issue this PR fixes:
In ./stable/jfrog-platform/files/setupPostgres.sh, the CHART_NAME is either the value of the variable if defined, otherwise '4'. It would be better to be the fourth parameter of the script if not defined.