An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# ⎈ Helm Charts ⎈
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/nicholaswilde&style=for-the-badge)](https://artifacthub.io/packages/search?repo=nicholaswilde)
[![Release Charts](https://img.shields.io/github/workflow/status/nicholaswilde/helm-charts/Release%20Charts?label=ci&style=for-the-badge)](https://github.com/nicholaswilde/helm-charts/actions/workflows/charts-release.yaml)
[![GitHub](https://img.shields.io/github/license/nicholaswilde/helm-charts?style=for-the-badge)](https://github.com/nicholaswilde/helm-charts/blob/main/LICENSE)
[![GitHub all releases](https://img.shields.io/github/downloads/nicholaswilde/helm-charts/total?style=for-the-badge)](https://github.com/nicholaswilde/helm-charts/releases)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=for-the-badge)](https://github.com/pre-commit/pre-commit)
[![task](https://img.shields.io/badge/Task-Enabled-brightgreen?style=for-the-badge&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAEeElEQVR4Xu2bzU8TQRjGZ7atRQKaGAVRhBakNbYkGEPVE5IoJh403rxIgpgYwOBHPBgPxoTwDyiCelIx8SwqxhilEj9ihBCDhK8g0IIiEAqlgLi1YxZdU2DpzszOfhy2174z7/P+5nlntrtbCHT83BzqQRyAH6sc7v16yYB6JO6aCXX4Q+MFy3InR1Or0jwRrfVoCgAhZKkf7osmKrLK4dZUk2bJ7gT6UTQWw1pgCGCg0uHKxgpWGKQ6gM6Z0IPW0PgpGp1auEFVALeGehFN4SvHqAlCFQB3RwYQH03Y6sRcOABeVTjch4gHygxgCiD4c+5o09jIM9Yi4+fbPfjNVlxczIwuMwCs7I4Lj1VbKAbQOPqVD/O8FVc4yzgIwcPKbDfVBivqoAaAEDpYP9zXwrIg2rmUuIEKgNZ2xwEDOQ5UZuUR10M04PnUD/Q1PI2jR7eYJA6WlWe57uEKwAIwiFBS83DfAu6kRojDbQtZAEa0OwlgORBrAngyFmwL/JzfS5LMqLGpVq60NDOvUUqfJIDL3e3IuT7FqPVQ6ZqN8uDKTu+qeiUB7GxpWrqGv+h0UyUz2qAvs3837ob8fWQAhEEchOC8w2W0mrD0dM1Og/hfY1QAxEynM3PARpsNK7HeQYuxGOifC6+SoQiAOJvR20K0u9QiMAEgTJzEcaAiO0/vhV6WvzsyA36jxLcfmAEQM5/NygXJFl1+B/0vPopioCey2u6qOmDl5Hq1RSK7awpASLbBagPlO3I0aYveSBjwCO8Ga7wg5i0gVe0FpxvIXl8rwES66poDEBIKW9ElxhdRSgoXIWjigHjiuckp4Fj6dgXrDUBgYQ6Eo7yiOXQDICa+4HABCMkaQ3CRcCXH8qO5A2hPCxZ21/wUwF0pT0oqKNmyTTJ8ZGEOTDOyu2EBiMIuOXcB9O+nitAcnYztbngAgsAYQqBky1ZVj01djkHcdhDiDm9OJwlXFKv7Jiil3gRgOsBsAUV9TTLY3ANoboqSEKaJNTdBcxM0N0GazqEaY26C5iZI8WiMymsEg8xTwDwFDHgKCA4+0daKtLhJoUULWCBsqvP6jkt1puydSvFdAYK2JgpVFQCEoMHrS1ijLAChmgl+oejA25d+osowg9UCkD45b7uO8UotFgCxFs+bp0h49s7ywxqADXKDN7yF2M/oiACIhbNsC5YApK705BaLCoAw6f1A/9Wage5auQRy37MAcM7rTPXANKr/G1EDEAsrePcCRX4tytW55vdKAFgg/F7n9Uk/ZMBUpBiA0ragBUBjd6pjEBPkUljz+Oij6q72kyRjSAFsAjCrNt8XJMmRKJaZA+KTOF4/RlbMh6G4ACx2O6hzFTDXy3zCeBA4pwUOAFZ2V70FpBKc+fzB75+aKFrLhokAbLavK6tx7cF+9Z2mLVR1AI4bpABACGP1Xp+FpiDSMZoBEIS9R8H1pf6O+XiRKwGoaXddWkAqaXXnJ7558vvSC4YigAy7veKaq+A26QoqjdfUASvF5rY0oSNpGaDeU6ibjj9v/5xQDsUWRgAAAABJRU5ErkJggg==)](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/).