From a11dd80918735adad05aef0cb33b2b933a09866d Mon Sep 17 00:00:00 2001 From: techno-467 Date: Tue, 21 May 2024 18:43:15 +0530 Subject: [PATCH] [DSD-5313] inji-web 0.8.1 release Signed-off-by: techno-467 --- helm/inji-web/Chart.yaml | 2 +- helm/inji-web/install.sh | 2 +- helm/inji-web/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/inji-web/Chart.yaml b/helm/inji-web/Chart.yaml index 5aefbc44..d4502d1c 100644 --- a/helm/inji-web/Chart.yaml +++ b/helm/inji-web/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: injiweb description: A Helm chart for MOSIP injiweb UI module type: application -version: 0.8.0 +version: 0.8.1 appVersion: "" dependencies: - name: common diff --git a/helm/inji-web/install.sh b/helm/inji-web/install.sh index ca76c0f2..fecb2ccc 100755 --- a/helm/inji-web/install.sh +++ b/helm/inji-web/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=injiweb -CHART_VERSION=0.8.0 +CHART_VERSION=0.8.1 DEFAULT_MOSIP_INJIWEB_HOST=$( kubectl get cm global -n config-server -o jsonpath={.data.mosip-injiweb-host} ) # Check if MOSIP_INJIWEB_HOST is present under configmap/global of configserver diff --git a/helm/inji-web/values.yaml b/helm/inji-web/values.yaml index dcf949c1..24c29f9c 100755 --- a/helm/inji-web/values.yaml +++ b/helm/inji-web/values.yaml @@ -52,7 +52,7 @@ service: image: registry: docker.io repository: mosipid/inji-web - tag: 0.8.0 + tag: 0.8.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'