From 35a3bc7784db1a12577d70c3a862ac66cbd6b5f9 Mon Sep 17 00:00:00 2001 From: Praful Rakhade Date: Fri, 17 Jan 2025 15:37:18 +0530 Subject: [PATCH] [MOSIP-38705] & [MOSIP-38705] added installation script for esignet-with-plugins and for esignet. Signed-off-by: Praful Rakhade --- deploy/esignet/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/esignet/install.sh b/deploy/esignet/install.sh index c7a36d11a..ea8b61733 100755 --- a/deploy/esignet/install.sh +++ b/deploy/esignet/install.sh @@ -75,7 +75,7 @@ function installing_esignet() { echo Installing esignet helm -n $NS install esignet mosip/esignet --version $CHART_VERSION \ - --set image.repository=mosipdev/esignet --set image.tag=develop \ + --set image.repository=mosipdev/esignet --set image.tag=release-1.5.x \ $ENABLE_INSECURE $plugin_option \ --set metrics.serviceMonitor.enabled=$servicemonitorflag -f values.yaml --wait