Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angelnu/helm-charts
A collection of Helm charts
https://github.com/angelnu/helm-charts
helm helm-charts kubernetes
Last synced: 3 months ago
JSON representation
A collection of Helm charts
- Host: GitHub
- URL: https://github.com/angelnu/helm-charts
- Owner: angelnu
- License: apache-2.0
- Created: 2022-10-22T09:52:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T15:02:11.000Z (6 months ago)
- Last Synced: 2024-05-21T23:01:14.361Z (6 months ago)
- Topics: helm, helm-charts, kubernetes
- Language: Smarty
- Homepage: https://angelnu.github.io/helm-charts
- Size: 12 MB
- Stars: 8
- Watchers: 2
- Forks: 9
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# helm-charts
A collection of Helm charts[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/angelnu)](https://artifacthub.io/packages/search?repo=angelnu)
## Goal
This repo contains Helm charts that I have developed to run applications in my
[home Kubernetes cluster](https://github.com/angelnu/k8s-gitops.git). It is
based in [bjw-s](https://github.com/bjw-s/helm-charts) work.This repo is not intended to be a replacement for any of the large collections
of Helm charts that are out there.## Installation
The Helm repository can be installed as follows:
```console
helm repo add angelnu https://angelnu.github.io/helm-charts
```You can then run `helm search repo angelnu` to search the charts.
## Documentation
Documentation can be found [here](https://angelnu.github.io/helm-charts/docs/).
## Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md)
## License
[Apache 2.0 License](./LICENSE)