diff --git a/deploy/key-migration-utility/install.sh b/deploy/key-migration-utility/install.sh index 0f5c71c8..ec7cf33b 100755 --- a/deploy/key-migration-utility/install.sh +++ b/deploy/key-migration-utility/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=key-migration-utility -CHART_VERSION=1.3.0-beta.5 +CHART_VERSION=1.3.0-beta.5-develop echo Creating $NS namespace kubectl create ns $NS diff --git a/deploy/keymanager/install.sh b/deploy/keymanager/install.sh index 8cd43d57..97cec06e 100755 --- a/deploy/keymanager/install.sh +++ b/deploy/keymanager/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=keymanager -CHART_VERSION=1.3.0-beta.5 +CHART_VERSION=1.3.0-beta.5-develop echo Creating $NS namespace kubectl create ns $NS diff --git a/deploy/softhsm/install.sh b/deploy/softhsm/install.sh index 16c8fec0..1bc60f2f 100755 --- a/deploy/softhsm/install.sh +++ b/deploy/softhsm/install.sh @@ -8,7 +8,7 @@ if [ $# -ge 1 ] ; then fi NS=softhsm -CHART_VERSION=1.3.0-beta.5 +CHART_VERSION=1.3.0-beta.5-develop echo Create $NS namespaces kubectl create ns $NS diff --git a/helm/key-migration-utility/Chart.yaml b/helm/key-migration-utility/Chart.yaml index 8b4374eb..5e3e4d85 100644 --- a/helm/key-migration-utility/Chart.yaml +++ b/helm/key-migration-utility/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: key-migration-utility description: A Helm chart to migrate keys from any keystore type to any other supported format. type: application -version: 1.3.0-beta.5 +version: 1.3.0-beta.5-develop appVersion: "" dependencies: - name: common diff --git a/helm/keygen/Chart.yaml b/helm/keygen/Chart.yaml index 5f549b70..26eedaca 100644 --- a/helm/keygen/Chart.yaml +++ b/helm/keygen/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: keygen description: A Helm chart to generate keys type: application -version: 1.3.0-beta.5 +version: 1.3.0-beta.5-develop appVersion: "" dependencies: - name: common diff --git a/helm/keymanager/Chart.yaml b/helm/keymanager/Chart.yaml index 126cecfe..d74f402b 100644 --- a/helm/keymanager/Chart.yaml +++ b/helm/keymanager/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: keymanager description: A Helm chart for MOSIP Keymanager module type: application -version: 1.3.0-beta.5 +version: 1.3.0-beta.5-develop appVersion: "" dependencies: - name: common diff --git a/helm/softhsm/Chart.yaml b/helm/softhsm/Chart.yaml index 004b69e1..321c2ab5 100644 --- a/helm/softhsm/Chart.yaml +++ b/helm/softhsm/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: softhsm description: A Helm chart for MOSIP Softhsm module type: application -version: 1.3.0-beta.5 +version: 1.3.0-beta.5-develop appVersion: "" dependencies: - name: common