Skip to content

Commit

Permalink
Merge pull request #1029 from Prafulrakhade/release-0.10.x-INJI
Browse files Browse the repository at this point in the history
[DSD-7171] inji certify 0.10.0 release
  • Loading branch information
Rakshitha650 authored Jan 30, 2025
2 parents c81c55a + b74a989 commit a48cb8c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions artifacts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,24 +129,24 @@
<esignet-ida-wrapper.version>1.2.0.1</esignet-ida-wrapper.version>
<esignet-ida-wrapper.fileName>esignet-ida-wrapper.jar</esignet-ida-wrapper.fileName>
<!-- esignet sunbird wrapper -->
<esignet-digital-credential-wrapper.version>0.3.0-SNAPSHOT</esignet-digital-credential-wrapper.version>
<esignet-digital-credential-wrapper.version>0.3.0</esignet-digital-credential-wrapper.version>
<esignet-digital-credential-wrapper.fileName>sunbird-rc-esignet-integration-impl.jar</esignet-digital-credential-wrapper.fileName>
<!-- latest mock-sdk -->
<mock-sdk-latest.version>1.2.0.2</mock-sdk-latest.version>

<certify-plugin.location>/usr/share/nginx/html/artifactory/libs-release-local/certify/certify-plugin</certify-plugin.location>
<!-- certify sunbird plugin -->
<certify-sunbird-plugin.version>0.3.0-SNAPSHOT</certify-sunbird-plugin.version>
<certify-sunbird-plugin.version>0.3.0</certify-sunbird-plugin.version>
<certify-sunbird-plugin.fileName>certify-sunbird-plugin.jar</certify-sunbird-plugin.fileName>
<!-- certify mosip identity plugin -->
<certify-mosip-identity-plugin.version>0.3.0-SNAPSHOT</certify-mosip-identity-plugin.version>
<certify-mosip-identity-plugin.version>0.3.0</certify-mosip-identity-plugin.version>
<certify-mosip-identity-plugin.fileName>certify-mosip-identity-plugin.jar</certify-mosip-identity-plugin.fileName>
<!-- certify mock plugin -->
<certify-mock-plugin.version>0.3.0-SNAPSHOT</certify-mock-plugin.version>
<certify-mock-plugin.version>0.3.0</certify-mock-plugin.version>
<certify-mock-plugin.fileName>certify-mock-identity-plugin.jar</certify-mock-plugin.fileName>

<!-- certify postgres plugin -->
<certify-postgres-dataprovider-plugin.version>0.3.0-SNAPSHOT</certify-postgres-dataprovider-plugin.version>
<certify-postgres-dataprovider-plugin.version>0.3.0</certify-postgres-dataprovider-plugin.version>
<certify-postgres-dataprovider-plugin.fileName>certify-postgres-dataprovider-plugin.jar</certify-postgres-dataprovider-plugin.fileName>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion deploy/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=artifactory
CHART_VERSION=0.9.1-INJI
CHART_VERSION=0.10.0-INJI

echo Create $NS namespace
kubectl create ns $NS
Expand Down
2 changes: 1 addition & 1 deletion helm/artifactory/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: artifactory
description: A Helm chart for MOSIP Artifactory
type: application
version: 0.9.1-INJI
version: 0.10.0-INJI
appVersion: ""
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion helm/artifactory/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ service:
image:
registry: docker.io
repository: mosipid/artifactory-server
tag: 0.9.1-INJI
tag: 0.10.0-INJI
## 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

0 comments on commit a48cb8c

Please sign in to comment.