Skip to content

Commit f7b38fd

Browse files
authored
Merge pull request #277 from ThinkDeepTech/hm/helm
2 parents 82229d7 + 26315ec commit f7b38fd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.circleci/config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ jobs:
270270
command: helm uninstall mongodb-latest
271271
- run:
272272
name: Install MongoDB
273-
command: helm install --set auth.enabled=false --set auth.rootPassword=$MONGODB_ROOT_PASSWORD mongodb-latest bitnami/mongodb
273+
command: helm install --set readinessProbe.enabled=false --set auth.enabled=false --set auth.rootPassword=$MONGODB_ROOT_PASSWORD mongodb-latest bitnami/mongodb --version="11.0.3"
274274

275275
deploy_ui:
276276
docker:
@@ -298,15 +298,15 @@ workflows:
298298
branches:
299299
only: master
300300

301-
# - deploy_mongodb:
302-
# filters:
303-
# branches:
304-
# only: master
301+
- deploy_mongodb:
302+
filters:
303+
branches:
304+
only: master
305305

306306
- build_and_deploy_microservice_collection:
307307
requires:
308308
- deploy_kafka
309-
# - deploy_mongodb
309+
- deploy_mongodb
310310
filters:
311311
branches:
312312
only: master
@@ -315,14 +315,14 @@ workflows:
315315
requires:
316316
- build_and_deploy_microservice_collection
317317
- deploy_kafka
318-
# - deploy_mongodb
318+
- deploy_mongodb
319319
filters:
320320
branches:
321321
only: master
322322

323323
- build_and_deploy_microservice_configuration:
324-
# requires:
325-
# - deploy_mongodb
324+
requires:
325+
- deploy_mongodb
326326
filters:
327327
branches:
328328
only: master

0 commit comments

Comments
 (0)