helm/ in the nao repository and is published to GHCR.
Install
--version is the chart version. The nao image tag comes from the chart’s appVersion; override it with --set image.tag=<tag> to run a different nao release without waiting for a chart release.
To install from a clone of the repository instead:
Choose a context mode
config.contextSource picks where the project comes from. It maps to NAO_CONTEXT_SOURCE.
- local (default)
- git
- api
The project directory is mounted from a PersistentVolume. Pre-populate the PVC with a valid nao project - a directory containing
nao_config.yaml.Database
The chart deploys a bundledbitnami/postgresql by default. To point at your own instance, disable it and set a URI:
dbUri: "sqlite:./db.sqlite"), but use PostgreSQL for anything real.
Values reference
The chart’s
values.yaml is the full list. Any nao environment variable not exposed as a value can still be set through the chart’s config and secret templates.
Running more than one replica, permanent storage must be shared across pods: use the S3 backend, or a read-write-many volume. See Files and Storage.
Operate
Next steps
Deployment guide
Environment variables and the full self-hosting walkthrough
Deployment-managed context
How
NAO_CONTEXT_SOURCE resolves the project at startup