Charts are published to the GitHub Container Registry as OCI artifacts. You can install directly without adding a Helm repository:
# Install the chart
helm install zot oci://ghcr.io/project-zot/helm-charts/zot --version <version>
# Inspect default values before installing
helm show values oci://ghcr.io/project-zot/helm-charts/zot --version <version>
# Upgrade an existing release
helm upgrade zot oci://ghcr.io/project-zot/helm-charts/zot --version <version>Replace <version> with the desired chart version (e.g. 0.1.110). You can find the list of available versions on the ghcr.io package page.
# Add the zot Helm repository
helm repo add project-zot https://zotregistry.dev/helm-charts
# Update repositories
helm repo update
# Install the chart
helm install zot project-zot/zotFind the chart on Artifact Hub.