Skip to content

Commit

Permalink
[MOSIP-25476] updated repo for minio chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ckm007 committed Dec 27, 2022
1 parent c813620 commit e7e114c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/v3/external/object-store/minio/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kubectl create ns $NS
kubectl label ns $NS istio-injection=enabled --overwrite

echo Installing minio
helm -n minio install minio bitnami/minio --version 10.1.6
helm -n minio install minio mosip/minio --version 10.1.6

echo Installing gateways and virtualservice
EXTERNAL_HOST=$(kubectl get cm global -o jsonpath={.data.mosip-minio-host})
Expand Down

0 comments on commit e7e114c

Please sign in to comment.