diff --git a/helm/esignet/Chart.yaml b/helm/esignet/Chart.yaml index 37cb783b6..9db548698 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.0.1 +version: 0.0.1-develop appVersion: "" dependencies: - name: common diff --git a/helm/esignet/install.sh b/helm/esignet/install.sh index 898efe2ef..b33ab19ff 100755 --- a/helm/esignet/install.sh +++ b/helm/esignet/install.sh @@ -7,13 +7,13 @@ if [ $# -ge 1 ] ; then fi SOFTHSM_NS=softhsm -SOFTHSM_CHART_VERSION=12.0.2 +SOFTHSM_CHART_VERSION=0.0.1-develop echo Create $SOFTHSM_NS namespace kubectl create ns $SOFTHSM_NS NS=esignet -CHART_VERSION=1.0.1 +CHART_VERSION=0.0.1-develop ESIGNET_HOST=$(kubectl get cm global -o jsonpath={.data.mosip-esignet-host}) @@ -98,4 +98,4 @@ set -o errexit ## set -e : exit the script if any statement returns a non-true set -o nounset ## set -u : exit the script if you try to use an uninitialised variable set -o errtrace # trace ERR through 'time command' and other functions set -o pipefail # trace ERR through pipes -installing_esignet # calling function \ No newline at end of file +installing_esignet # calling function diff --git a/helm/esignet/keycloak-init.sh b/helm/esignet/keycloak-init.sh index 08750bb4e..33d27e027 100755 --- a/helm/esignet/keycloak-init.sh +++ b/helm/esignet/keycloak-init.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=esignet -CHART_VERSION=12.0.1-B2 +CHART_VERSION=0.0.1-develop COPY_UTIL=../copy_cm_func.sh helm repo add mosip https://mosip.github.io/mosip-helm diff --git a/helm/oidc-ui/Chart.yaml b/helm/oidc-ui/Chart.yaml index 9cf547c48..7634ea9f1 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.0.1 +version: 0.0.1-develop appVersion: "" dependencies: - name: common diff --git a/helm/oidc-ui/install.sh b/helm/oidc-ui/install.sh index 1d7f76dfd..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 +CHART_VERSION=0.0.1-develop echo Create $NS namespace kubectl create ns $NS diff --git a/partner-onboarder/install.sh b/partner-onboarder/install.sh index 63fb71cca..80514b1d2 100755 --- a/partner-onboarder/install.sh +++ b/partner-onboarder/install.sh @@ -21,7 +21,7 @@ if [ "$flag" = "n" ]; then fi NS=esignet -CHART_VERSION=12.0.2 +CHART_VERSION=0.0.1-develop echo Create $NS namespace kubectl create ns $NS