https://github.com/stevenjdh/helm-charts
StevenJDH Helm Chart Repository
https://github.com/stevenjdh/helm-charts
charts helm helm-charts kubernetes stevenjdh
Last synced: 3 months 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T17:24:21.000Z (about 1 year ago)
- Last Synced: 2024-05-01T14:15:07.207Z (about 1 year 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
[](https://github.com/StevenJDH/helm-charts/actions/workflows/chart-releaser-workflow.yml)
[](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)

A collection of Kubernetes applications ready for release using [Helm](https://github.com/helm/helm).

[](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.25.x, and 1.32.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 run -it --rm --name ct --workdir=/data \
--volume "$(pwd):/data" quay.io/helmpack/chart-testing:v3.12.0 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) | [](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)