diff --git a/helm/inji-verify/Chart.yaml b/helm/inji-verify/Chart.yaml index f661ffd7..23b65c6e 100644 --- a/helm/inji-verify/Chart.yaml +++ b/helm/inji-verify/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: injiverify description: A Helm chart for MOSIP injiverify module type: application -version: 0.10.0 +version: 0.10.0-develop appVersion: "" dependencies: - name: common diff --git a/helm/inji-verify/install.sh b/helm/inji-verify/install.sh index 90cd3658..10554a11 100755 --- a/helm/inji-verify/install.sh +++ b/helm/inji-verify/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=injiverify -CHART_VERSION=0.10.0 +CHART_VERSION=0.10.0-develop DEFAULT_MOSIP_INJIVERIFY_HOST=$( kubectl get cm global -n config-server -o jsonpath={.data.mosip-injiverify-host} ) # Check if MOSIP_INJIVERIFY_HOST is present under configmap/global of configserver