diff --git a/deploy/install.sh b/deploy/install.sh index 3b27c1bd..9df337ae 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=datashare -CHART_VERSION=12.0.2 +CHART_VERSION=12.0.2-develop echo Create $NS namespace kubectl create ns $NS diff --git a/helm/datashare/Chart.yaml b/helm/datashare/Chart.yaml index c97602f4..66b573a8 100644 --- a/helm/datashare/Chart.yaml +++ b/helm/datashare/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: datashare description: A Helm chart for MOSIP Datashare module type: application -version: 12.0.2 +version: 12.0.2-develop appVersion: "" dependencies: - name: common