Skip to content

Commit 2ce507a

Browse files
author
armab
committed
Update mongodb-replicaset 3rd party chart from 3.9.6 to 3.14.0
mongodb-replicaset `3.14.1` shows the following warning during the helm install: ``` 2020/05/13 23:42:49 Warning: Merging destination map for chart 'mongodb-ha'. The destination item 'global' is a table and ignoring the source 'global' as it has a non-table value of: <nil> 2020/05/13 23:42:49 Warning: Merging destination map for chart 'mongodb-ha'. The destination item 'global' is a table and ignoring the source 'global' as it has a non-table value of: <nil> ``` See helm/charts#21630 (comment)
1 parent c8f091d commit 2ce507a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Switch from MongoDB `3.4` to `4.0` for the mongodb-ha Helm chart (#129)
1010
* Update `etcd-operator` 3rd party chart from `0.10.0` to latest `0.10.3` (#129)
1111
* Update `rabbitmq-ha` 3rd party chart from `1.36.4` to `1.44.1` (#129)
12-
12+
* Update `mongodb-replicaset` 3rd party chart from `3.9.6` to `3.14.0` (#129)
1313

1414
## v0.27.0
1515
* Added support to toggle etcd-operator as a coordination backend (#127) (by @rrahman-nv)

requirements.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies:
44
repository: https://kubernetes-charts.storage.googleapis.com/
55
condition: rabbitmq-ha.enabled
66
- name: mongodb-replicaset
7-
version: 3.9.6
7+
version: 3.14.0
88
repository: https://kubernetes-charts.storage.googleapis.com/
99
alias: mongodb-ha
1010
condition: mongodb-ha.enabled

0 commit comments

Comments
 (0)