From dda029088566dbf00580b61f1bbdba6dff4b591e Mon Sep 17 00:00:00 2001 From: Goutham Pratapa Date: Tue, 26 Nov 2024 16:54:35 +0530 Subject: [PATCH] chore: update mongodb image (#37596) ## Summary by CodeRabbit - **New Features** - Updated MongoDB version to enhance performance and security. - **Chores** - Incremented application version from 2.2.1 to 2.3.0 for the Helm chart. - Updated MongoDB image tag to version 6.0.13 for deployment. > [!WARNING] > Tests have not run on the HEAD b0482e5de3e56bab523f901e3d2e7db481233216 yet >
Tue, 26 Nov 2024 09:59:51 UTC --- deploy/helm/Chart.yaml | 4 ++-- deploy/helm/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/helm/Chart.yaml b/deploy/helm/Chart.yaml index c62ecf37fd..d4fae9cfa7 100644 --- a/deploy/helm/Chart.yaml +++ b/deploy/helm/Chart.yaml @@ -11,7 +11,7 @@ sources: - https://github.com/appsmithorg/appsmith home: https://www.appsmith.com/ icon: https://assets.appsmith.com/appsmith-icon.png -version: 2.2.1 +version: 2.3.0 dependencies: - condition: redis.enabled name: redis @@ -21,5 +21,5 @@ dependencies: - condition: mongodb.enabled name: mongodb version: 12.1.16 - appVersion: 5.0.9 + appVersion: 6.0.10 repository: https://charts.bitnami.com/bitnami diff --git a/deploy/helm/values.yaml b/deploy/helm/values.yaml index 5616997199..f5bca3a7cd 100644 --- a/deploy/helm/values.yaml +++ b/deploy/helm/values.yaml @@ -27,7 +27,7 @@ mongodb: image: registry: docker.io repository: bitnami/mongodb - tag: 5.0.24 + tag: 6.0.13 arbiter: nodeSelector: {} hidden: