Skip to content
Closed
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 api-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<name>apitest-esignet</name>
<description>Parent project of MOSIP Esignet apitests</description>
<url>https://github.com/mosip/esignet</url>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>

<licenses>
<license>
Expand Down Expand Up @@ -61,7 +61,7 @@
<maven.source.plugin.version>2.2.1</maven.source.plugin.version>

<git.commit.id.plugin.version>3.0.1</git.commit.id.plugin.version>
<fileName>apitest-esignet-1.8.0-SNAPSHOT-jar-with-dependencies</fileName>
<fileName>apitest-esignet-1.8.0-jar-with-dependencies</fileName>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion binding-service-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>io.mosip.esignet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion client-management-service-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<artifactId>client-management-service-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion consent-service-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>io.mosip.esignet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion db_scripts/init_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ databases:
name: postgres-postgresql
key: postgres-password
dml: 1
branch: develop
branch: v0.8.0
2 changes: 1 addition & 1 deletion deploy/esignet-apitestrig/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=esignet
CHART_VERSION=1.4.0
CHART_VERSION=1.5.0
COPY_UTIL=../copy_cm_func.sh

echo Create $NS namespace
Expand Down
4 changes: 2 additions & 2 deletions deploy/esignet-apitestrig/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ modules:
esignet:
enabled: true
image:
repository: mosipqa/apitest-esignet
tag: 1.8.x
repository: mosipid/apitest-esignet
tag: 1.8.0
pullPolicy: Always

extraEnvVarsCM:
Expand Down
2 changes: 1 addition & 1 deletion deploy/esignet/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function installing_esignet() {
echo Installing esignet
helm -n $NS install esignet mosip/esignet --version $CHART_VERSION \
$ESIGNET_HELM_ARGS \
--set image.repository=mosipdev/esignet --set image.tag=develop \
--set image.repository=mosipid/esignet --set image.tag=1.8.0 \
$ENABLE_INSECURE $plugin_option \
--set metrics.serviceMonitor.enabled=$servicemonitorflag -f values.yaml --wait

Expand Down
2 changes: 1 addition & 1 deletion deploy/postgres/init_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ databases:
key: postgres-password
dml: 1
repoUrl: https://github.com/mosip/esignet.git
branch: release-1.8.x
branch: v1.8.0

mosip_master:
enabled: false
Expand Down
6 changes: 3 additions & 3 deletions docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
restart: always

mock-identity-system:
image: "mosipdev/mock-identity-system:release-0.13.x"
image: "mosipid/mock-identity-system:0.13.0"
user: root
ports:
- 8082:8082
Expand All @@ -33,7 +33,7 @@ services:
- database

esignet:
image: "mosipdev/esignet-with-plugins:release-1.8.x"
image: "mosipid/esignet-with-plugins:1.8.0"
user: root
ports:
- 8088:8088
Expand All @@ -57,7 +57,7 @@ services:
- redis

esignet-ui:
image: "mosipdev/oidc-ui:release-1.8.x"
image: "mosipid/oidc-ui:1.8.0"
user: root
ports:
- 3000:3000
Expand Down
2 changes: 1 addition & 1 deletion esignet-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>io.mosip.esignet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion esignet-integration-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>io.mosip.esignet</groupId>
Expand Down
4 changes: 2 additions & 2 deletions esignet-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<parent>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-service</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
<name>esignet-service</name>
<description>e-Signet OIDC Service</description>

Expand Down
2 changes: 1 addition & 1 deletion esignet-with-plugins/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mosipdev/esignet:release-1.8.x
FROM mosipid/esignet:1.8.0

ARG SOURCE
ARG COMMIT_HASH
Expand Down
10 changes: 5 additions & 5 deletions esignet-with-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<parent>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<artifactId>esignet-with-plugins</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
<name>esignet-with-plugins</name>
<packaging>pom</packaging>
<description> Project of MOSIP e-Signet with Plugins</description>
Expand Down Expand Up @@ -75,11 +75,11 @@

<properties>
<esignet-plugins.location>target</esignet-plugins.location>
<mock-plugin.version>1.4.0-SNAPSHOT</mock-plugin.version>
<mock-plugin.version>1.4.0</mock-plugin.version>
<mock-plugin.fileName>esignet-mock-plugin.jar</mock-plugin.fileName>
<mosip-identity-plugin.version>1.4.0-SNAPSHOT</mosip-identity-plugin.version>
<mosip-identity-plugin.version>1.4.0</mosip-identity-plugin.version>
<mosip-identity-plugin.fileName>mosip-identity-plugin.jar</mosip-identity-plugin.fileName>
<sunbird-rc-plugin.version>1.4.0-SNAPSHOT</sunbird-rc-plugin.version>
<sunbird-rc-plugin.version>1.4.0</sunbird-rc-plugin.version>
<sunbird-rc-plugin.fileName>sunbird-rc-plugin.jar</sunbird-rc-plugin.fileName>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions helm/esignet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ service:

image:
registry: docker.io
repository: mosipqa/esignet-with-plugins
tag: 1.8.x
repository: mosipid/esignet-with-plugins
tag: 1.8.0
## 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
4 changes: 2 additions & 2 deletions helm/oidc-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ service:

image:
registry: docker.io
repository: mosipqa/oidc-ui
tag: 1.8.x
repository: mosipid/oidc-ui
tag: 1.8.0

## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
2 changes: 1 addition & 1 deletion oidc-service-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<artifactId>oidc-service-impl</artifactId>
Expand Down
3 changes: 1 addition & 2 deletions partner-onboarder/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ fi

NS=esignet
ESIGNET_SERVICE_NAME=esignet
CHART_VERSION=1.3.0-beta.2-develop

CHART_VERSION=1.3.1
echo Create $NS namespace
kubectl create ns $NS || true

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
<packaging>pom</packaging>
<name>esignet</name>
<description>Parent project of MOSIP e-Signet</description>
Expand Down
Loading