From 5f10ad34cd818328e9b431f84b497824afc914f2 Mon Sep 17 00:00:00 2001 From: techno-467 Date: Tue, 21 May 2024 18:39:11 +0530 Subject: [PATCH] [DSD-5313] inji-verify 0.8.1 release Signed-off-by: techno-467 --- helm/inji-verify/Chart.yaml | 2 +- helm/inji-verify/install.sh | 2 +- helm/inji-verify/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/inji-verify/Chart.yaml b/helm/inji-verify/Chart.yaml index ab9e11bb..aa60d407 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.8.0 +version: 0.8.1 appVersion: "" dependencies: - name: common diff --git a/helm/inji-verify/install.sh b/helm/inji-verify/install.sh index edfc8b02..15a15c1a 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.8.0 +CHART_VERSION=0.8.1 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 72b5e016..51fcfbe4 100755 --- a/helm/inji-verify/values.yaml +++ b/helm/inji-verify/values.yaml @@ -52,7 +52,7 @@ service: image: registry: docker.io repository: mosipid/inji-verify - tag: 0.8.0 + tag: 0.8.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'