Skip to content

Commit

Permalink
Merge pull request #70 from Prafulrakhade/release-0.8.0
Browse files Browse the repository at this point in the history
[DSD-5313] inji-web 0.8.1 release
  • Loading branch information
ckm007 authored May 21, 2024
2 parents 89fcd8e + a11dd80 commit 94b2680
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/inji-web/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/inji-web/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/inji-web/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 94b2680

Please sign in to comment.