Skip to content

Commit

Permalink
[DSD-5111] release inji-web v0.8.0 changes (#39)
Browse files Browse the repository at this point in the history
* [DSD-5111] Update Chart.yaml

Signed-off-by: shubham_G <[email protected]>

* Update install.sh

Signed-off-by: shubham_G <[email protected]>

* Update values.yaml

Signed-off-by: shubham_G <[email protected]>

---------

Signed-off-by: shubham_G <[email protected]>
  • Loading branch information
shubham17998 authored Apr 25, 2024
1 parent 2888a69 commit 80d0fb5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.0.1
version: 0.8.0
appVersion: ""
dependencies:
- name: common
Expand Down
4 changes: 2 additions & 2 deletions 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.0.1
CHART_VERSION=0.8.0

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 Expand Up @@ -71,4 +71,4 @@ set -o errexit ## set -e : exit the script if any statement returns a non-true
set -o nounset ## set -u : exit the script if you try to use an uninitialised variable
set -o errtrace # trace ERR through 'time command' and other functions
set -o pipefail # trace ERR through pipes
installing_inji-web # calling function
installing_inji-web # calling function
4 changes: 2 additions & 2 deletions helm/inji-web/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ service:

image:
registry: docker.io
repository: mosipdev/inji-web
tag: develop
repository: mosipid/inji-web
tag: 0.8.0

## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down

0 comments on commit 80d0fb5

Please sign in to comment.