Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 808 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 808 Bytes

Undistro Helm Charts

Undistro Official Helm Chart Repository

Usage

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 undistro https://charts.undistro.io

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

OCI registry

Alternatively, Undistro Helm charts are also available in an OCI registry and can be referenced with the oci:// prefix, as the following example:

helm upgrade --install myrelease oci://ghcr.io/undistro/helm-charts/mychart --version 0.1.0

Please refer to the official Helm documentation for more information about OCI registries.