Nautobot Helm Chart Version 3.x¶
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
3.0.3 - 2026-01-27¶
Fixed¶
- #692 Fix spacing for the uwsgi.ini template when uwsgi_exporter is enabled.
3.0.2 - 2026-01-23¶
Added¶
- #682 Add support for existing TLS certificates.
Changed¶
- #675 Update documentation for Openshift deployments.
Fixed¶
- #684 Fix issues with
lookupfunction.
3.0.1 - 2025-12-17¶
Added¶
- #676 Add custom Nginx configuration file and certificates path.
3.0.0 - 2025-12-12¶
- The
postgresqlandredissubcharts are no longer deployed by default. They must be explicitly enabled if used. - The
rabbitmqsubchart was removed. - The
mariadbsubchart was removed. - The
postgresqlhasubchart was removed. - The username field is now required in the existing secret if
nautobot.db.existingSecretis used. - The default image was changed to 3.x.
- Changed the default Docker registry.
- The Nautobot Celery readiness and liveness probes were changed to use files instead of celery pings.
- Changed Nautobot Celery defaults.
- Ability to point to an existing
ConfigMapfor Nautobot config.