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 Jun 8, 2020
1 parent 2a076c9 commit b6b1229
Show file tree
Hide file tree
Showing 4 changed files with 8 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Currently, there is a single version of this chart for all the versions of Nuxeo

This chart has the following dependencies as subcharts:

- [MongoDB](https://github.com/helm/charts/tree/master/stable/mongodb/values.yaml)
- [MongoDB](https://github.com/bitnami/charts/blob/master/bitnami/mongodb/values.yaml)
- [Postgresql](https://github.com/helm/charts/tree/master/stable/postgresql/values.yaml)
- [Elasticsearch](https://github.com/helm/charts/tree/master/stable/elasticsearch/values.yaml)
- [Kafka/ZooKeeper](https://github.com/helm/charts/tree/master/incubator/kafka/values.yaml)
Expand Down
4 changes: 2 additions & 2 deletions nuxeo/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ dependencies:
tags:
- kafka
- name: mongodb
version: ~7.8.0
repository: https://kubernetes-charts.storage.googleapis.com/
version: ~7.14.2
repository: https://charts.bitnami.com/bitnami
condition: nuxeo.mongodb.deploy
alias: mongodb
tags:
Expand Down
4 changes: 3 additions & 1 deletion nuxeo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@ 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
serviceAccount:
create: false
persistence:
enabled: false
resources:
Expand Down

0 comments on commit b6b1229

Please sign in to comment.