From 6c20e57edb0dff7528d9678fe50e6a04d5302ed4 Mon Sep 17 00:00:00 2001 From: Prafulrakhade <99539100+Prafulrakhade@users.noreply.github.com> Date: Sun, 31 May 2026 08:04:35 +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/key-migration-utility/install.sh | 2 +- deploy/keymanager/install.sh | 2 +- deploy/softhsm/install.sh | 2 +- helm/key-migration-utility/Chart.yaml | 2 +- helm/key-migration-utility/values.yaml | 4 ++-- helm/keygen/Chart.yaml | 2 +- helm/keygen/values.yaml | 4 ++-- helm/keymanager/Chart.yaml | 2 +- helm/keymanager/values.yaml | 9 +++------ helm/softhsm/Chart.yaml | 2 +- helm/softhsm/values.yaml | 2 +- 11 files changed, 15 insertions(+), 18 deletions(-) diff --git a/deploy/key-migration-utility/install.sh b/deploy/key-migration-utility/install.sh index a98948d13..e60e81344 100755 --- a/deploy/key-migration-utility/install.sh +++ b/deploy/key-migration-utility/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=key-migration-utility -CHART_VERSION=1.4.1-develop +CHART_VERSION=1.4.1-rc.1 echo Creating $NS namespace kubectl create ns $NS diff --git a/deploy/keymanager/install.sh b/deploy/keymanager/install.sh index 9e8d4a997..f82ec8da7 100755 --- a/deploy/keymanager/install.sh +++ b/deploy/keymanager/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=keymanager -CHART_VERSION=1.4.1-develop +CHART_VERSION=1.4.1-rc.1 echo Creating $NS namespace kubectl create ns $NS diff --git a/deploy/softhsm/install.sh b/deploy/softhsm/install.sh index 916230862..8ddf2be36 100755 --- a/deploy/softhsm/install.sh +++ b/deploy/softhsm/install.sh @@ -8,7 +8,7 @@ if [ $# -ge 1 ] ; then fi NS=softhsm -CHART_VERSION=1.4.1-develop +CHART_VERSION=1.4.1-rc.1 echo Create $NS namespaces kubectl create ns $NS diff --git a/helm/key-migration-utility/Chart.yaml b/helm/key-migration-utility/Chart.yaml index dd5184fe4..dd40cd932 100644 --- a/helm/key-migration-utility/Chart.yaml +++ b/helm/key-migration-utility/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: key-migration-utility description: A Helm chart to migrate keys from any keystore type to any other supported format. type: application -version: 1.4.1-develop +version: 1.4.1-rc.1 appVersion: "" dependencies: - name: common diff --git a/helm/key-migration-utility/values.yaml b/helm/key-migration-utility/values.yaml index e080447d4..217b66ef7 100644 --- a/helm/key-migration-utility/values.yaml +++ b/helm/key-migration-utility/values.yaml @@ -26,8 +26,8 @@ extraDeploy: [] replicaCount: 1 image: registry: docker.io - repository: mosipqa/keys-migrator - tag: 1.4.x + repository: mosipid/keys-migrator + tag: 1.4.1-rc.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 diff --git a/helm/keygen/Chart.yaml b/helm/keygen/Chart.yaml index 616899336..e12547946 100644 --- a/helm/keygen/Chart.yaml +++ b/helm/keygen/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: keygen description: A Helm chart to generate keys type: application -version: 1.4.1-develop +version: 1.4.1-rc.1 appVersion: "" dependencies: - name: common diff --git a/helm/keygen/values.yaml b/helm/keygen/values.yaml index e98eac3a1..340247eec 100644 --- a/helm/keygen/values.yaml +++ b/helm/keygen/values.yaml @@ -26,8 +26,8 @@ extraDeploy: [] replicaCount: 1 image: registry: docker.io - repository: mosipqa/keys-generator - tag: 1.4.x + repository: mosipid/keys-generator + tag: 1.4.1-rc.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 diff --git a/helm/keymanager/Chart.yaml b/helm/keymanager/Chart.yaml index b26487499..9315e2452 100644 --- a/helm/keymanager/Chart.yaml +++ b/helm/keymanager/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: keymanager description: A Helm chart for MOSIP Keymanager module type: application -version: 1.4.1-develop +version: 1.4.1-rc.1 appVersion: "" dependencies: - name: common diff --git a/helm/keymanager/values.yaml b/helm/keymanager/values.yaml index 80051fffa..08fa23cb2 100644 --- a/helm/keymanager/values.yaml +++ b/helm/keymanager/values.yaml @@ -46,8 +46,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipqa/kernel-keymanager-service - tag: 1.4.x + repository: mosipid/kernel-keymanager-service + tag: 1.4.1-rc.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 @@ -122,10 +122,7 @@ additionalResources: ## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources ## Example: java_opts: "-Xms500M -Xmx500M" javaOpts: >- - -XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit - -XX:ZUncommitDelay=30 -XX:+ZProactive -XX:ZCollectionInterval=5 - -Xms4000m -Xmx5400m -XX:SoftMaxHeapSize=4000m - -Djava.security.egd=file:/dev/urandom + -XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:ZUncommitDelay=30 -XX:+ZProactive -XX:ZCollectionInterval=5 -Xms4000m -Xmx5400m -XX:SoftMaxHeapSize=4000m -Djava.security.egd=file:/dev/urandom ## 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: diff --git a/helm/softhsm/Chart.yaml b/helm/softhsm/Chart.yaml index ca2d59869..753dcc906 100644 --- a/helm/softhsm/Chart.yaml +++ b/helm/softhsm/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: softhsm description: A Helm chart for MOSIP Softhsm module type: application -version: 1.4.0-develop +version: 1.4.1-rc.1 appVersion: "" dependencies: - name: common diff --git a/helm/softhsm/values.yaml b/helm/softhsm/values.yaml index 4e4fce843..67fbf1205 100644 --- a/helm/softhsm/values.yaml +++ b/helm/softhsm/values.yaml @@ -8,7 +8,7 @@ image: repository: mosipid/softhsm pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "v2" + tag: "1.4.1-rc.1" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From c3f2a60da1ba180575c8e7babc044feb4768130c Mon Sep 17 00:00:00 2001 From: Prafulrakhade Date: Sun, 31 May 2026 13:54:33 +0530 Subject: [PATCH 2/2] [DSD-10347] 1.3.1 Packet Processing Performance Tuning release Signed-off-by: Prafulrakhade --- helm/softhsm/values.yaml | 2 +- kernel/kernel-keymanager-service/pom.xml | 12 ++++++------ kernel/keys-generator/pom.xml | 2 +- kernel/keys-migrator/pom.xml | 8 ++++---- kernel/pom.xml | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/helm/softhsm/values.yaml b/helm/softhsm/values.yaml index 67fbf1205..4e4fce843 100644 --- a/helm/softhsm/values.yaml +++ b/helm/softhsm/values.yaml @@ -8,7 +8,7 @@ image: repository: mosipid/softhsm pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "1.4.1-rc.1" + tag: "v2" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" diff --git a/kernel/kernel-keymanager-service/pom.xml b/kernel/kernel-keymanager-service/pom.xml index f3ec46db7..198bedecf 100644 --- a/kernel/kernel-keymanager-service/pom.xml +++ b/kernel/kernel-keymanager-service/pom.xml @@ -6,7 +6,7 @@ 4.0.0 io.mosip.kernel kernel-keymanager-service - 1.4.1-SNAPSHOT + 1.4.1-rc.1 kernel-keymanager-service Mosip commons project https://github.com/mosip/keymanager @@ -26,11 +26,11 @@ 0.7.0 - 1.3.1-SNAPSHOT - 1.3.1-SNAPSHOT - 1.3.1-SNAPSHOT - 1.3.1-SNAPSHOT - 1.3.1-SNAPSHOT + 1.3.1-rc.1 + 1.3.1-rc.1 + 1.3.1-rc.1 + 1.3.1-rc.1 + 1.3.1-rc.1 2.2.220 diff --git a/kernel/keys-generator/pom.xml b/kernel/keys-generator/pom.xml index e0ed35273..818828e0a 100644 --- a/kernel/keys-generator/pom.xml +++ b/kernel/keys-generator/pom.xml @@ -5,7 +5,7 @@ io.mosip.kernel keys-generator - 1.4.1-SNAPSHOT + 1.4.1-rc.1 UTF-8 diff --git a/kernel/keys-migrator/pom.xml b/kernel/keys-migrator/pom.xml index cec11b37f..02d8d1922 100644 --- a/kernel/keys-migrator/pom.xml +++ b/kernel/keys-migrator/pom.xml @@ -5,7 +5,7 @@ io.mosip.kernel keys-migrator - 1.4.1-SNAPSHOT + 1.4.1-rc.1 https://github.com/mosip/keymanager @@ -25,9 +25,9 @@ 0.7.0 - 1.3.1-SNAPSHOT - 1.4.1-SNAPSHOT - 1.3.1-SNAPSHOT + 1.3.1-rc.1 + 1.4.1-rc.1 + 1.3.1-rc.1 3.2.3 0.8.11 diff --git a/kernel/pom.xml b/kernel/pom.xml index 3393521b7..5effe62dc 100644 --- a/kernel/pom.xml +++ b/kernel/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - 1.4.1-SNAPSHOT + 1.4.1-rc.1 io.mosip.kernel keymanager-parent pom