Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevenjdh/helm-charts
StevenJDH Helm Chart Repository
https://github.com/stevenjdh/helm-charts
charts helm helm-charts kubernetes stevenjdh
Last synced: 21 days ago
JSON representation
StevenJDH Helm Chart Repository
- Host: GitHub
- URL: https://github.com/stevenjdh/helm-charts
- Owner: StevenJDH
- License: apache-2.0
- Created: 2022-07-09T22:53:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T17:24:21.000Z (8 months ago)
- Last Synced: 2024-05-01T14:15:07.207Z (8 months ago)
- Topics: charts, helm, helm-charts, kubernetes, stevenjdh
- Language: Smarty
- Homepage: https://StevenJDH.github.io/helm-charts
- Size: 112 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Helm Charts
[![Release Charts](https://github.com/StevenJDH/helm-charts/actions/workflows/chart-releaser-workflow.yml/badge.svg?branch=main)](https://github.com/StevenJDH/helm-charts/actions/workflows/chart-releaser-workflow.yml)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/51e4129137284c32a81ec74a8600c63c)](https://app.codacy.com/gh/StevenJDH/helm-charts/dashboard?utm_source=github.com&utm_medium=referral&utm_content=StevenJDH/helm-charts&utm_campaign=Badge_Grade)
![Maintenance](https://img.shields.io/badge/yes-4FCA21?label=maintained&style=flat)
![GitHub](https://img.shields.io/github/license/StevenJDH/helm-charts)A collection of Kubernetes applications ready for release using [Helm](https://github.com/helm/helm).
![helm charts demo](helm-charts-demo.gif "Demo")
[![Buy me a coffee](https://img.shields.io/static/v1?label=Buy%20me%20a&message=coffee&color=important&style=flat&logo=buy-me-a-coffee&logoColor=white)](https://www.buymeacoffee.com/stevenjdh)
## Prerequisites
* Kubernetes 1.19+
* [Helm](https://github.com/helm/helm/releases) 3.8.0+## TL;DR
```bash
helm repo add stevenjdh https://StevenJDH.github.io/helm-charts
helm repo update
helm search repo stevenjdh
helm install my-release stevenjdh/
```## Pull requests
Pull requests will trigger automatic chart testing and tests against Kubernetes 1.19.x, 1.24.x, and 1.29.x before they can be merged into `main`. To avoid issues, run the same tests locally before submitting a PR.### Manual chart testing
```bash
docker pull quay.io/helmpack/chart-testing:v3.10.1
docker run -it --rm --name ct --workdir=/data \
--volume $(pwd):/data quay.io/helmpack/chart-testing:v3.10.1 sh \
-c "ct lint --charts charts/ --print-config --config ct.yaml"
```### Manual kind (Kubernetes in Docker) tests
Install the needed CLI from [here](https://kind.sigs.k8s.io/docs/user/quick-start/#installation), then run the following commands against the needed [Kubernetes versions](https://hub.docker.com/r/kindest/node/tags):```bash
kind create cluster --image kindest/node:v1.19.16
helm install my-release charts/
kind delete cluster
```**Note:** Run all commands from the root of the repository.
## Contributing
Thanks for your interest in contributing! There are many ways to contribute to this project. Get started [here](https://github.com/StevenJDH/.github/blob/main/docs/CONTRIBUTING.md).## Do you have any questions?
Many commonly asked questions are answered in the FAQ:
[https://github.com/StevenJDH/helm-charts/wiki/FAQ](https://github.com/StevenJDH/helm-charts/wiki/FAQ)## Community contact
Feel free to contact me with any questions you may have, and I'll make sure to answer them as soon as possible!| Platform | Link |
|:----------|:------------|
| 💬 Instant Message Chat (preferred) | [![Discord Banner](https://discord.com/api/guilds/851210657318961233/widget.png?style=banner2)](https://discord.gg/VzzzjetTkT)Announcements of new releases and other topics of interest will be shared via the preferred channel.
## Want to show your support?
|Method | Address |
|---------------:|:------------------------------------------------------------------------------------------|
|PayPal: | [https://www.paypal.me/stevenjdh](https://www.paypal.me/stevenjdh "Steven's Paypal Page") |
|Cryptocurrency: | [Supported options](https://github.com/StevenJDH/StevenJDH/wiki/Donate-Cryptocurrency) |// Steven Jenkins De Haro ("StevenJDH" on GitHub)