diff --git a/deploy/key-migration-utility/install.sh b/deploy/key-migration-utility/install.sh
index a98948d1..e60e8134 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 9e8d4a99..f82ec8da 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 91623086..8ddf2be3 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 dd5184fe..dd40cd93 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 e080447d..217b66ef 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 61689933..e1254794 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 e98eac3a..340247ee 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 b2648749..9315e245 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 80051fff..08fa23cb 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 ca2d5986..753dcc90 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/kernel/kernel-keymanager-service/pom.xml b/kernel/kernel-keymanager-service/pom.xml
index f3ec46db..198bedec 100644
--- a/kernel/kernel-keymanager-service/pom.xml
+++ b/kernel/kernel-keymanager-service/pom.xml
@@ -6,7 +6,7 @@