From a53549908f32236a010fab8405d732ca9e128718 Mon Sep 17 00:00:00 2001 From: Prafulrakhade <99539100+Prafulrakhade@users.noreply.github.com> Date: Mon, 1 Dec 2025 07:44:03 +0000 Subject: [PATCH 1/3] Updated chart versions, image and tag for release changes Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- deploy/apitest-masterdata/install.sh | 2 +- deploy/install.sh | 2 +- helm/admin-hotlist/Chart.yaml | 2 +- helm/admin-hotlist/values.yaml | 2 +- helm/admin-service/Chart.yaml | 2 +- helm/admin-service/values.yaml | 2 +- helm/masterdata/Chart.yaml | 2 +- helm/masterdata/values.yaml | 2 +- helm/syncdata/Chart.yaml | 2 +- helm/syncdata/values.yaml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/deploy/apitest-masterdata/install.sh b/deploy/apitest-masterdata/install.sh index 3d5b4dc36d..36760704b0 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.4 COPY_UTIL=../copy_cm_func.sh echo Create $NS namespace diff --git a/deploy/install.sh b/deploy/install.sh index 05680ef75a..eb3c67e6c7 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-develop +CHART_VERSION=12.1.4 echo Create $NS namespace kubectl create ns $NS diff --git a/helm/admin-hotlist/Chart.yaml b/helm/admin-hotlist/Chart.yaml index 926b3d6239..ec05320b3f 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-develop +version: 12.1.4 appVersion: "" dependencies: - name: common diff --git a/helm/admin-hotlist/values.yaml b/helm/admin-hotlist/values.yaml index 2e8b557e97..a33a570c47 100644 --- a/helm/admin-hotlist/values.yaml +++ b/helm/admin-hotlist/values.yaml @@ -46,7 +46,7 @@ service: image: registry: docker.io repository: mosipid/hotlist-service - tag: 1.2.1.3 + tag: 1.2.1.4 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/helm/admin-service/Chart.yaml b/helm/admin-service/Chart.yaml index c1042ddbee..0d5e18f8c7 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-develop +version: 12.1.4 appVersion: "" dependencies: - name: common diff --git a/helm/admin-service/values.yaml b/helm/admin-service/values.yaml index d57b6afaf1..89dca61245 100644 --- a/helm/admin-service/values.yaml +++ b/helm/admin-service/values.yaml @@ -46,7 +46,7 @@ service: image: registry: docker.io repository: mosipid/admin-service - tag: 1.2.1.3 + tag: 1.2.1.4 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/helm/masterdata/Chart.yaml b/helm/masterdata/Chart.yaml index 1044867815..2e27de0c1e 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-develop +version: 12.1.4 appVersion: "" dependencies: - name: common diff --git a/helm/masterdata/values.yaml b/helm/masterdata/values.yaml index 0cba010304..0938950b69 100644 --- a/helm/masterdata/values.yaml +++ b/helm/masterdata/values.yaml @@ -47,7 +47,7 @@ service: image: registry: docker.io repository: mosipid/kernel-masterdata-service - tag: 1.2.1.3 + tag: 1.2.1.4 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/helm/syncdata/Chart.yaml b/helm/syncdata/Chart.yaml index aeef2b8d04..3b8b0c8703 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-develop +version: 12.1.4 appVersion: "" dependencies: - name: common diff --git a/helm/syncdata/values.yaml b/helm/syncdata/values.yaml index 78d440ffdb..40e4b1cc31 100644 --- a/helm/syncdata/values.yaml +++ b/helm/syncdata/values.yaml @@ -47,7 +47,7 @@ service: image: registry: docker.io repository: mosipid/kernel-syncdata-service - tag: 1.2.1.3 + tag: 1.2.1.4 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images From 4e4757e067119a91422a0f1d027ba67fb2e89a4c Mon Sep 17 00:00:00 2001 From: Praful Rakhade Date: Mon, 1 Dec 2025 13:16:17 +0530 Subject: [PATCH 2/3] [DSD-9273] ARC 1.0.0 GA release Signed-off-by: Praful Rakhade --- deploy/apitest-masterdata/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/apitest-masterdata/values.yaml b/deploy/apitest-masterdata/values.yaml index f31f1c0ef4..ccfb21f8be 100644 --- a/deploy/apitest-masterdata/values.yaml +++ b/deploy/apitest-masterdata/values.yaml @@ -3,5 +3,5 @@ modules: enabled: true image: repository: mosipid/apitest-masterdata - tag: 1.2.1.3 + tag: 1.2.1.4 pullPolicy: Always From 9e9d19799d8af2ea53df86df2ca16e8af18de7e0 Mon Sep 17 00:00:00 2001 From: Praful Rakhade Date: Mon, 1 Dec 2025 13:17:20 +0530 Subject: [PATCH 3/3] [DSD-9373] ARC 1.0.0 GA 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 36760704b0..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 +CHART_VERSION=1.3.5 COPY_UTIL=../copy_cm_func.sh echo Create $NS namespace