https://github.com/subshell/helm-charts
Public Helm charts supported by subshell.
https://github.com/subshell/helm-charts
helm helm-charts
Last synced: 3 months ago
JSON representation
Public Helm charts supported by subshell.
- Host: GitHub
- URL: https://github.com/subshell/helm-charts
- Owner: subshell
- License: apache-2.0
- Created: 2022-04-07T10:59:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-25T12:08:22.000Z (3 months ago)
- Last Synced: 2026-03-26T15:08:52.817Z (3 months ago)
- Topics: helm, helm-charts
- Language: Go Template
- Homepage: https://subshell.github.io/helm-charts
- Size: 1.2 MB
- Stars: 6
- Watchers: 5
- Forks: 14
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# subshell Helm Charts
[](https://artifacthub.io/packages/search?repo=subshell)
Helm charts supported by subshell.
## Add Repo
The following command allows you to download and install all the charts from this repository:
```sh
helm repo add subshell https://subshell.github.io/helm-charts
```
## Development
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](https://helm.sh/docs/topics/chart_repository/#github-pages-example) to host the helm repository.
## Changelogs
Add a [Changelog](https://artifacthub.io/docs/topics/annotations/helm/#supported-annotations) for the new chart version. Example:
```yaml
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/171
```
* * *
Take a look at this project from the [subshell](https://subshell.com) team. We make [Sophora](https://subshell.com/sophora/): a content management software for content creation, curation, and distribution. [Join our team!](https://subshell.com/jobs/) | [Imprint](https://subshell.com/about/imprint/)