Skip to content

Commit

Permalink
[INJI-444] add changes as per feedback from Go-NoGo call (#98)
Browse files Browse the repository at this point in the history
* [INJICERT-444] add comment for esignet sunbird VCI

Signed-off-by: Harsh Vardhan <[email protected]>

* [INJICERT-444] bump up chart version as recommended

Signed-off-by: Harsh Vardhan <[email protected]>

---------

Signed-off-by: Harsh Vardhan <[email protected]>
  • Loading branch information
vharsh authored Sep 27, 2024
1 parent 49069ad commit d7bc455
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# ------------------------------------------- Integrations ------------------------------------------------------------
mosip.esignet.integration.scan-base-package=io.mosip.esignet.sunbirdrc.integration
mosip.esignet.integration.authenticator=SunbirdRCAuthenticationService
# this is a temporary workaround to circumvent eSignet crash, will get removed once eSignet removes VCI
mosip.esignet.integration.vci-plugin=MockVCIssuancePlugin
mosip.esignet.integration.key-binder=MockKeyBindingWrapperService
mosip.esignet.integration.audit-plugin=LoggerAuditService
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.9.0-develop
version: 0.9.1-develop
appVersion: ""
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion helm/inji-certify/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo Create $SOFTHSM_NS namespace
kubectl create ns $SOFTHSM_NS

NS=inji-certify
CHART_VERSION=0.9.0-develop
CHART_VERSION=0.9.1-develop

echo Create $NS namespace
kubectl create ns $NS
Expand Down

0 comments on commit d7bc455

Please sign in to comment.