Helm charts supported by subshell.
The following sections describe how you access charts from this repository. They are available via HTTP or OCI.
Both the HTTP repository and the OCI registry are kept in sync on every release.
The following command allows you to download and install all the charts from this repository:
helm repo add subshell https://subshell.github.io/helm-chartsCharts are also available via an OCI-based registry. This is the preferred method if you want to cache or mirror artifacts locally, as OCI registries integrate natively with standard container registry tooling.
To install a chart directly from the OCI registry:
helm install my-release oci://ghcr.io/subshell/helm-charts/<chart-name> --version <version>To pull a chart without installing:
helm pull oci://ghcr.io/subshell/helm-charts/<chart-name> --version <version>All charts should be located in the charts directory. On every push to the
main branch, a release of the helm chart is triggered automatically if the
Chart.yaml file contains a new version.
This git repository uses Github Pages to host the helm repository (for HTTP).
Add a Changelog for the new chart version. Example:
version: 1.2.3
annotations:
artifacthub.io/changes: |
- kind: changed
description: We now include a changelog in each helm chart.
links:
- name: GitHub Issue
url: https://github.com/subshell/helm-charts/pull/171Take a look at this project from the subshell team. We make Sophora: a content management software for content creation, curation, and distribution. Join our team! | Imprint