Skip to content

Commit

Permalink
Merge pull request #304 from StackStorm/enh/mongodb-4.4
Browse files Browse the repository at this point in the history
Upgrade to MongoDB v4.4
  • Loading branch information
arm4b authored May 4, 2022
2 parents b9b78b5 + ea1e6d0 commit 12ed1c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

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

## v0.90.0
* 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)
Expand Down
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -933,8 +933,8 @@ mongodb:
# Specify your external [database] connection parameters under st2.config
enabled: true
image:
# StackStorm currently supports maximum MongoDB v4.0
tag: "4.0"
# StackStorm currently supports maximum MongoDB v4.4
tag: "4.4"
# MongoDB architecture. Allowed values: standalone or replicaset
architecture: replicaset
# Name of the replica set
Expand Down

0 comments on commit 12ed1c6

Please sign in to comment.