Charts are published to GitHub Container Registry:
# Install a chart directly
helm install my-release oci://ghcr.io/licenseware/charts/jupyter --version 0.2.3
# Pull a chart
helm pull oci://ghcr.io/licenseware/charts/kafka-connect --version 0.5.0dependencies:
- name: jupyter
version: "0.2.3"
repository: "oci://ghcr.io/licenseware/charts"Note: GitHub Pages distribution is deprecated. Please migrate to OCI.
helm repo add licenseware https://licenseware.github.io/helm-charts/
helm repo update