diff --git a/README.md b/README.md
index 184cd63d..63c466f3 100644
--- a/README.md
+++ b/README.md
@@ -207,5 +207,5 @@ Execute installation script
* [Registry](https://github.com/challabeehyv/sunbird-devops/tree/main/deploy-as-code/helm/demo-mosip-registry)
* [Credential service, Credential schema service & Identity service](https://github.com/Sunbird-RC/devops/tree/main/deploy-as-code/helm/v2)
* [Vault](https://github.com/challabeehyv/sunbird-devops/blob/main/deploy-as-code/helm/v2/README.md#vault-deployment)
- * [Esignet](https://github.com/mosip/esignet/tree/release-1.4.x/helm)
- * [Certify](https://github.com/mosip/inji-certify/tree/release-0.9.x/helm/inji-certify)
+ * [Esignet](https://github.com/mosip/esignet/tree/v1.4.0/helm)
+ * [Certify](https://github.com/mosip/inji-certify/tree/v0.9.0/helm/inji-certify)
diff --git a/certify-core/pom.xml b/certify-core/pom.xml
index b710bfd2..35340f30 100644
--- a/certify-core/pom.xml
+++ b/certify-core/pom.xml
@@ -10,7 +10,7 @@
io.mosip.certify
certify-parent
- 0.9.0-SNAPSHOT
+ 0.9.0
io.mosip.certify
diff --git a/certify-integration-api/pom.xml b/certify-integration-api/pom.xml
index d98e24e7..20dcd46e 100644
--- a/certify-integration-api/pom.xml
+++ b/certify-integration-api/pom.xml
@@ -6,7 +6,7 @@
io.mosip.certify
certify-parent
- 0.9.0-SNAPSHOT
+ 0.9.0
io.mosip.certify
diff --git a/certify-service/pom.xml b/certify-service/pom.xml
index cbe5818d..a1685533 100644
--- a/certify-service/pom.xml
+++ b/certify-service/pom.xml
@@ -9,12 +9,12 @@
io.mosip.certify
certify-parent
- 0.9.0-SNAPSHOT
+ 0.9.0
io.mosip.certify
certify-service
- 0.9.0-SNAPSHOT
+ 0.9.0
certify-service
certify vci service
diff --git a/docker-compose/docker-compose-certify/docker-compose.yml b/docker-compose/docker-compose-certify/docker-compose.yml
index e76c58e1..0c7ae9cd 100644
--- a/docker-compose/docker-compose-certify/docker-compose.yml
+++ b/docker-compose/docker-compose-certify/docker-compose.yml
@@ -15,7 +15,7 @@ services:
networks:
- network
artifactory-server:
- image: 'mosipqa/artifactory-server:0.9.0-INJI'
+ image: 'mosipid/artifactory-server:0.9.0-INJI'
ports:
- 8080:8080
networks:
@@ -94,7 +94,7 @@ services:
networks:
- network
certify:
- image: mosipqa/inji-certify:0.9.x
+ image: mosipid/inji-certify:0.9.0
user: root
ports:
- 8090:8090
diff --git a/helm/inji-certify/Chart.yaml b/helm/inji-certify/Chart.yaml
index 8982fc60..9077c3cd 100644
--- a/helm/inji-certify/Chart.yaml
+++ b/helm/inji-certify/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
name: inji-certify
description: A Helm chart for MOSIP inji-certify module
type: application
-version: 0.0.1-develop
+version: 0.9.0
appVersion: ""
dependencies:
- name: common
diff --git a/helm/inji-certify/install.sh b/helm/inji-certify/install.sh
index b170a720..4ab73d0c 100755
--- a/helm/inji-certify/install.sh
+++ b/helm/inji-certify/install.sh
@@ -7,13 +7,13 @@ if [ $# -ge 1 ] ; then
fi
SOFTHSM_NS=softhsm
-SOFTHSM_CHART_VERSION=0.0.1-develop
+SOFTHSM_CHART_VERSION=12.0.1
echo Create $SOFTHSM_NS namespace
kubectl create ns $SOFTHSM_NS
NS=inji-certify
-CHART_VERSION=0.0.1-develop
+CHART_VERSION=0.9.0
echo Create $NS namespace
kubectl create ns $NS
diff --git a/helm/inji-certify/values.yaml b/helm/inji-certify/values.yaml
index 2586a1f1..41429770 100644
--- a/helm/inji-certify/values.yaml
+++ b/helm/inji-certify/values.yaml
@@ -52,8 +52,8 @@ service:
image:
registry: docker.io
- repository: mosipqa/inji-certify
- tag: develop
+ repository: mosipid/inji-certify
+ tag: 0.9.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/pom.xml b/pom.xml
index 466fa146..fa6eb596 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
4.0.0
io.mosip.certify
certify-parent
- 0.9.0-SNAPSHOT
+ 0.9.0
pom
certify
Parent project for MOSIP certify
@@ -99,8 +99,8 @@
21
0.6.5
- 1.3.0-SNAPSHOT
- 1.3.0-SNAPSHOT
+ 1.3.0-beta.1
+ 1.3.0-beta.1
0.5.0
2.5.0
1.7
@@ -353,7 +353,7 @@
org.sonatype.plugins
nexus-staging-maven-plugin
- 1.6.7
+ 1.6.14
true
ossrh