From 73982c76ff951a5dbc35ae38fd4e8e13e3d0c2b4 Mon Sep 17 00:00:00 2001 From: Prafulrakhade <99539100+Prafulrakhade@users.noreply.github.com> Date: Mon, 22 Dec 2025 06:12:10 +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 +- helm/admin-hotlist/values.yaml | 3 --- helm/admin-service/values.yaml | 1 - helm/masterdata/values.yaml | 1 - helm/syncdata/values.yaml | 1 - 5 files changed, 1 insertion(+), 7 deletions(-) diff --git a/deploy/admin-apitestrig/install.sh b/deploy/admin-apitestrig/install.sh index 3f0b430fd7..b0192e28b2 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.0 COPY_UTIL=../copy_cm_func.sh echo Create $NS namespace diff --git a/helm/admin-hotlist/values.yaml b/helm/admin-hotlist/values.yaml index a81c275920..d2afb51eb4 100644 --- a/helm/admin-hotlist/values.yaml +++ b/helm/admin-hotlist/values.yaml @@ -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/values.yaml b/helm/admin-service/values.yaml index bf39fa6d46..90f04595ab 100644 --- a/helm/admin-service/values.yaml +++ b/helm/admin-service/values.yaml @@ -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/values.yaml b/helm/masterdata/values.yaml index 70e50578da..8cc375159c 100644 --- a/helm/masterdata/values.yaml +++ b/helm/masterdata/values.yaml @@ -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/values.yaml b/helm/syncdata/values.yaml index 5fc12cfbc2..38ee2ae870 100644 --- a/helm/syncdata/values.yaml +++ b/helm/syncdata/values.yaml @@ -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 f8cabe43609327df76d56f78325536f7c6f59434 Mon Sep 17 00:00:00 2001 From: Praful Rakhade Date: Mon, 22 Dec 2025 11:43:41 +0530 Subject: [PATCH 2/3] [DSD-9524] 1.2.1.0 Platform GA 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 b0192e28b2..3f0b430fd7 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.0 +CHART_VERSION=1.3.5 COPY_UTIL=../copy_cm_func.sh echo Create $NS namespace From 5ec00f1a59093d1e4a99b19c196d585eceab1c99 Mon Sep 17 00:00:00 2001 From: amanbh321 Date: Thu, 7 May 2026 08:24:09 +0000 Subject: [PATCH 3/3] [MOSIP-44867] Fix: removed trailing space in licenses folder path Signed-off-by: amanbh321 --- {licenses => licenses}/Apache-2.0.txt | 0 {licenses => licenses}/BSD-2.0.txt | 0 {licenses => licenses}/BSD-3-Clause.txt | 0 .../EPL-1.0.txt\342\200\216" | 0 .../EPL-2.0.txt\342\200\216" | 0 {licenses => licenses}/LGPL-2.1.txt | 0 {licenses => licenses}/LGPL-3.0-only.txt | 0 "licenses /MIT.txt\342\200\216" => "licenses/MIT.txt\342\200\216" | 0 {licenses => licenses}/MPL-2.0.txt | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {licenses => licenses}/Apache-2.0.txt (100%) rename {licenses => licenses}/BSD-2.0.txt (100%) rename {licenses => licenses}/BSD-3-Clause.txt (100%) rename "licenses /EPL-1.0.txt\342\200\216" => "licenses/EPL-1.0.txt\342\200\216" (100%) rename "licenses /EPL-2.0.txt\342\200\216" => "licenses/EPL-2.0.txt\342\200\216" (100%) rename {licenses => licenses}/LGPL-2.1.txt (100%) rename {licenses => licenses}/LGPL-3.0-only.txt (100%) rename "licenses /MIT.txt\342\200\216" => "licenses/MIT.txt\342\200\216" (100%) rename {licenses => licenses}/MPL-2.0.txt (100%) diff --git a/licenses /Apache-2.0.txt b/licenses/Apache-2.0.txt similarity index 100% rename from licenses /Apache-2.0.txt rename to licenses/Apache-2.0.txt diff --git a/licenses /BSD-2.0.txt b/licenses/BSD-2.0.txt similarity index 100% rename from licenses /BSD-2.0.txt rename to licenses/BSD-2.0.txt diff --git a/licenses /BSD-3-Clause.txt b/licenses/BSD-3-Clause.txt similarity index 100% rename from licenses /BSD-3-Clause.txt rename to licenses/BSD-3-Clause.txt diff --git "a/licenses /EPL-1.0.txt\342\200\216" "b/licenses/EPL-1.0.txt\342\200\216" similarity index 100% rename from "licenses /EPL-1.0.txt\342\200\216" rename to "licenses/EPL-1.0.txt\342\200\216" diff --git "a/licenses /EPL-2.0.txt\342\200\216" "b/licenses/EPL-2.0.txt\342\200\216" similarity index 100% rename from "licenses /EPL-2.0.txt\342\200\216" rename to "licenses/EPL-2.0.txt\342\200\216" diff --git a/licenses /LGPL-2.1.txt b/licenses/LGPL-2.1.txt similarity index 100% rename from licenses /LGPL-2.1.txt rename to licenses/LGPL-2.1.txt diff --git a/licenses /LGPL-3.0-only.txt b/licenses/LGPL-3.0-only.txt similarity index 100% rename from licenses /LGPL-3.0-only.txt rename to licenses/LGPL-3.0-only.txt diff --git "a/licenses /MIT.txt\342\200\216" "b/licenses/MIT.txt\342\200\216" similarity index 100% rename from "licenses /MIT.txt\342\200\216" rename to "licenses/MIT.txt\342\200\216" diff --git a/licenses /MPL-2.0.txt b/licenses/MPL-2.0.txt similarity index 100% rename from licenses /MPL-2.0.txt rename to licenses/MPL-2.0.txt