From 2dc674f63ed5ca0d845ac5892f3f6ab038ed0957 Mon Sep 17 00:00:00 2001 From: Prafulrakhade <99539100+Prafulrakhade@users.noreply.github.com> Date: Wed, 27 May 2026 09:49:06 +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/admin-apitestrig/install.sh | 2 +- deploy/admin/install.sh | 2 +- helm/admin-hotlist/Chart.yaml | 2 +- helm/admin-hotlist/values.yaml | 7 ++----- helm/admin-service/Chart.yaml | 2 +- helm/admin-service/values.yaml | 5 ++--- helm/masterdata/Chart.yaml | 2 +- helm/masterdata/values.yaml | 5 ++--- helm/syncdata/Chart.yaml | 2 +- helm/syncdata/values.yaml | 5 ++--- 10 files changed, 14 insertions(+), 20 deletions(-) diff --git a/deploy/admin-apitestrig/install.sh b/deploy/admin-apitestrig/install.sh index 3f0b430fd7..afadf63cbd 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.5 +CHART_VERSION=1.3.1 COPY_UTIL=../copy_cm_func.sh echo Create $NS namespace diff --git a/deploy/admin/install.sh b/deploy/admin/install.sh index f90867431b..0bc3905724 100755 --- a/deploy/admin/install.sh +++ b/deploy/admin/install.sh @@ -9,7 +9,7 @@ fi NS=admin KNS=kernel -CHART_VERSION=1.3.1-develop +CHART_VERSION=1.3.1 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 a83d93c33b..63426766fc 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.1-develop +version: 1.3.1 appVersion: "" dependencies: - name: common diff --git a/helm/admin-hotlist/values.yaml b/helm/admin-hotlist/values.yaml index b5e7c8c575..50befa2d2e 100644 --- a/helm/admin-hotlist/values.yaml +++ b/helm/admin-hotlist/values.yaml @@ -45,8 +45,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipqa/hotlist-service - tag: 1.3.x + repository: mosipid/hotlist-service + tag: 1.3.1 ## 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 @@ -121,7 +121,6 @@ additionalResources: ## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources ## Example: java_opts: "-Xms500M -Xmx500M" javaOpts: "-Xms720M -Xmx1200M" - ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container ## Clamav container already runs as 'mosip' user, so we may not need to enable this containerSecurityContext: @@ -198,10 +197,8 @@ lifecycleHooks: - sh - -c - sleep 30 - ## Termination grace perios : the maximum amount of time (in seconds) Kubernetes will wait for a container to gracefully shut down terminationGracePeriodSeconds: 60 - ## Custom Liveness probes for ## customLivenessProbe: {} diff --git a/helm/admin-service/Chart.yaml b/helm/admin-service/Chart.yaml index 686f47e275..4850e4576b 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.1-develop +version: 1.3.1 appVersion: "" dependencies: - name: common diff --git a/helm/admin-service/values.yaml b/helm/admin-service/values.yaml index 7e8cf45d11..ba50c06529 100644 --- a/helm/admin-service/values.yaml +++ b/helm/admin-service/values.yaml @@ -45,8 +45,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipqa/admin-service - tag: 1.3.x + repository: mosipid/admin-service + tag: 1.3.1 ## 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 @@ -197,7 +197,6 @@ lifecycleHooks: - sh - -c - sleep 30 - ## Termination grace perios : the maximum amount of time (in seconds) Kubernetes will wait for a container to gracefully shut down terminationGracePeriodSeconds: 60 ## Custom Liveness probes for diff --git a/helm/masterdata/Chart.yaml b/helm/masterdata/Chart.yaml index 8244d46b2d..53d5fdc3ab 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.1-develop +version: 1.3.1 appVersion: "" dependencies: - name: common diff --git a/helm/masterdata/values.yaml b/helm/masterdata/values.yaml index 6dbbfbeaae..6b01f5ff83 100644 --- a/helm/masterdata/values.yaml +++ b/helm/masterdata/values.yaml @@ -46,8 +46,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipqa/kernel-masterdata-service - tag: 1.3.x + repository: mosipid/kernel-masterdata-service + tag: 1.3.1 ## 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 @@ -198,7 +198,6 @@ lifecycleHooks: - sh - -c - sleep 30 - ## Termination grace perios : the maximum amount of time (in seconds) Kubernetes will wait for a container to gracefully shut down terminationGracePeriodSeconds: 60 ## Custom Liveness probes for diff --git a/helm/syncdata/Chart.yaml b/helm/syncdata/Chart.yaml index f25aceba72..2e48c4f812 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.1-develop +version: 1.3.1 appVersion: "" dependencies: - name: common diff --git a/helm/syncdata/values.yaml b/helm/syncdata/values.yaml index c0df1ece34..417a982920 100644 --- a/helm/syncdata/values.yaml +++ b/helm/syncdata/values.yaml @@ -46,8 +46,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipqa/kernel-syncdata-service - tag: 1.3.x + repository: mosipid/kernel-syncdata-service + tag: 1.3.1 ## Specify a imagePllPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -198,7 +198,6 @@ lifecycleHooks: - sh - -c - sleep 30 - ## Termination grace perios : the maximum amount of time (in seconds) Kubernetes will wait for a container to gracefully shut down terminationGracePeriodSeconds: 60 ## Custom Liveness probes for From 50593b4f77ffa64106696819cf1215a7c6cf599a Mon Sep 17 00:00:00 2001 From: Praful Rakhade Date: Wed, 27 May 2026 15:21:32 +0530 Subject: [PATCH 2/3] [DSD-10334] PLA component patch release 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 afadf63cbd..fbae5dbc6c 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.1 +CHART_VERSION=1.6.0 COPY_UTIL=../copy_cm_func.sh echo Create $NS namespace From 133943e3a11ea13465ddbfe21c7f19a2d490c744 Mon Sep 17 00:00:00 2001 From: Praful Rakhade Date: Wed, 27 May 2026 15:23:13 +0530 Subject: [PATCH 3/3] [DSD-10334] PLA component patch release Signed-off-by: Praful Rakhade --- deploy/admin-apitestrig/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/admin-apitestrig/values.yaml b/deploy/admin-apitestrig/values.yaml index 301f40b155..1870c66330 100644 --- a/deploy/admin-apitestrig/values.yaml +++ b/deploy/admin-apitestrig/values.yaml @@ -2,6 +2,6 @@ modules: masterdata: enabled: true image: - repository: mosipqa/apitest-masterdata - tag: 1.3.x + repository: mosipid/apitest-masterdata + tag: 1.3.1 pullPolicy: Always