Nautobot Helm Chart Version 3.x¶
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
3.1.1 - 2026-04-03¶
Added¶
- #735 Added the kubernetes job manifest to the celery beat pod.
- #733 Added option to override settings for kubernetes jobs.
Fixed¶
- #732 Fixed allowing configuration of scrape protocols for Service Monitor.
- #726 Fixed removing pdb config for the Celery Beat if enabled for workers.
3.1.0 - 2026-03-20¶
Added¶
- #707 Added support for mounting k8s manifests for Nautobot Jobs.
- #708 Added beta support for Kubernetes Gateway API.
3.0.4 - 2026-03-06¶
Added¶
- #702 Added RBAC roles for k8s jobs.
Changed¶
- #710 Removed validation for DB password.
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.