Skip to content

Commit 5b0167b

Browse files
[DSD-8611] inji-web 0.13.1 release changes (#834)
Signed-off-by: Prafulrakhade <prafulrakhade02@gmail.com>
1 parent afc5513 commit 5b0167b

8 files changed

Lines changed: 9 additions & 9 deletions

File tree

api-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<name>apitest-mimoto</name>
99
<description>Parent project of apitest-mimoto</description>
1010
<url>https://github.com/mosip/mimoto</url>
11-
<version>0.18.1-SNAPSHOT</version>
11+
<version>0.18.1</version>
1212

1313
<licenses>
1414
<license>
@@ -61,7 +61,7 @@
6161
<maven.source.plugin.version>2.2.1</maven.source.plugin.version>
6262

6363
<git.commit.id.plugin.version>3.0.1</git.commit.id.plugin.version>
64-
<fileName>apitest-mimoto-0.18.1-SNAPSHOT-jar-with-dependencies</fileName>
64+
<fileName>apitest-mimoto-0.18.1-jar-with-dependencies</fileName>
6565
</properties>
6666

6767
<dependencies>

db_scripts/init_values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ databases:
1212
name: postgres-postgresql
1313
key: postgres-password
1414
dml: 1
15-
branch: v0.18.0
15+
branch: v0.18.1

deploy/mimoto-apitestrig/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ modules:
33
enabled: true
44
image:
55
repository: mosipid/apitest-mimoto
6-
tag: 0.18.0
6+
tag: 0.18.1
77
pullPolicy: Always

deploy/mimoto/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ $# -ge 1 ]; then
77
fi
88

99
NS=injiweb
10-
CHART_VERSION=0.18.0-develop
10+
CHART_VERSION=0.18.1
1111
KEYGEN_CHART_VERSION=1.3.0-beta.2
1212

1313
echo "Create $NS namespace"

docker-compose/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ services:
5757
- redis-data:/data
5858
mimoto-service:
5959
container_name: 'Mimoto-Service'
60-
image: 'mosipid/mimoto:0.18.0'
60+
image: 'mosipid/mimoto:0.18.1'
6161
user: root
6262
ports:
6363
- '8099:8099'

helm/mimoto/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: mimoto
33
description: A Helm chart for MOSIP mimoto Application
44
type: application
5-
version: 0.18.0-develop
5+
version: 0.18.1
66
appVersion: ""
77
dependencies:
88
- name: common

helm/mimoto/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ service:
5454
image:
5555
registry: docker.io
5656
repository: mosipid/mimoto
57-
tag: 0.18.0
57+
tag: 0.18.1
5858
## Specify a imagePullPolicy
5959
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
6060
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.mosip</groupId>
55
<artifactId>mimoto</artifactId>
6-
<version>0.18.1-SNAPSHOT</version>
6+
<version>0.18.1</version>
77
<name>mimoto</name>
88
<url>https://github.com/mosip/mimoto</url>
99
<description>Mobile server backend supporting Inji.</description>

0 commit comments

Comments
 (0)