Skip to content

helm-charts

Another repository with lightweight Helm Charts.

Artifact Hub Test Status Build Status GitHub Last Release GitHub Last Commit License: MIT Awesome Badges

All Contributors

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started. Once Helm has been set up correctly, add the repo as follows:

helm repo add pascaliske https://charts.pascaliske.dev

If you had already added this repo earlier, run helm repo update to retrieve the latest versions of the packages. Use helm search repo pascaliske to see a list of all available charts.

You can install a chart release using the following command:

helm install <release> pascaliske/<chart> --values values.yaml

To uninstall a chart release use helm's delete command:

helm delete <chart>

Charts

Contributors

Thanks goes to these wonderful people (emoji key):

Johannes Kastl
Johannes Kastl

💻 📖
Catriel Müller
Catriel Müller

💻
Jake(Jaehak Song)
Jake(Jaehak Song)

💻
Jens Rabe
Jens Rabe

🤔
Dzeri96
Dzeri96

💻
Zoltan Kalmar
Zoltan Kalmar

🐛
Christian Erhardt
Christian Erhardt

💻
MaxenceG2M
MaxenceG2M

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

License

MIT – © 2024 Pascal Iske