From 3f12b22e4fafc9bdc41cd0921358408f4278fcb8 Mon Sep 17 00:00:00 2001 From: ckm007 Date: Tue, 16 Jul 2024 23:00:53 +0530 Subject: [PATCH] [MOSIP-34233] corrected helm chart version Signed-off-by: ckm007 --- deploy/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/install.sh b/deploy/install.sh index d2e094a..eb8df90 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=websub -CHART_VERSION=12.0.1-develop +CHART_VERSION=0.0.1-develop echo Create $NS namespace kubectl create ns $NS