From 744f4dfe52cce7a45e2d57413b3e53f1cff9dd32 Mon Sep 17 00:00:00 2001 From: Prafulrakhade Date: Tue, 2 Dec 2025 06:09:26 +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 1259799261..27ed62d2fb 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.5 +CHART_VERSION=12.1.4-develop COPY_UTIL=../copy_cm_func.sh echo Create $NS namespace diff --git a/deploy/install.sh b/deploy/install.sh index eb3c67e6c7..8a73b6b09c 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -8,7 +8,7 @@ if [ $# -ge 1 ] ; then fi NS=admin -CHART_VERSION=12.1.4 +CHART_VERSION=12.1.4-develop echo Create $NS namespace kubectl create ns $NS diff --git a/helm/admin-hotlist/Chart.yaml b/helm/admin-hotlist/Chart.yaml index ec05320b3f..ae9e8b4715 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.4 +version: 12.1.4-develop appVersion: "" dependencies: - name: common diff --git a/helm/admin-service/Chart.yaml b/helm/admin-service/Chart.yaml index 0d5e18f8c7..45675405e6 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.4 +version: 12.1.4-develop appVersion: "" dependencies: - name: common diff --git a/helm/masterdata/Chart.yaml b/helm/masterdata/Chart.yaml index 2e27de0c1e..e83d5ec7fa 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.4 +version: 12.1.4-develop appVersion: "" dependencies: - name: common diff --git a/helm/syncdata/Chart.yaml b/helm/syncdata/Chart.yaml index 3b8b0c8703..d4e6de78ca 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.4 +version: 12.1.4-develop appVersion: "" dependencies: - name: common From b74d7172210757abe0e6d4052f31da81338fee77 Mon Sep 17 00:00:00 2001 From: Praful Rakhade Date: Tue, 2 Dec 2025 11:40:39 +0530 Subject: [PATCH 2/2] [DSD-9390] ARC 1.0.0 GA 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 27ed62d2fb..1259799261 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.4-develop +CHART_VERSION=1.3.5 COPY_UTIL=../copy_cm_func.sh echo Create $NS namespace