diff --git a/api-test/pom.xml b/api-test/pom.xml
index f6e6440db..26db4c69b 100644
--- a/api-test/pom.xml
+++ b/api-test/pom.xml
@@ -8,7 +8,7 @@
apitest-esignet
Parent project of MOSIP Esignet apitests
https://github.com/mosip/esignet
- 1.8.0-SNAPSHOT
+ 1.8.0
@@ -61,7 +61,7 @@
2.2.1
3.0.1
- apitest-esignet-1.8.0-SNAPSHOT-jar-with-dependencies
+ apitest-esignet-1.8.0-jar-with-dependencies
diff --git a/binding-service-impl/pom.xml b/binding-service-impl/pom.xml
index e7052fbfb..675ce0431 100644
--- a/binding-service-impl/pom.xml
+++ b/binding-service-impl/pom.xml
@@ -8,7 +8,7 @@
io.mosip.esignet
esignet-parent
- 1.8.0-SNAPSHOT
+ 1.8.0
io.mosip.esignet
diff --git a/client-management-service-impl/pom.xml b/client-management-service-impl/pom.xml
index 93f7bc901..92957b349 100644
--- a/client-management-service-impl/pom.xml
+++ b/client-management-service-impl/pom.xml
@@ -6,7 +6,7 @@
io.mosip.esignet
esignet-parent
- 1.8.0-SNAPSHOT
+ 1.8.0
client-management-service-impl
diff --git a/consent-service-impl/pom.xml b/consent-service-impl/pom.xml
index 2ca38c576..0eaa0912f 100644
--- a/consent-service-impl/pom.xml
+++ b/consent-service-impl/pom.xml
@@ -9,7 +9,7 @@
io.mosip.esignet
esignet-parent
- 1.8.0-SNAPSHOT
+ 1.8.0
io.mosip.esignet
diff --git a/db_scripts/init_values.yaml b/db_scripts/init_values.yaml
index 3bd82f201..42f3849e5 100644
--- a/db_scripts/init_values.yaml
+++ b/db_scripts/init_values.yaml
@@ -12,4 +12,4 @@ databases:
name: postgres-postgresql
key: postgres-password
dml: 1
- branch: develop
+ branch: v0.8.0
diff --git a/deploy/esignet-apitestrig/install.sh b/deploy/esignet-apitestrig/install.sh
index e63bb3b68..d783ca1d8 100755
--- a/deploy/esignet-apitestrig/install.sh
+++ b/deploy/esignet-apitestrig/install.sh
@@ -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
diff --git a/deploy/esignet-apitestrig/values.yaml b/deploy/esignet-apitestrig/values.yaml
index f240990c3..824546d2a 100644
--- a/deploy/esignet-apitestrig/values.yaml
+++ b/deploy/esignet-apitestrig/values.yaml
@@ -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:
diff --git a/deploy/esignet/install.sh b/deploy/esignet/install.sh
index 87138a7a6..c176c83ea 100755
--- a/deploy/esignet/install.sh
+++ b/deploy/esignet/install.sh
@@ -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
diff --git a/deploy/postgres/init_values.yaml b/deploy/postgres/init_values.yaml
index 047c8c89a..7a52fec92 100644
--- a/deploy/postgres/init_values.yaml
+++ b/deploy/postgres/init_values.yaml
@@ -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
diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml
index dfa353a59..aed2ac61d 100644
--- a/docker-compose/docker-compose.yml
+++ b/docker-compose/docker-compose.yml
@@ -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
@@ -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
@@ -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
diff --git a/esignet-core/pom.xml b/esignet-core/pom.xml
index 1b9720361..8b0a35196 100644
--- a/esignet-core/pom.xml
+++ b/esignet-core/pom.xml
@@ -9,7 +9,7 @@
io.mosip.esignet
esignet-parent
- 1.8.0-SNAPSHOT
+ 1.8.0
io.mosip.esignet
diff --git a/esignet-integration-api/pom.xml b/esignet-integration-api/pom.xml
index 2933baa98..2c3fd78c4 100644
--- a/esignet-integration-api/pom.xml
+++ b/esignet-integration-api/pom.xml
@@ -6,7 +6,7 @@
io.mosip.esignet
esignet-parent
- 1.8.0-SNAPSHOT
+ 1.8.0
io.mosip.esignet
diff --git a/esignet-service/pom.xml b/esignet-service/pom.xml
index ca484bf14..fbddcb425 100644
--- a/esignet-service/pom.xml
+++ b/esignet-service/pom.xml
@@ -8,12 +8,12 @@
io.mosip.esignet
esignet-parent
- 1.8.0-SNAPSHOT
+ 1.8.0
io.mosip.esignet
esignet-service
- 1.8.0-SNAPSHOT
+ 1.8.0
esignet-service
e-Signet OIDC Service
diff --git a/esignet-with-plugins/Dockerfile b/esignet-with-plugins/Dockerfile
index 526a5eccc..23ff63ddc 100644
--- a/esignet-with-plugins/Dockerfile
+++ b/esignet-with-plugins/Dockerfile
@@ -1,4 +1,4 @@
-FROM mosipdev/esignet:release-1.8.x
+FROM mosipid/esignet:1.8.0
ARG SOURCE
ARG COMMIT_HASH
diff --git a/esignet-with-plugins/pom.xml b/esignet-with-plugins/pom.xml
index 4469bc55a..c6e1cd480 100644
--- a/esignet-with-plugins/pom.xml
+++ b/esignet-with-plugins/pom.xml
@@ -8,11 +8,11 @@
io.mosip.esignet
esignet-parent
- 1.8.0-SNAPSHOT
+ 1.8.0
esignet-with-plugins
- 1.8.0-SNAPSHOT
+ 1.8.0
esignet-with-plugins
pom
Project of MOSIP e-Signet with Plugins
@@ -75,11 +75,11 @@
target
- 1.4.0-SNAPSHOT
+ 1.4.0
esignet-mock-plugin.jar
- 1.4.0-SNAPSHOT
+ 1.4.0
mosip-identity-plugin.jar
- 1.4.0-SNAPSHOT
+ 1.4.0
sunbird-rc-plugin.jar
diff --git a/helm/esignet/values.yaml b/helm/esignet/values.yaml
index 0a203951a..1adc3de2a 100644
--- a/helm/esignet/values.yaml
+++ b/helm/esignet/values.yaml
@@ -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
diff --git a/helm/oidc-ui/values.yaml b/helm/oidc-ui/values.yaml
index 6aaeb795f..7799fe33d 100755
--- a/helm/oidc-ui/values.yaml
+++ b/helm/oidc-ui/values.yaml
@@ -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'
diff --git a/oidc-service-impl/pom.xml b/oidc-service-impl/pom.xml
index 3795f09c3..b3d4b30f3 100644
--- a/oidc-service-impl/pom.xml
+++ b/oidc-service-impl/pom.xml
@@ -6,7 +6,7 @@
io.mosip.esignet
esignet-parent
- 1.8.0-SNAPSHOT
+ 1.8.0
oidc-service-impl
diff --git a/partner-onboarder/install.sh b/partner-onboarder/install.sh
index 255b6291f..43f18eb91 100755
--- a/partner-onboarder/install.sh
+++ b/partner-onboarder/install.sh
@@ -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
diff --git a/pom.xml b/pom.xml
index 0aacc02f7..ec9ea9174 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
4.0.0
io.mosip.esignet
esignet-parent
- 1.8.0-SNAPSHOT
+ 1.8.0
pom
esignet
Parent project of MOSIP e-Signet