diff --git a/deploy/install.sh b/deploy/install.sh index a1c7e2bb9..4c512230a 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=pms -CHART_VERSION=1.3.0-dp.1 +CHART_VERSION=1.3.0-dp.1-develop echo Create $NS namespace kubectl create ns $NS diff --git a/helm/pmp-reactjs-ui/Chart.yaml b/helm/pmp-reactjs-ui/Chart.yaml index 0b5f3a830..e6a86e958 100644 --- a/helm/pmp-reactjs-ui/Chart.yaml +++ b/helm/pmp-reactjs-ui/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: pmp-reactjs-ui description: A Helm chart for MOSIP pmp reactJS UI module type: application -version: 1.3.0-dp.1 +version: 1.3.0-dp.1-develop appVersion: "" dependencies: - name: common diff --git a/helm/pmp-ui/Chart.yaml b/helm/pmp-ui/Chart.yaml index c6fbe8ff0..e3feded5f 100644 --- a/helm/pmp-ui/Chart.yaml +++ b/helm/pmp-ui/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: pmp-ui description: A Helm chart for MOSIP pmp UI module type: application -version: 1.3.0-dp.1 +version: 1.3.0-dp.1-develop appVersion: "" dependencies: - name: common