Skip to content

Commit

Permalink
Merge pull request #938 from ckm007/release-1.5.x
Browse files Browse the repository at this point in the history
[DSD-6382] updated correct onboarder chart version
  • Loading branch information
ckm007 authored Oct 7, 2024
2 parents 80a65e8 + 8b96f25 commit 1ae3f87
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions deploy/esignet-global-cm.yaml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ metadata:
namespace: esignet
data:
mosip-version: develop
imstallation-domain: sandbox.xyz.net
mosip-api-host: api.sandbox.xyz.net
mosip-iam-external-host: iam.sandbox.xyz.net
mosip-api-internal-host: api-internal.sandbox.xyz.net
Expand Down
2 changes: 0 additions & 2 deletions deploy/keycloak/keycloak-init-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ keycloak:
"actionTokenGeneratedByUserLifespan": 300
"passwordPolicy": "length(8)"
"resetPasswordAllowed": 'True'
"registrationAllowed": 'True'
"verifyEmail": 'True'
"bruteForceProtected": 'True'
"permanentLockout": 'False'
"maxFailureWaitSeconds": 900
Expand Down
6 changes: 4 additions & 2 deletions partner-onboarder/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [ "$flag" = "n" ]; then
fi

NS=esignet
CHART_VERSION=1.5.0-ES-develop
CHART_VERSION=1.5.0-es-develop

echo Create $NS namespace
kubectl create ns $NS || true
Expand Down Expand Up @@ -113,7 +113,9 @@ function installing_onboarder() {
-f values.yaml \
--version $CHART_VERSION \
--wait --wait-for-jobs
echo "Partner onboarded successfully and reports are moved to S3 or NFS"
echo "Partner onboarder executed and reports are moved to S3 or NFS please check the same to make sure partner was onboarded sucessfully."
kubectl rollout restart deployment -n esignet esignet
echo eSignet MISP License Key updated successfully to eSignet.
return 0
fi
}
Expand Down

0 comments on commit 1ae3f87

Please sign in to comment.