Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions admin/admin-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>io.mosip.admin</groupId>
<artifactId>admin-parent</artifactId>
<version>1.3.0</version>
<version>1.3.1-SNAPSHOT</version>
</parent>
<artifactId>admin-service</artifactId>
<name>admin-service</name>
<version>1.3.0</version>
<version>1.3.1-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<packaging>jar</packaging>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion admin/hotlist-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.hotlist</groupId>
<artifactId>hotlist-service</artifactId>
<version>1.3.0</version>
<version>1.3.1-SNAPSHOT</version>
<name>Hotlist Service</name>
<description>Service to block/unblock ids in MOSIP</description>
<url>https://github.com/mosip/admin-services</url>
Expand Down
2 changes: 1 addition & 1 deletion admin/kernel-masterdata-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<name>kernel-masterdata-service</name>
<description>Mosip commons project </description>
<url>https://github.com/mosip/commons</url>
<version>1.3.0</version>
<version>1.3.1-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Expand Down
2 changes: 1 addition & 1 deletion admin/kernel-syncdata-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>kernel-syncdata-service</name>
<description>Mosip commons project </description>
<url>https://github.com/mosip/commons</url>
<version>1.3.0</version>
<version>1.3.1-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Expand Down
2 changes: 1 addition & 1 deletion admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.mosip.admin</groupId>
<artifactId>admin-parent</artifactId>
<version>1.3.0</version>
<version>1.3.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>admin</name>
Expand Down
4 changes: 2 additions & 2 deletions api-test/pom.xml
Comment thread
kameshsr marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<name>apitest-masterdata</name>
<description>Parent project of MOSIP Admin Services apitests</description>
<url>https://github.com/mosip/admin-services</url>
<version>1.3.0</version>
<version>1.3.1-SNAPSHOT</version>

<licenses>
<license>
Expand Down Expand Up @@ -62,7 +62,7 @@
<central.publishing.maven.plugin.version>0.7.0</central.publishing.maven.plugin.version>

<git.commit.id.plugin.version>3.0.1</git.commit.id.plugin.version>
<fileName>apitest-masterdata-1.3.0-jar-with-dependencies</fileName>
<fileName>apitest-masterdata-1.3.1-SNAPSHOT-jar-with-dependencies</fileName>
</properties>

<dependencies>
Expand Down
Comment thread
kameshsr marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
\echo 'Rollback Queries not required for transition from $CURRENT_VERSION to $UPGRADE_VERSION'
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
\echo 'Upgrade Queries not required for transition from $CURRENT_VERSION to $UPGRADE_VERSION'
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
\echo 'Rollback Queries not required for transition from $CURRENT_VERSION to $UPGRADE_VERSION'
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
\echo 'Upgrade Queries not required for transition from $CURRENT_VERSION to $UPGRADE_VERSION'
4 changes: 2 additions & 2 deletions deploy/admin-apitestrig/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ modules:
masterdata:
enabled: true
image:
repository: mosipid/apitest-masterdata
tag: 1.3.0
repository: mosipqa/apitest-masterdata
tag: 1.3.x
pullPolicy: Always
2 changes: 1 addition & 1 deletion deploy/admin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

NS=admin
KNS=kernel
CHART_VERSION=1.3.0
CHART_VERSION=1.3.1-develop
COPY_UTIL=../copy_cm_func.sh

echo Create $NS namespace
Expand Down
2 changes: 1 addition & 1 deletion helm/admin-hotlist/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: admin-hotlist
description: A Helm chart for MOSIP Admin Hotlist
type: application
version: 1.3.0
version: 1.3.1-develop
appVersion: ""
dependencies:
- name: common
Expand Down
4 changes: 2 additions & 2 deletions helm/admin-hotlist/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ service:
externalTrafficPolicy: Cluster
image:
registry: docker.io
repository: mosipid/hotlist-service
tag: 1.3.0
repository: mosipqa/hotlist-service
tag: 1.3.x
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
2 changes: 1 addition & 1 deletion helm/admin-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: admin-service
description: A Helm chart for MOSIP Admin module
type: application
version: 1.3.0
version: 1.3.1-develop
appVersion: ""
dependencies:
- name: common
Expand Down
4 changes: 2 additions & 2 deletions helm/admin-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ service:
externalTrafficPolicy: Cluster
image:
registry: docker.io
repository: mosipid/admin-service
tag: 1.3.0
repository: mosipqa/admin-service
tag: 1.3.x
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
2 changes: 1 addition & 1 deletion helm/masterdata/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: masterdata
description: A Helm chart for MOSIP Masterdata module
type: application
version: 1.3.0
version: 1.3.1-develop
appVersion: ""
dependencies:
- name: common
Expand Down
4 changes: 2 additions & 2 deletions helm/masterdata/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ service:
externalTrafficPolicy: Cluster
image:
registry: docker.io
repository: mosipid/kernel-masterdata-service
tag: 1.3.0
repository: mosipqa/kernel-masterdata-service
tag: 1.3.x
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
2 changes: 1 addition & 1 deletion helm/syncdata/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: syncdata
description: A Helm chart for MOSIP Syncdata module
type: application
version: 1.3.0
version: 1.3.1-develop
appVersion: ""
dependencies:
- name: common
Expand Down
4 changes: 2 additions & 2 deletions helm/syncdata/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ service:
externalTrafficPolicy: Cluster
image:
registry: docker.io
repository: mosipid/kernel-syncdata-service
tag: 1.3.0
repository: mosipqa/kernel-syncdata-service
tag: 1.3.x
## Specify a imagePllPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
Loading