https://github.com/nicholaswilde/helm-charts
My collection of Helm charts.
https://github.com/nicholaswilde/helm-charts
helm helm-charts k3s kubernetes
Last synced: 2 months ago
JSON representation
My collection of Helm charts.
- Host: GitHub
- URL: https://github.com/nicholaswilde/helm-charts
- Owner: nicholaswilde
- License: apache-2.0
- Created: 2020-11-15T02:58:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-29T14:32:51.000Z (3 months ago)
- Last Synced: 2025-03-30T05:07:44.994Z (2 months ago)
- Topics: helm, helm-charts, k3s, kubernetes
- Language: Smarty
- Homepage: https://artifacthub.io/packages/search?repo=nicholaswilde
- Size: 1.62 MB
- Stars: 74
- Watchers: 1
- Forks: 32
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# ⎈ Helm Charts ⎈
[](https://artifacthub.io/packages/search?repo=nicholaswilde)
[](https://github.com/nicholaswilde/helm-charts/actions/workflows/charts-release.yaml)
[](https://github.com/nicholaswilde/helm-charts/blob/main/LICENSE)
[](https://github.com/nicholaswilde/helm-charts/releases)
[](https://github.com/pre-commit/pre-commit)
[](https://taskfile.dev/#/)My collection of [Helm](https://helm.sh/) charts.
---
## :book: Usage[Helm](https://helm.sh) must be installed to use the charts.
Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.Once Helm is set up properly, add the repo as follows:
```console
helm repo add nicholaswilde https://nicholaswilde.github.io/helm-charts/
helm repo update
```
You can then run `helm search repo nicholaswilde` to see the charts.---
Pre-commit hook
If you want to automatically generate `README.md` files with a pre-commit hook, make sure you
[install the pre-commit binary](https://pre-commit.com/#install), and add a [.pre-commit-config.yaml file](./.pre-commit-config.yaml)
to your project. Then run:```bash
pre-commit install
pre-commit install-hooks
```---
## :chart_with_upwards_trend: Charts
See [artifact hub](https://artifacthub.io/packages/search?repo=nicholaswilde) for a complete list.
---
## :gear: Development
See [Wiki](https://github.com/nicholaswilde/helm-charts/wiki/Development).
---
## :wrench: Troubleshooting
See [Wiki](https://github.com/nicholaswilde/helm-charts/wiki/Troubleshooting).
---
## :star: Contributing
See [Contributing](./.github/CONTRIBUTING.md)
---
## Code of Conduct
See [Code of Conduct](./.github/CODE_OF_CONDUCT.md)
---
## :bulb: Inspiration
Inspiration for this repository has been taken from [k8s-at-home/charts](https://github.com/k8s-at-home/charts).
---
## :balance_scale: License
[Apache 2.0 License](./LICENSE)
---
## :pencil: Author
This project was started in 2020 by [Nicholas Wilde](https://github.com/nicholaswilde/).