diff --git a/deploy/install.sh b/deploy/install.sh index eb3c67e6c7..8a73b6b09c 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -8,7 +8,7 @@ if [ $# -ge 1 ] ; then fi NS=admin -CHART_VERSION=12.1.4 +CHART_VERSION=12.1.4-develop echo Create $NS namespace kubectl create ns $NS diff --git a/helm/admin-hotlist/Chart.yaml b/helm/admin-hotlist/Chart.yaml index ec05320b3f..ae9e8b4715 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.4 +version: 12.1.4-develop appVersion: "" dependencies: - name: common diff --git a/helm/admin-service/Chart.yaml b/helm/admin-service/Chart.yaml index 0d5e18f8c7..45675405e6 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.4 +version: 12.1.4-develop appVersion: "" dependencies: - name: common diff --git a/helm/masterdata/Chart.yaml b/helm/masterdata/Chart.yaml index 2e27de0c1e..e83d5ec7fa 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.4 +version: 12.1.4-develop appVersion: "" dependencies: - name: common diff --git a/helm/syncdata/Chart.yaml b/helm/syncdata/Chart.yaml index 3b8b0c8703..d4e6de78ca 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.4 +version: 12.1.4-develop appVersion: "" dependencies: - name: common