From 60d243989f9e4206092946edce35b08d9a3f5ec0 Mon Sep 17 00:00:00 2001 From: Prafulrakhade Date: Fri, 11 Jul 2025 13:08:29 +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..64b54223f3 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.2-develop COPY_UTIL=../copy_cm_func.sh echo Create $NS namespace diff --git a/deploy/install.sh b/deploy/install.sh index e28a549024..2e953d25c3 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -8,7 +8,7 @@ if [ $# -ge 1 ] ; then fi NS=admin -CHART_VERSION=12.1.2 +CHART_VERSION=12.1.2-develop echo Create $NS namespace kubectl create ns $NS diff --git a/helm/admin-hotlist/Chart.yaml b/helm/admin-hotlist/Chart.yaml index 9396f60159..42fb124b74 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.2 +version: 12.1.2-develop appVersion: "" dependencies: - name: common diff --git a/helm/admin-service/Chart.yaml b/helm/admin-service/Chart.yaml index 94f5059578..87f2dbcf78 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.2 +version: 12.1.2-develop appVersion: "" dependencies: - name: common diff --git a/helm/masterdata/Chart.yaml b/helm/masterdata/Chart.yaml index 179d4d9f50..a1e93950dd 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.2 +version: 12.1.2-develop appVersion: "" dependencies: - name: common diff --git a/helm/syncdata/Chart.yaml b/helm/syncdata/Chart.yaml index d69348d73a..d3cd1e4a1a 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.2 +version: 12.1.2-develop appVersion: "" dependencies: - name: common From d07f586deb2c816b378bf872a137262a0fd2fd43 Mon Sep 17 00:00:00 2001 From: Praful Rakhade Date: Fri, 11 Jul 2025 18:39:37 +0530 Subject: [PATCH 2/2] [DSD-8467] zero automation failure post release changes 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 64b54223f3..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.2-develop +CHART_VERSION=1.3.3 COPY_UTIL=../copy_cm_func.sh echo Create $NS namespace