Skip to content

Commit

Permalink
[MOSIP-25379] updated keycloak to be pulled from mosip
Browse files Browse the repository at this point in the history
  • Loading branch information
ckm007 authored Dec 21, 2022
1 parent 1a3b38e commit ab25267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/v3/external/iam/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo update

echo Installing
helm -n $NS install $SERVICE_NAME bitnami/keycloak --version "7.1.18" --set image.repository=mosipqa/mosip-keycloak --set image.tag=16.1.1-debian-10-r85 -f values.yaml --wait
helm -n $NS install $SERVICE_NAME mosip/keycloak --version "7.1.18" --set image.repository=mosipqa/mosip-keycloak --set image.tag=16.1.1-debian-10-r85 -f values.yaml --wait

EXTERNAL_HOST=$(kubectl get cm global -o jsonpath={.data.mosip-iam-external-host})
echo Install Istio gateway, virtual service
Expand Down

0 comments on commit ab25267

Please sign in to comment.