- Overview
- Important note
- Using the charts
- Repository structure
- Development
- Licence
- Security
- Contributing
- Support
These are personal Helm charts published to Artifact Hub. Documentation and values for each chart live alongside the chart in its own directory under charts/.
Important
Do not open a pull request to update appVersion. This is managed by Renovate and GitHub workflows.
If you need a more recent image version, set it in your values.yaml.
Installation and source can differ by chart. Refer to the chart’s README for authoritative instructions. Common patterns are shown below.
helm install <release-name> sudo-kraken/<chart-name> --version <x.y.z> -f values.yaml# Install directly from OCI
helm install <release-name> oci://ghcr.io/sudo-kraken/charts/<chart-name> --version <x.y.z> -f values.yaml.
├─ charts/
│ ├─ <chart-name>/
│ │ ├─ Chart.yaml
│ │ ├─ values.yaml
│ │ ├─ templates/
│ │ └─ README.md
├─ docs/
│ └─ assets/
│ └─ logo.png
└─ README.md
helm lint charts/<chart-name>helm-docs
# or limit to a single chart
helm-docs -c charts/<chart-name>See the documentation for details on using the provided devcontainer.
This project is licensed under the MIT Licence. See the LICENCE file for details.
If you discover a security issue, please review and follow the guidance in SECURITY.md, or open a private security-focused issue with minimal details and request a secure contact channel.
Feel free to open issues or submit pull requests if you have suggestions or improvements.
See CONTRIBUTING.md
Open an issue with as much detail as possible, including the chart name, version and any relevant helm output.
