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/2] 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/2] [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