Skip to content

Installing with Helm

The project provides a Helm chart as the supported method of installation for Kubernetes.

To install the boring-registry Helm chart, use the upgrade command as shown below:

helm upgrade \
  --install \
  --wait \
  --namespace boring-registry \
  --create-namespace \
  boring-registry \
  oci://ghcr.io/boring-registry/charts/boring-registry

Check ghcr.io/boring-registry/charts/boring-registry for all available versions.