Skip to content

Commit

Permalink
Merge pull request #1207 from mosip/ckm-patch-1
Browse files Browse the repository at this point in the history
[MOSIP-25476]
  • Loading branch information
ckm007 committed Dec 27, 2022
2 parents ab25267 + e7e114c commit d523326
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployment/v3/external/kafka/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo update

echo Installing kafka
helm -n $NS install kafka bitnami/kafka -f values.yaml --wait
helm -n $NS install kafka mosip/kafka -f values.yaml --wait

echo Installing kafka-ui
helm -n $NS install kafka-ui kafka-ui/kafka-ui -f ui-values.yaml --wait --version $CHART_VERSION
Expand Down
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
2 changes: 1 addition & 1 deletion deployment/v3/external/postgres/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kubectl create namespace $NS
kubectl label ns $NS istio-injection=enabled --overwrite

echo Installing Postgres
helm -n $NS install postgres bitnami/postgresql --version 10.16.2 -f values.yaml --wait
helm -n $NS install postgres mosip/postgresql --version 10.16.2 -f values.yaml --wait
echo Installed Postgres

echo Installing gateways and virtual services
Expand Down

0 comments on commit d523326

Please sign in to comment.