From 0d4bf722b6dbb05df14f4089a2c76e850c717580 Mon Sep 17 00:00:00 2001 From: Rakshitha650 <76676196+Rakshitha650@users.noreply.github.com> Date: Fri, 3 May 2024 19:32:26 +0530 Subject: [PATCH] Update install.sh Signed-off-by: Rakshitha650 <76676196+Rakshitha650@users.noreply.github.com> --- helm/oidc-ui/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/oidc-ui/install.sh b/helm/oidc-ui/install.sh index e12f2351b..92b51da1d 100755 --- a/helm/oidc-ui/install.sh +++ b/helm/oidc-ui/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=esignet -CHART_VERSION=1.0.1-develop +CHART_VERSION=0.0.1-develop echo Create $NS namespace kubectl create ns $NS