From 7db300df284e218230ed5f0a73b58db3331b161b Mon Sep 17 00:00:00 2001 From: Prafulrakhade Date: Tue, 26 Aug 2025 09:56:52 +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 fec97148..392e738b 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.4 +CHART_VERSION=1.3.0-beta.4-develop echo Creating $NS namespace kubectl create ns $NS diff --git a/deploy/keymanager/install.sh b/deploy/keymanager/install.sh index a4067e6d..ccb58328 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.4 +CHART_VERSION=1.3.0-beta.4-develop echo Creating $NS namespace kubectl create ns $NS diff --git a/deploy/softhsm/install.sh b/deploy/softhsm/install.sh index 6cd3a8d0..1652f8ad 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.4 +CHART_VERSION=1.3.0-beta.4-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 efbf46fc..e743ab79 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.4 +version: 1.3.0-beta.4-develop appVersion: "" dependencies: - name: common diff --git a/helm/keygen/Chart.yaml b/helm/keygen/Chart.yaml index ed0062a5..6585facf 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.4 +version: 1.3.0-beta.4-develop appVersion: "" dependencies: - name: common diff --git a/helm/keymanager/Chart.yaml b/helm/keymanager/Chart.yaml index 3bcc87bc..52510d48 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.4 +version: 1.3.0-beta.4-develop appVersion: "" dependencies: - name: common diff --git a/helm/softhsm/Chart.yaml b/helm/softhsm/Chart.yaml index e9b87215..2f97bfc8 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.4 +version: 1.3.0-beta.4-develop appVersion: "" dependencies: - name: common