Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/tame-bees-tickle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"helm-charts": patch
---

chore: bump MongoDB version to 5.0.32
2 changes: 1 addition & 1 deletion charts/clickstack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ hyperdx:
# cloud.google.com/load-balancer-type: "Internal"

mongodb:
image: "mongo:5.0.14-focal"
image: "mongo:5.0.32-focal"
port: 27017
enabled: true
# Add nodeSelector and tolerations for mongodb service
Expand Down
2 changes: 1 addition & 1 deletion charts/hdx-oss-v2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ hyperdx:
# cloud.google.com/load-balancer-type: "Internal"

mongodb:
image: "mongo:5.0.14-focal"
image: "mongo:5.0.32-focal"
port: 27017
enabled: true
# Add nodeSelector and tolerations for mongodb service
Expand Down