Skip to content

Commit

Permalink
NXP-29156: Upgrade mongodb chart to bitnami one
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinleturc committed May 25, 2020
1 parent 2a076c9 commit 0c825a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ pipeline {
helm repo add kubernetes-charts https://kubernetes-charts.storage.googleapis.com/
helm repo add kubernetes-charts-incubator http://storage.googleapis.com/kubernetes-charts-incubator
helm repo add bitnami https://charts.bitnami.com/bitnami
helm dependency update ${CHART_NAME}
Expand All @@ -115,7 +116,7 @@ pipeline {
jx step helm install ${CHART_NAME} \
--name=${TEST_RELEASE} \
--namespace=${TEST_NAMESPACE} \
--set=nuxeo.image.tag=11.1-SNAPSHOT # TODO remove when NXP-28504 is done and the latest tag (default) is available
--set=nuxeo.image.tag=11.x # TODO remove when NXP-28504 is done and the latest tag (default) is available
"""

// check deployment status, exits if not OK
Expand Down
6 changes: 3 additions & 3 deletions nuxeo/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ dependencies:
alias: kafka
tags:
- kafka
- name: mongodb
version: ~7.8.0
repository: https://kubernetes-charts.storage.googleapis.com/
- name: bitnami/mongodb
version: ~7.14.2
repository: https://charts.bitnami.com/bitnami
condition: nuxeo.mongodb.deploy
alias: mongodb
tags:
Expand Down
2 changes: 1 addition & 1 deletion nuxeo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ nuxeo:
## Values overridden from the MongoDB chart: https://github.com/helm/charts/blob/master/stable/mongodb/values.yaml
mongodb:
image:
tag: "4.2.3"
tag: "4.2.7"
usePassword: false
persistence:
enabled: false
Expand Down

0 comments on commit 0c825a2

Please sign in to comment.