From 708c4061c271725d5c68995f7a3000f297e5df19 Mon Sep 17 00:00:00 2001 From: Wyatt Walter Date: Wed, 13 Aug 2025 00:12:10 -0500 Subject: [PATCH] fix: use bitnamilegacy images temporarily (#41176) ## Description Bitnami has deprecated the images we rely on by default in the chart. We need to figure out how we adjust to this situation (and upgrade MongoDB as well to get off the EOL version here). For now, use the bitnamilegacy images. see: https://github.com/bitnami/charts/issues/35256 Fixes #`Issue Number` _or_ Fixes `Issue URL` > [!WARNING] > _If no issue exists, please create an issue first, and check with the maintainers if the issue is valid._ ## Automation /ok-to-test tags="" ### :mag: Cypress test results > [!CAUTION] > If you modify the content in this section, you are likely to disrupt the CI result for your PR. ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [x] No ## Summary by CodeRabbit * Chores * Updated Helm chart to version 3.6.4. * Switched default container image repositories for MongoDB and PostgreSQL to bitnamilegacy while keeping the existing tags, improving continuity with upstream changes. * Cleaned up a deprecated MongoDB image configuration block to avoid confusion in values configuration. * These changes affect deployment configuration only and do not modify application behavior. --- deploy/helm/Chart.yaml | 2 +- .../__snapshot__/defaults_snapshot_test.yaml.snap | 10 +++++----- deploy/helm/values.yaml | 8 ++------ 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/deploy/helm/Chart.yaml b/deploy/helm/Chart.yaml index 804fb651a0..3fd18d3eae 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: 3.6.3 +version: 3.6.4 dependencies: - condition: redis.enabled name: redis diff --git a/deploy/helm/tests/__snapshot__/defaults_snapshot_test.yaml.snap b/deploy/helm/tests/__snapshot__/defaults_snapshot_test.yaml.snap index fc4b5ad241..80f1daa190 100644 --- a/deploy/helm/tests/__snapshot__/defaults_snapshot_test.yaml.snap +++ b/deploy/helm/tests/__snapshot__/defaults_snapshot_test.yaml.snap @@ -25,7 +25,7 @@ app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: appsmith - appsmith.sh/chart: appsmith-3.6.3 + appsmith.sh/chart: appsmith-3.6.4 name: RELEASE-NAME-appsmith namespace: NAMESPACE 3: | @@ -36,7 +36,7 @@ app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: appsmith - appsmith.sh/chart: appsmith-3.6.3 + appsmith.sh/chart: appsmith-3.6.4 name: RELEASE-NAME-appsmith namespace: NAMESPACE spec: @@ -143,7 +143,7 @@ app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: appsmith - appsmith.sh/chart: appsmith-3.6.3 + appsmith.sh/chart: appsmith-3.6.4 name: RELEASE-NAME-appsmith-headless namespace: NAMESPACE spec: @@ -182,7 +182,7 @@ app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: appsmith - appsmith.sh/chart: appsmith-3.6.3 + appsmith.sh/chart: appsmith-3.6.4 name: RELEASE-NAME-appsmith namespace: NAMESPACE spec: @@ -203,7 +203,7 @@ app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: appsmith - appsmith.sh/chart: appsmith-3.6.3 + appsmith.sh/chart: appsmith-3.6.4 name: RELEASE-NAME-appsmith namespace: NAMESPACE secrets: diff --git a/deploy/helm/values.yaml b/deploy/helm/values.yaml index 98cc15b79b..e26e24eb4a 100644 --- a/deploy/helm/values.yaml +++ b/deploy/helm/values.yaml @@ -34,7 +34,7 @@ mongodb: tolerations: [] image: registry: docker.io - repository: bitnami/mongodb + repository: bitnamilegacy/mongodb tag: 6.0.13 arbiter: nodeSelector: {} @@ -44,10 +44,6 @@ mongodb: nodeSelector: {} affinity: {} tolerations: [] - image: - registry: docker.io - repository: bitnami/mongodb - tag: 6.0.13 ## postgresql parameters postgresql: @@ -59,7 +55,7 @@ postgresql: database: keycloak image: registry: docker.io - repository: bitnami/postgresql + repository: bitnamilegacy/postgresql tag: 14.12.0 primary: affinity: {}