Charts are available in the following formats:
The following command can be used to add the chart repository:
$ helm repo add portefaix-hub https://charts.portefaix.xyz/
$ helm repo update
Once the chart has been added, install one of the available charts:
$ helm upgrade -i <release_name> portefaix-hub/<chart_name>
Charts are also available in OCI format. The list of available charts can be found here.
Install one of the available charts:
$ helm upgrade -i oci://ghcr.io/portefaix/portefaix-hub/<chart_name> --version=<version>
See Artifact Hub for a complete list.
See CONTRIBUTING.md