From 1bad5d0584b1fda03a266c2611d756effd746be9 Mon Sep 17 00:00:00 2001 From: Prafulrakhade Date: Mon, 8 Sep 2025 05:32:44 +0000 Subject: [PATCH 1/2] Updated Pom version and Chart version for post-release changes Signed-off-by: GitHub --- deploy/apitest-masterdata/install.sh | 2 +- deploy/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/apitest-masterdata/install.sh b/deploy/apitest-masterdata/install.sh index 3d5b4dc36d..31b31efe3e 100755 --- a/deploy/apitest-masterdata/install.sh +++ b/deploy/apitest-masterdata/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=apitestrig -CHART_VERSION=1.3.3 +CHART_VERSION=12.1.3-develop COPY_UTIL=../copy_cm_func.sh echo Create $NS namespace diff --git a/deploy/install.sh b/deploy/install.sh index 49e8eb0dbc..05680ef75a 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -8,7 +8,7 @@ if [ $# -ge 1 ] ; then fi NS=admin -CHART_VERSION=12.1.3 +CHART_VERSION=12.1.3-develop echo Create $NS namespace kubectl create ns $NS diff --git a/helm/admin-hotlist/Chart.yaml b/helm/admin-hotlist/Chart.yaml index ba8385b38f..926b3d6239 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: 12.1.3 +version: 12.1.3-develop appVersion: "" dependencies: - name: common diff --git a/helm/admin-service/Chart.yaml b/helm/admin-service/Chart.yaml index 90b050fa2f..c1042ddbee 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: 12.1.3 +version: 12.1.3-develop appVersion: "" dependencies: - name: common diff --git a/helm/masterdata/Chart.yaml b/helm/masterdata/Chart.yaml index 76a8d4be37..1044867815 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: 12.1.3 +version: 12.1.3-develop appVersion: "" dependencies: - name: common diff --git a/helm/syncdata/Chart.yaml b/helm/syncdata/Chart.yaml index fb62970d13..aeef2b8d04 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: 12.1.3 +version: 12.1.3-develop appVersion: "" dependencies: - name: common From 2f0b8dc381dd8cbe9235d75365f0dd47a4794b7e Mon Sep 17 00:00:00 2001 From: Praful Rakhade Date: Mon, 8 Sep 2025 11:05:18 +0530 Subject: [PATCH 2/2] [DSD-8875] 1.2.x.x zero failure API Automation post release Signed-off-by: Praful Rakhade --- deploy/apitest-masterdata/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/apitest-masterdata/install.sh b/deploy/apitest-masterdata/install.sh index 31b31efe3e..3d5b4dc36d 100755 --- a/deploy/apitest-masterdata/install.sh +++ b/deploy/apitest-masterdata/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=apitestrig -CHART_VERSION=12.1.3-develop +CHART_VERSION=1.3.3 COPY_UTIL=../copy_cm_func.sh echo Create $NS namespace