helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Helm Charts for using Nautobot in Kubernetes environments.

Nautobot Helm Charts

pre-commit Artifact Hub renovate

This repo is intended to house Helm charts for the Nautobot project, today there is one Nautobot chart but we are ready for more if the need arises. Helm is the unofficial package manager for Kubernetes, it provides a simple way for users to deploy applications to Kubernetes without defining custom Kubernetes manifests. This allows users of all experience levels to deploy applications the way the developers intend for them to be deployed. Helm is capable of also providing restrictions and tests to validate the deployment configuration.

Official Documentation

Please checkout our documentation site for much more detailed documentation on the Nautobot Helm Chart.

Quick Start

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm is set up properly, add the repo as follows:

helm repo add nautobot https://nautobot.github.io/helm-charts/

You can then run helm search repo nautobot to see the charts.

To install a chart from the nautobot repo run:

helm install {Release Name} {Repo Name}/{Chart Name}

for example:

helm install nautobot nautobot/nautobot --set postgresql.auth.password="change-me" --set redis.auth.password="change-me"

Please refer to the Official Nautobot Helm Chart Documentation for additional information.

Support

Contributing

See Contributing

Releases

See the Release Checklist

License

Apache 2.0 License