Skip to content

Commit 12ed1c6

Browse files
authored
Merge pull request #304 from StackStorm/enh/mongodb-4.4
Upgrade to MongoDB v4.4
2 parents b9b78b5 + ea1e6d0 commit 12ed1c6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
## In Development
4+
* Upgrade MongoDB `v4.0` -> `v4.4` as 4.0 has reached its EOL. (#304)
45

56
## v0.90.0
67
* Advanced Feature: Make securityContext (on Deployments/Jobs) and podSecurityContext (on Pods) configurable. This allows dropping all capabilities, for example. You can override the securityContext for `st2actionrunner`, `st2sensorcontainer`, and `st2client` if your actions or sensors need, for example, additional capabilites that the rest of StackStorm does not need. (#271) (by @cognifloyd)

values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -933,8 +933,8 @@ mongodb:
933933
# Specify your external [database] connection parameters under st2.config
934934
enabled: true
935935
image:
936-
# StackStorm currently supports maximum MongoDB v4.0
937-
tag: "4.0"
936+
# StackStorm currently supports maximum MongoDB v4.4
937+
tag: "4.4"
938938
# MongoDB architecture. Allowed values: standalone or replicaset
939939
architecture: replicaset
940940
# Name of the replica set

0 commit comments

Comments
 (0)