2021-10-02 06:16:07 +00:00
|
|
|
annotations:
|
|
|
|
|
category: Application
|
|
|
|
|
apiVersion: v2
|
|
|
|
|
name: appsmith
|
|
|
|
|
type: application
|
|
|
|
|
description: Appsmith is an open source framework to build admin panels, CRUD apps and workflows. Build everything you need, 10x faster.
|
2021-12-28 07:20:37 +00:00
|
|
|
maintainers:
|
2021-10-02 06:16:07 +00:00
|
|
|
- email: tech@appsmith.com
|
|
|
|
|
name: Appsmith
|
|
|
|
|
sources:
|
|
|
|
|
- https://github.com/appsmithorg/appsmith
|
2021-12-28 07:20:37 +00:00
|
|
|
home: https://www.appsmith.com/
|
|
|
|
|
icon: https://assets.appsmith.com/appsmith-icon.png
|
fix: bitnami image hardcoded in init container definition (#41257)
## Description
Hardcoded image reference was missed in the previous Bitnami image fix.
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
<!-- 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
- [ ] No
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- New Features
- Init container images for Redis, MongoDB, and PostgreSQL now respect
chart values for registry, repository, and tag, allowing customization
and private registry support. Defaults are no longer hardcoded; behavior
for explicitly provided custom images remains unchanged. This helps with
compliance, air-gapped deployments, and consistency.
- Chores
- Bumped Helm chart to 3.6.5.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-09-23 14:41:54 +00:00
|
|
|
version: 3.6.5
|
2022-10-14 10:45:49 +00:00
|
|
|
dependencies:
|
2024-12-31 12:31:48 +00:00
|
|
|
- condition: redis.enabled
|
|
|
|
|
name: redis
|
|
|
|
|
version: 16.11.2
|
|
|
|
|
appVersion: 6.2.7
|
|
|
|
|
repository: https://charts.bitnami.com/bitnami
|
|
|
|
|
- condition: mongodb.enabled
|
|
|
|
|
name: mongodb
|
|
|
|
|
version: 12.1.16
|
|
|
|
|
appVersion: 6.0.10
|
|
|
|
|
repository: https://charts.bitnami.com/bitnami
|
|
|
|
|
- condition: postgresql.enabled
|
|
|
|
|
name: postgresql
|
|
|
|
|
version: 11.9.5
|
|
|
|
|
appVersion: 14.12.0
|
|
|
|
|
repository: https://charts.bitnami.com/bitnami
|
|
|
|
|
- condition: prometheus.enabled
|
|
|
|
|
name: prometheus
|
|
|
|
|
version: 25.27.0
|
|
|
|
|
appVersion: 2.54.1
|
|
|
|
|
repository: https://prometheus-community.github.io/helm-charts
|