From b47b5c7b901d05542e82f98c51671acd3e65bd13 Mon Sep 17 00:00:00 2001 From: Vinz <27849589+neolutin@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:24:37 +0200 Subject: [PATCH] [jfrog-platform] Typo to get fourth parameter for setupPostgres.sh (#1922) * Typo to get fourth parameter for setupPostgres.sh Currently 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. * Bumping version --------- Co-authored-by: Ram Mohan Rao Chukka <1331672+chukka@users.noreply.github.com> --- stable/jfrog-platform/files/setupPostgres.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/jfrog-platform/files/setupPostgres.sh b/stable/jfrog-platform/files/setupPostgres.sh index e766104ce..09af6eaaa 100644 --- a/stable/jfrog-platform/files/setupPostgres.sh +++ b/stable/jfrog-platform/files/setupPostgres.sh @@ -124,4 +124,4 @@ setupDB "${DB_USERNAME}" "${DB_PASSWORD}" "${DB_NAME}" || true log "$POSTGRES_LABEL setup is now complete." -exit 0 \ No newline at end of file +exit 0