Skip to content

project-zot/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

166 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm Charts

FOSSA Status

Installation

Using OCI registry (ghcr.io)

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.

Using the Helm repository (Artifact Hub)

# 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/zot

Find the chart on Artifact Hub.

License

FOSSA Status

About

No description, website, or topics provided.

Resources

License

Stars

17 stars

Watchers

2 watching

Forks

Packages

 
 
 

Contributors