Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit e22ecdd

Browse files
authored
chore: bump MongoDB version to 5.0.32 (ClickHouse#166)
1 parent 8ed0963 commit e22ecdd

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/tame-bees-tickle.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"helm-charts": patch
3+
---
4+
5+
chore: bump MongoDB version to 5.0.32

charts/clickstack/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ hyperdx:
254254
# cloud.google.com/load-balancer-type: "Internal"
255255

256256
mongodb:
257-
image: "mongo:5.0.14-focal"
257+
image: "mongo:5.0.32-focal"
258258
port: 27017
259259
enabled: true
260260
# Add nodeSelector and tolerations for mongodb service

charts/hdx-oss-v2/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ hyperdx:
254254
# cloud.google.com/load-balancer-type: "Internal"
255255

256256
mongodb:
257-
image: "mongo:5.0.14-focal"
257+
image: "mongo:5.0.32-focal"
258258
port: 27017
259259
enabled: true
260260
# Add nodeSelector and tolerations for mongodb service

0 commit comments

Comments
 (0)