Skip to content

Commit

Permalink
[DSD-6411] post inji-verify 0.10.0 release changes
Browse files Browse the repository at this point in the history
Signed-off-by: techno-467 <[email protected]>
  • Loading branch information
Prafulrakhade committed Oct 10, 2024
1 parent 415bd8c commit 285ff66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/inji-verify/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: injiverify
description: A Helm chart for MOSIP injiverify module
type: application
version: 0.10.0
version: 0.10.0-develop
appVersion: ""
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion helm/inji-verify/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=injiverify
CHART_VERSION=0.10.0
CHART_VERSION=0.10.0-develop

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
Expand Down

0 comments on commit 285ff66

Please sign in to comment.