Skip to content

Commit

Permalink
Merge pull request #193 from Prafulrakhade/release-0.10.x
Browse files Browse the repository at this point in the history
[DSD-6411] inji-verify 0.10.0 release changes
  • Loading branch information
swatigoel authored Oct 10, 2024
2 parents df09b10 + 5177265 commit 415bd8c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.0.1-develop
version: 0.10.0
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.0.1-develop
CHART_VERSION=0.10.0

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
8 changes: 4 additions & 4 deletions helm/inji-verify/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-verify
tag: develop
repository: mosipid/inji-verify
tag: 0.10.0

## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -248,8 +248,8 @@ extraEnvVarsCM:
- global
- config-server-share
- artifactory-share
#- softhsm-esignet-share
#- oidc-ui
# - softhsm-esignet-share
# - oidc-ui

## Secret with extra environment variables
##
Expand Down
2 changes: 1 addition & 1 deletion inji-verify/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
inji-verify:
image: mosipid/inji-verify:latest
image: mosipid/inji-verify:0.10.0
ports:
- "3000:8000"
environment:
Expand Down
2 changes: 1 addition & 1 deletion ui-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.uiautomation</groupId>
<artifactId>uitest-injiverify</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 415bd8c

Please sign in to comment.