There needs to be a major architectural update to the official Helm chart. Check this issue:
This update introduces new built-in components for the database and cache, replacing the default dependency on Bitnami subcharts.
What’s Changing?
New Default Backend: New installations will now use a built-in MariaDB StatefulSet and DragonflyDB for caching/queues by default. This simplifies the setup process significantly.
Deprecation of Subcharts: The classic Bitnami subcharts for MariaDB, PostgreSQL, and Redis will be deprecated.
How Does This Affect You?
For Existing Users: We have prioritized a seamless upgrade path. Your existing deployments using Bitnami subcharts will continue to work after running helm upgrade. You will simply see a deprecation notice.
For New Users: The default installation is now much simpler, with fewer external dependencies to manage.