Skip to content

Commit 708c406

Browse files
authored
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: bitnami/charts#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="" ### 🔍 Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!CAUTION] > If you modify the content in this section, you are likely to disrupt the CI result for your PR. <!-- end of auto-generated comment: Cypress test results --> ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [x] No <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## 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. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent f448648 commit 708c406

3 files changed

Lines changed: 8 additions & 12 deletions

File tree

deploy/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sources:
1111
- https://github.com/appsmithorg/appsmith
1212
home: https://www.appsmith.com/
1313
icon: https://assets.appsmith.com/appsmith-icon.png
14-
version: 3.6.3
14+
version: 3.6.4
1515
dependencies:
1616
- condition: redis.enabled
1717
name: redis

deploy/helm/tests/__snapshot__/defaults_snapshot_test.yaml.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
app.kubernetes.io/instance: RELEASE-NAME
2626
app.kubernetes.io/managed-by: Helm
2727
app.kubernetes.io/name: appsmith
28-
appsmith.sh/chart: appsmith-3.6.3
28+
appsmith.sh/chart: appsmith-3.6.4
2929
name: RELEASE-NAME-appsmith
3030
namespace: NAMESPACE
3131
3: |
@@ -36,7 +36,7 @@
3636
app.kubernetes.io/instance: RELEASE-NAME
3737
app.kubernetes.io/managed-by: Helm
3838
app.kubernetes.io/name: appsmith
39-
appsmith.sh/chart: appsmith-3.6.3
39+
appsmith.sh/chart: appsmith-3.6.4
4040
name: RELEASE-NAME-appsmith
4141
namespace: NAMESPACE
4242
spec:
@@ -143,7 +143,7 @@
143143
app.kubernetes.io/instance: RELEASE-NAME
144144
app.kubernetes.io/managed-by: Helm
145145
app.kubernetes.io/name: appsmith
146-
appsmith.sh/chart: appsmith-3.6.3
146+
appsmith.sh/chart: appsmith-3.6.4
147147
name: RELEASE-NAME-appsmith-headless
148148
namespace: NAMESPACE
149149
spec:
@@ -182,7 +182,7 @@
182182
app.kubernetes.io/instance: RELEASE-NAME
183183
app.kubernetes.io/managed-by: Helm
184184
app.kubernetes.io/name: appsmith
185-
appsmith.sh/chart: appsmith-3.6.3
185+
appsmith.sh/chart: appsmith-3.6.4
186186
name: RELEASE-NAME-appsmith
187187
namespace: NAMESPACE
188188
spec:
@@ -203,7 +203,7 @@
203203
app.kubernetes.io/instance: RELEASE-NAME
204204
app.kubernetes.io/managed-by: Helm
205205
app.kubernetes.io/name: appsmith
206-
appsmith.sh/chart: appsmith-3.6.3
206+
appsmith.sh/chart: appsmith-3.6.4
207207
name: RELEASE-NAME-appsmith
208208
namespace: NAMESPACE
209209
secrets:

deploy/helm/values.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ mongodb:
3434
tolerations: []
3535
image:
3636
registry: docker.io
37-
repository: bitnami/mongodb
37+
repository: bitnamilegacy/mongodb
3838
tag: 6.0.13
3939
arbiter:
4040
nodeSelector: {}
@@ -44,10 +44,6 @@ mongodb:
4444
nodeSelector: {}
4545
affinity: {}
4646
tolerations: []
47-
image:
48-
registry: docker.io
49-
repository: bitnami/mongodb
50-
tag: 6.0.13
5147

5248
## postgresql parameters
5349
postgresql:
@@ -59,7 +55,7 @@ postgresql:
5955
database: keycloak
6056
image:
6157
registry: docker.io
62-
repository: bitnami/postgresql
58+
repository: bitnamilegacy/postgresql
6359
tag: 14.12.0
6460
primary:
6561
affinity: {}

0 commit comments

Comments
 (0)