Skip to content

Commit

Permalink
[DSD-6020] inji-certify 0.9.0 release (#71)
Browse files Browse the repository at this point in the history
* [DSD-6020] inji-certify 0.9.0 release

Signed-off-by: techno-467 <[email protected]>

* [DSD-6020] inji-certify 0.9.0 release

Signed-off-by: techno-467 <[email protected]>

---------

Signed-off-by: techno-467 <[email protected]>
  • Loading branch information
Prafulrakhade authored Aug 21, 2024
1 parent 9c35de1 commit 4faf8d7
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion certify-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.mosip.certify</groupId>
<artifactId>certify-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

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

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

<groupId>io.mosip.certify</groupId>
<artifactId>certify-service</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<name>certify-service</name>
<description>certify vci service</description>

Expand Down
4 changes: 2 additions & 2 deletions docker-compose/docker-compose-certify/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/inji-certify/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions helm/inji-certify/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions helm/inji-certify/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/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
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.certify</groupId>
<artifactId>certify-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<packaging>pom</packaging>
<name>certify</name>
<description>Parent project for MOSIP certify</description>
Expand Down Expand Up @@ -99,8 +99,8 @@

<java.version>21</java.version>
<jose4j.version>0.6.5</jose4j.version>
<kernel.core.version>1.3.0-SNAPSHOT</kernel.core.version>
<kernel.keymanager.version>1.3.0-SNAPSHOT</kernel.keymanager.version>
<kernel.core.version>1.3.0-beta.1</kernel.core.version>
<kernel.keymanager.version>1.3.0-beta.1</kernel.keymanager.version>
<jsonld.common.java.version>0.5.0</jsonld.common.java.version>
<springdoc-openapi-webmvc-ui-version>2.5.0</springdoc-openapi-webmvc-ui-version>
<commons.validator.version>1.7</commons.validator.version>
Expand Down Expand Up @@ -353,7 +353,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<version>1.6.14</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down

0 comments on commit 4faf8d7

Please sign in to comment.