From 568d3d053116691d6e0dc0d4d2cca2e024af4881 Mon Sep 17 00:00:00 2001 From: Prafulrakhade <99539100+Prafulrakhade@users.noreply.github.com> Date: Fri, 28 Nov 2025 05:59:08 +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 | 2 +- helm/keygen/Chart.yaml | 2 +- helm/keygen/values.yaml | 2 +- helm/keymanager/Chart.yaml | 2 +- helm/keymanager/values.yaml | 2 +- helm/softhsm/Chart.yaml | 2 +- helm/softhsm/values.yaml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/deploy/key-migration-utility/install.sh b/deploy/key-migration-utility/install.sh index fec971480..0f5c71c86 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.3.0-beta.4 +CHART_VERSION=1.3.0-beta.5 echo Creating $NS namespace kubectl create ns $NS diff --git a/deploy/keymanager/install.sh b/deploy/keymanager/install.sh index a4067e6dc..8cd43d579 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.3.0-beta.4 +CHART_VERSION=1.3.0-beta.5 echo Creating $NS namespace kubectl create ns $NS diff --git a/deploy/softhsm/install.sh b/deploy/softhsm/install.sh index 6cd3a8d07..16c8fec02 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.3.0-beta.4 +CHART_VERSION=1.3.0-beta.5 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 efbf46fcb..8b4374eb5 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.3.0-beta.4 +version: 1.3.0-beta.5 appVersion: "" dependencies: - name: common diff --git a/helm/key-migration-utility/values.yaml b/helm/key-migration-utility/values.yaml index 37c28d7ef..e7253373d 100644 --- a/helm/key-migration-utility/values.yaml +++ b/helm/key-migration-utility/values.yaml @@ -27,7 +27,7 @@ replicaCount: 1 image: registry: docker.io repository: mosipid/keys-migrator - tag: 1.3.0-beta.4 + tag: 1.3.0-beta.5 ## 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 ed0062a5a..5f549b70a 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.3.0-beta.4 +version: 1.3.0-beta.5 appVersion: "" dependencies: - name: common diff --git a/helm/keygen/values.yaml b/helm/keygen/values.yaml index df7995e80..9415414d2 100644 --- a/helm/keygen/values.yaml +++ b/helm/keygen/values.yaml @@ -27,7 +27,7 @@ replicaCount: 1 image: registry: docker.io repository: mosipid/keys-generator - tag: 1.3.0-beta.4 + tag: 1.3.0-beta.5 ## 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 3bcc87bcd..126cecfe8 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.3.0-beta.4 +version: 1.3.0-beta.5 appVersion: "" dependencies: - name: common diff --git a/helm/keymanager/values.yaml b/helm/keymanager/values.yaml index c7daf9721..35c48ba73 100644 --- a/helm/keymanager/values.yaml +++ b/helm/keymanager/values.yaml @@ -47,7 +47,7 @@ service: image: registry: docker.io repository: mosipid/kernel-keymanager-service - tag: 1.3.0-beta.4 + tag: 1.3.0-beta.5 ## 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/softhsm/Chart.yaml b/helm/softhsm/Chart.yaml index e9b87215b..004b69e17 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.3.0-beta.4 +version: 1.3.0-beta.5 appVersion: "" dependencies: - name: common diff --git a/helm/softhsm/values.yaml b/helm/softhsm/values.yaml index 4e4fce843..e02be2a32 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.3.0-beta.5" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From dda9cb3fa6510163277afe81820d3ac4437bc93f Mon Sep 17 00:00:00 2001 From: Praful Rakhade Date: Fri, 28 Nov 2025 11:33:04 +0530 Subject: [PATCH 2/2] [DSD-9365] inji-certify 0.13.0 release Signed-off-by: Praful Rakhade --- helm/softhsm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/softhsm/values.yaml b/helm/softhsm/values.yaml index e02be2a32..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.3.0-beta.5" + tag: "v2" imagePullSecrets: [] nameOverride: "" fullnameOverride: ""