diff --git a/deploy/install.sh b/deploy/install.sh index 49e8eb0dbc..05680ef75a 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -8,7 +8,7 @@ if [ $# -ge 1 ] ; then fi NS=admin -CHART_VERSION=12.1.3 +CHART_VERSION=12.1.3-develop echo Create $NS namespace kubectl create ns $NS diff --git a/helm/admin-hotlist/Chart.yaml b/helm/admin-hotlist/Chart.yaml index ba8385b38f..926b3d6239 100644 --- a/helm/admin-hotlist/Chart.yaml +++ b/helm/admin-hotlist/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: admin-hotlist description: A Helm chart for MOSIP Admin Hotlist type: application -version: 12.1.3 +version: 12.1.3-develop appVersion: "" dependencies: - name: common diff --git a/helm/admin-service/Chart.yaml b/helm/admin-service/Chart.yaml index 90b050fa2f..c1042ddbee 100644 --- a/helm/admin-service/Chart.yaml +++ b/helm/admin-service/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: admin-service description: A Helm chart for MOSIP Admin module type: application -version: 12.1.3 +version: 12.1.3-develop appVersion: "" dependencies: - name: common diff --git a/helm/masterdata/Chart.yaml b/helm/masterdata/Chart.yaml index 76a8d4be37..1044867815 100644 --- a/helm/masterdata/Chart.yaml +++ b/helm/masterdata/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: masterdata description: A Helm chart for MOSIP Masterdata module type: application -version: 12.1.3 +version: 12.1.3-develop appVersion: "" dependencies: - name: common diff --git a/helm/syncdata/Chart.yaml b/helm/syncdata/Chart.yaml index fb62970d13..aeef2b8d04 100644 --- a/helm/syncdata/Chart.yaml +++ b/helm/syncdata/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: syncdata description: A Helm chart for MOSIP Syncdata module type: application -version: 12.1.3 +version: 12.1.3-develop appVersion: "" dependencies: - name: common