Skip to content

Chart Dependencies

The Nautobot Helm Chart is intended to be an all-in-one solution for a basic deployment. While we don't recommend using all of the out of the box functionality in production (see Production Installation) this chart does deploy some pre-requisites for Nautobot including Redis and PostgreSQL. Because we are not Redis or PostgreSQL experts, we simply leverage some other community helm charts to deploy these tools. We have chosen to utilize the Bitnami Helm Charts as the basis for our deployments. The dependencies we leverage are:

Each of these charts can be configured using the following values:

mariadb:
  enabled: false
postgresql:
  enabled: true
postgresqlha:
  enabled: false
rabbitmq:
  enabled: false
redis:
  enabled: true

Any other value embedded under the top level keys will get passed thru to the underlying dependency chart, please see the above linked sites for documentation on all of the available features.