From 34c9c4e6daed9ae7d1d46f47cbb85e027e7ca5d5 Mon Sep 17 00:00:00 2001 From: Prafulrakhade Date: Mon, 14 Jul 2025 12:13:37 +0000 Subject: [PATCH 1/2] Updated Pom version and Chart version for post-release changes Signed-off-by: GitHub --- deploy/admin-apitestrig/install.sh | 2 +- deploy/admin/install.sh | 2 +- helm/admin-hotlist/Chart.yaml | 2 +- helm/admin-service/Chart.yaml | 2 +- helm/masterdata/Chart.yaml | 2 +- helm/syncdata/Chart.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deploy/admin-apitestrig/install.sh b/deploy/admin-apitestrig/install.sh index 002190f330..5286372fa9 100755 --- a/deploy/admin-apitestrig/install.sh +++ b/deploy/admin-apitestrig/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=admin -CHART_VERSION=1.3.3 +CHART_VERSION=1.3.0-beta.2-develop COPY_UTIL=../copy_cm_func.sh echo Create $NS namespace diff --git a/deploy/admin/install.sh b/deploy/admin/install.sh index 184c60e786..40038d4c79 100755 --- a/deploy/admin/install.sh +++ b/deploy/admin/install.sh @@ -9,7 +9,7 @@ fi NS=admin KNS=kernel -CHART_VERSION=1.3.0-beta.2 +CHART_VERSION=1.3.0-beta.2-develop COPY_UTIL=../copy_cm_func.sh echo Create $NS namespace diff --git a/helm/admin-hotlist/Chart.yaml b/helm/admin-hotlist/Chart.yaml index c464a22553..0348ce34be 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: 1.3.0-beta.2 +version: 1.3.0-beta.2-develop appVersion: "" dependencies: - name: common diff --git a/helm/admin-service/Chart.yaml b/helm/admin-service/Chart.yaml index c81d0301d6..cddcefa3e0 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: 1.3.0-beta.2 +version: 1.3.0-beta.2-develop appVersion: "" dependencies: - name: common diff --git a/helm/masterdata/Chart.yaml b/helm/masterdata/Chart.yaml index e539596fc8..28ed27c42a 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: 1.3.0-beta.2 +version: 1.3.0-beta.2-develop appVersion: "" dependencies: - name: common diff --git a/helm/syncdata/Chart.yaml b/helm/syncdata/Chart.yaml index 945537ee4d..d6cacf7ae6 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: 1.3.0-beta.2 +version: 1.3.0-beta.2-develop appVersion: "" dependencies: - name: common From 590bd671f33037b7d3b092323264e97d17140860 Mon Sep 17 00:00:00 2001 From: Praful Rakhade Date: Mon, 14 Jul 2025 18:02:35 +0530 Subject: [PATCH 2/2] [DSD-8503] PLA 1.3.0-beta post release changes Signed-off-by: Praful Rakhade --- deploy/admin-apitestrig/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/admin-apitestrig/install.sh b/deploy/admin-apitestrig/install.sh index 5286372fa9..002190f330 100755 --- a/deploy/admin-apitestrig/install.sh +++ b/deploy/admin-apitestrig/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=admin -CHART_VERSION=1.3.0-beta.2-develop +CHART_VERSION=1.3.3 COPY_UTIL=../copy_cm_func.sh echo Create $NS namespace