From e95d9377c8531133a2c44dc809b04dc94d4e0efe Mon Sep 17 00:00:00 2001 From: techno-467 Date: Fri, 5 Jul 2024 18:33:02 +0530 Subject: [PATCH] [DSD-5680] inji-verify 0.9.0 release changes Signed-off-by: techno-467 --- helm/inji-verify/Chart.yaml | 2 +- helm/inji-verify/install.sh | 2 +- helm/inji-verify/values.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/inji-verify/Chart.yaml b/helm/inji-verify/Chart.yaml index 7ff81a3d..67a12879 100644 --- a/helm/inji-verify/Chart.yaml +++ b/helm/inji-verify/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: injiverify description: A Helm chart for MOSIP injiverify module type: application -version: 0.0.1-develop +version: 0.9.0 appVersion: "" dependencies: - name: common diff --git a/helm/inji-verify/install.sh b/helm/inji-verify/install.sh index 58c7c4a1..cc879096 100755 --- a/helm/inji-verify/install.sh +++ b/helm/inji-verify/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=injiverify -CHART_VERSION=0.0.1-develop +CHART_VERSION=0.9.0 DEFAULT_MOSIP_INJIVERIFY_HOST=$( kubectl get cm global -n config-server -o jsonpath={.data.mosip-injiverify-host} ) # Check if MOSIP_INJIVERIFY_HOST is present under configmap/global of configserver diff --git a/helm/inji-verify/values.yaml b/helm/inji-verify/values.yaml index 2128c2c8..fa84ec51 100755 --- a/helm/inji-verify/values.yaml +++ b/helm/inji-verify/values.yaml @@ -51,8 +51,8 @@ service: image: registry: docker.io - repository: mosipdev/inji-verify - tag: develop + repository: mosipid/inji-verify + tag: 0.9.0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'