From abaddcf1f56d51123cca5099f76da4d3ff73b9b9 Mon Sep 17 00:00:00 2001 From: Prafulrakhade Date: Mon, 14 Jul 2025 12:38:20 +0000 Subject: [PATCH] Updated Pom version and Chart version for post-release changes Signed-off-by: GitHub --- deploy/key-migration-utility/install.sh | 2 +- deploy/keymanager/install.sh | 2 +- deploy/softhsm/install.sh | 2 +- helm/key-migration-utility/Chart.yaml | 2 +- helm/keygen/Chart.yaml | 2 +- helm/keymanager/Chart.yaml | 2 +- helm/softhsm/Chart.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/deploy/key-migration-utility/install.sh b/deploy/key-migration-utility/install.sh index 85292c71..2e5a334c 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.3 +CHART_VERSION=1.3.0-beta.3-develop echo Creating $NS namespace kubectl create ns $NS diff --git a/deploy/keymanager/install.sh b/deploy/keymanager/install.sh index 74526b8c..53335422 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.3 +CHART_VERSION=1.3.0-beta.3-develop echo Creating $NS namespace kubectl create ns $NS diff --git a/deploy/softhsm/install.sh b/deploy/softhsm/install.sh index 7f398ff2..81512284 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.3 +CHART_VERSION=1.3.0-beta.3-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 61c9a1c1..b3f5fc46 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.3 +version: 1.3.0-beta.3-develop appVersion: "" dependencies: - name: common diff --git a/helm/keygen/Chart.yaml b/helm/keygen/Chart.yaml index de3e4e94..ebced185 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.3 +version: 1.3.0-beta.3-develop appVersion: "" dependencies: - name: common diff --git a/helm/keymanager/Chart.yaml b/helm/keymanager/Chart.yaml index 2c1d57a7..2298076c 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.3 +version: 1.3.0-beta.3-develop appVersion: "" dependencies: - name: common diff --git a/helm/softhsm/Chart.yaml b/helm/softhsm/Chart.yaml index 56d0c631..d27b0315 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.3 +version: 1.3.0-beta.3-develop appVersion: "" dependencies: - name: common