diff --git a/.changeset/tame-bees-tickle.md b/.changeset/tame-bees-tickle.md new file mode 100644 index 0000000..a34056a --- /dev/null +++ b/.changeset/tame-bees-tickle.md @@ -0,0 +1,5 @@ +--- +"helm-charts": patch +--- + +chore: bump MongoDB version to 5.0.32 diff --git a/charts/clickstack/values.yaml b/charts/clickstack/values.yaml index 57f36fe..1d62db7 100644 --- a/charts/clickstack/values.yaml +++ b/charts/clickstack/values.yaml @@ -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 diff --git a/charts/hdx-oss-v2/values.yaml b/charts/hdx-oss-v2/values.yaml index c23f70f..078a84a 100644 --- a/charts/hdx-oss-v2/values.yaml +++ b/charts/hdx-oss-v2/values.yaml @@ -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