Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hfreire/my-helm-charts
My :boat: Helm charts repository for Kubernetes applications
https://github.com/hfreire/my-helm-charts
charts fluentd github-actions github-handyman helm helm-charts k8s kubernetes renovate
Last synced: about 2 months ago
JSON representation
My :boat: Helm charts repository for Kubernetes applications
- Host: GitHub
- URL: https://github.com/hfreire/my-helm-charts
- Owner: hfreire
- License: mit
- Created: 2020-11-22T08:28:13.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-01T05:20:15.000Z (about 1 year ago)
- Last Synced: 2024-10-13T09:16:04.454Z (3 months ago)
- Topics: charts, fluentd, github-actions, github-handyman, helm, helm-charts, k8s, kubernetes, renovate
- Homepage:
- Size: 1.52 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# My :boat: Helm charts repository for Kubernetes applications
>
### Features
### How to deploy
#### Deploy it from your terminal
Deploying it in your terminal requires [Helm](https://helm.sh/) installed in your system.##### Add the GitHub repository to Helm
```
helm repo add my-helm-charts https://hfreire.github.io/my-helm-charts
```##### Update Helm repository
```
helm repo update
```##### Install a chart
```
helm install my-helm-charts/whgroup-exporter
```##### Uninstall a chart
```
helm uninstall whgroup-exporter
```### How to contribute
You can contribute either with code (e.g., new features, bug fixes and documentation) or by [donating 5 EUR](https://paypal.me/hfreire/5). You can read the [contributing guidelines](CONTRIBUTING.md) for instructions on how to contribute with code.All donation proceedings will go to the [Sverige för UNHCR](https://sverigeforunhcr.se), a swedish partner of the [UNHCR - The UN Refugee Agency](http://www.unhcr.org), a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people.
### License
Read the [license](./LICENSE.md) for permissions and limitations.