Pre-upgrade checklist
Breaking changes in v4.x
RabbitMQ dependency change to Groundhog2k
The RabbitMQ chart dependency has been replaced from Bitnami to Groundhog2k.This change may lead to PersistentVolumeClaim (PVC) data loss when upgrading existing installations because the underlying StatefulSet, volume mounts, and configuration differ from the previous dependency.
- The Groundhog2k chart requires a valid Erlang cookie. Set
rabbitmq.authentication.erlangCookie.valueto a 32+ character printable string with no spaces. If missing or empty, RabbitMQ will fail to start. - If you need to preserve existing data, back up and plan a controlled migration of PVCs and definitions before upgrading.
This breaking change only impacts deployments that use the chart’s default RabbitMQ (
rabbitmq.enabled: true). If you run an external or managed RabbitMQ, you are not affected.App version bump
Midaz has been bumped to v3.3.1.Check the app changelog for the complete list of changes.
New features in v4.x
BitnamiSecure images for core data services
The default images for core data services now use the BitnamiSecure repositories with thelatest tag:
| Service | Image Source | Tag |
|---|---|---|
| PostgreSQL | BitnamiSecure | latest |
| MongoDB | BitnamiSecure | latest |
| Valkey | BitnamiSecure | latest |
values.yaml:
Official NGINX image for microfrontends
The previous Bitnami NGINX dependency was replaced with an internal template based on the officialnginx image.
If you previously customized the Bitnami-based NGINX configuration, review the new templates under
templates/console/ and adjust your values accordingly.Why we changed Bitnami dependencies
We moved away from Bitnami dependencies due to policy changes impacting stability and operations. For more context, see:Upgrade command
Rollback procedure
Common issues
RabbitMQ fails to start- Ensure the Erlang cookie is set correctly (32+ printable characters, no spaces).
- This is expected due to the dependency change. Export RabbitMQ definitions before upgrading and restore after.
- Review the new NGINX templates under
templates/console/and update your overrides.

