From 54be84ba72b5cb02d0db5b0938308a67d8d069e0 Mon Sep 17 00:00:00 2001 From: Prafulrakhade Date: Wed, 20 May 2026 15:34:43 +0530 Subject: [PATCH] [DSD-10294] esignet 1.8.0 post release Signed-off-by: Prafulrakhade --- deploy/esignet-with-plugins/install.sh | 2 +- deploy/esignet/install.sh | 2 +- deploy/oidc-ui/install.sh | 2 +- helm/esignet/Chart.yaml | 2 +- helm/oidc-ui/Chart.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy/esignet-with-plugins/install.sh b/deploy/esignet-with-plugins/install.sh index 589b0a55a..c88c1d621 100755 --- a/deploy/esignet-with-plugins/install.sh +++ b/deploy/esignet-with-plugins/install.sh @@ -8,7 +8,7 @@ fi NS=esignet ESIGNET_SERVICE_NAME=esignet -CHART_VERSION=1.8.0 +CHART_VERSION=1.8.0-develop echo Create $NS namespace kubectl create ns $NS diff --git a/deploy/esignet/install.sh b/deploy/esignet/install.sh index 6e008f03b..c176c83ea 100755 --- a/deploy/esignet/install.sh +++ b/deploy/esignet/install.sh @@ -23,7 +23,7 @@ function installing_esignet() { done NS=esignet - CHART_VERSION=1.8.0 + CHART_VERSION=1.8.0-develop ESIGNET_HOST=$(kubectl -n esignet get cm esignet-global -o jsonpath={.data.mosip-esignet-host}) diff --git a/deploy/oidc-ui/install.sh b/deploy/oidc-ui/install.sh index 8a473962f..dcce5cd31 100755 --- a/deploy/oidc-ui/install.sh +++ b/deploy/oidc-ui/install.sh @@ -39,7 +39,7 @@ function installing_oidc-ui() { NS=esignet OIDCUI_SERVICE_NAME=oidc-ui ESIGNET_SERVICE_NAME=esignet - CHART_VERSION=1.8.0 + CHART_VERSION=1.8.0-develop echo Create $NS namespace kubectl create ns $NS || true diff --git a/helm/esignet/Chart.yaml b/helm/esignet/Chart.yaml index 02dc30ac7..09377489c 100644 --- a/helm/esignet/Chart.yaml +++ b/helm/esignet/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: esignet description: A Helm chart for MOSIP esignet module type: application -version: 1.8.0 +version: 1.8.0-develop appVersion: "" dependencies: - name: common diff --git a/helm/oidc-ui/Chart.yaml b/helm/oidc-ui/Chart.yaml index b407ddd2f..76510a8ae 100644 --- a/helm/oidc-ui/Chart.yaml +++ b/helm/oidc-ui/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: oidc-ui description: A Helm chart for MOSIP OIDC UI module type: application -version: 1.8.0 +version: 1.8.0-develop appVersion: "" dependencies: - name: common