From dc8b5ecf8e7b134267ba0ca3917073bb56e74f80 Mon Sep 17 00:00:00 2001 From: Rakshitha650 <76676196+Rakshitha650@users.noreply.github.com> Date: Wed, 29 Jan 2025 21:05:42 +0530 Subject: [PATCH] [MOSIP-39277]Updated the chart version for postgres-init.sh Signed-off-by: Rakshitha650 <76676196+Rakshitha650@users.noreply.github.com> --- deploy/postgres-init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/postgres-init.sh b/deploy/postgres-init.sh index 7f8fa1e..f49ba23 100755 --- a/deploy/postgres-init.sh +++ b/deploy/postgres-init.sh @@ -8,7 +8,7 @@ fi function initialize_db() { NS=postgres - CHART_VERSION=0.0.1-develop + CHART_VERSION=1.3.0-beta.1-develop helm repo update while true; do read -p "CAUTION: all existing data will be lost. Are you sure?(Y/n)" yn