Skip to content

Commit 8b5ddb1

Browse files
author
armab
committed
Switch from MongoDB 3.4 to 4.0
1 parent 34d490b commit 8b5ddb1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
## v0.30.0
77
* Pin st2 version to `v3.3dev` as a new latest development version (#129)
8-
* Switch from `py2` `Ubuntu Xenial` to `py3` `Ubuntu Bionic` as a base StackStorm OS (StackStorm/st2-dockerfiles#16, #129)
8+
* Migrate from `py2` `Ubuntu Xenial` to `py3` `Ubuntu Bionic` as a base StackStorm OS (StackStorm/st2-dockerfiles#16, #129)
9+
* Switch from MongoDB `3.4` to `4.0` for the mongodb-ha Helm chart (#129)
910

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

values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,8 +419,8 @@ mongodb-ha:
419419
# Specify your external [database] connection parameters under st2.config
420420
enabled: true
421421
image:
422-
# StackStorm currently supports maximum MongoDB v3.4
423-
tag: 3.4
422+
# StackStorm currently supports maximum MongoDB v4.0
423+
tag: "4.0"
424424
auth:
425425
enabled: true
426426
# NB! It's highly recommended to change ALL defaults!

0 commit comments

Comments
 (0)