From d7bc455fcb32d89901357c26d77561a5c27ee92a Mon Sep 17 00:00:00 2001 From: Harsh Vardhan Date: Fri, 27 Sep 2024 12:18:14 +0530 Subject: [PATCH] [INJI-444] add changes as per feedback from Go-NoGo call (#98) * [INJICERT-444] add comment for esignet sunbird VCI Signed-off-by: Harsh Vardhan * [INJICERT-444] bump up chart version as recommended Signed-off-by: Harsh Vardhan --------- Signed-off-by: Harsh Vardhan --- .../config/esignet-sunbird-insurance.properties | 1 + helm/inji-certify/Chart.yaml | 2 +- helm/inji-certify/install.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docker-compose/docker-compose-certify/config/esignet-sunbird-insurance.properties b/docker-compose/docker-compose-certify/config/esignet-sunbird-insurance.properties index 5821388c..0b5328bf 100644 --- a/docker-compose/docker-compose-certify/config/esignet-sunbird-insurance.properties +++ b/docker-compose/docker-compose-certify/config/esignet-sunbird-insurance.properties @@ -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 diff --git a/helm/inji-certify/Chart.yaml b/helm/inji-certify/Chart.yaml index 3804b499..8bb8c063 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.9.0-develop +version: 0.9.1-develop appVersion: "" dependencies: - name: common diff --git a/helm/inji-certify/install.sh b/helm/inji-certify/install.sh index 57f2d695..561f8b6a 100755 --- a/helm/inji-certify/install.sh +++ b/helm/inji-certify/install.sh @@ -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