https://github.com/thatmlopsguy/helm-charts
Helm Charts for various Applications
https://github.com/thatmlopsguy/helm-charts
helm-chart helm-charts
Last synced: 2 months ago
JSON representation
Helm Charts for various Applications
- Host: GitHub
- URL: https://github.com/thatmlopsguy/helm-charts
- Owner: thatmlopsguy
- License: apache-2.0
- Created: 2024-11-04T10:45:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-15T08:04:46.000Z (9 months ago)
- Last Synced: 2025-10-31T03:52:02.776Z (8 months ago)
- Topics: helm-chart, helm-charts
- Language: Smarty
- Homepage: https://thatmlopsguy.github.io/helm-charts/
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# helm-charts
[](https://github.com/thatmlopsguy/helm-charts/actions/workflows/ci.yml)
[](https://github.com/thatmlopsguy/helm-charts/actions/workflows/chart-release.yml)
[](https://github.com/pre-commit/pre-commit)
Helm Charts for various Applications
## Usage
[Helm](https://helm.sh) must be installed to use the charts, please refer to Helm's [documentation](https://helm.sh/docs/) to get started.
Once Helm is set up properly, add the repo as follows:
```shell
$ helm repo add thatmlopsguy https://thatmlopsguy.github.io/helm-charts
$ helm repo update
$ helm search repo -l thatmlopsguy
NAME CHART VERSION APP VERSION DESCRIPTION
thatmlopsguy/cert-manager-extras 0.1.0 v0.1.0 A Helm chart to install a Cert Manager CA
thatmlopsguy/gatewayclass 0.1.2 1.16.0 A Helm chart for installing the Gateway API Gat...
thatmlopsguy/metallb-extras 0.1.1 1.16.0 A Helm chart for installing MetalLB extras, inc...
thatmlopsguy/tenant-namespace 0.1.5 A Helm Chart to bootstrap a Namespace in a Mult...
thatmlopsguy/tenant-namespace 0.1.4 A Helm Chart to bootstrap a Namespace in a Mult...
thatmlopsguy/tenant-namespace 0.1.3 A Helm Chart to bootstrap a Namespace in a Mult...
thatmlopsguy/tenant-namespace 0.1.2 A Helm Chart to bootstrap a Namespace in a Mult...
thatmlopsguy/tenant-namespace 0.1.1 A Helm Chart to bootstrap a Namespace in a Mult...
```
You can then run `helm search repo thatmlopsguy` to see the current list of available charts.
## Contributing
We'd love to have you contribute! Please refer to our [contribution guidelines](https://github.com/thatmlopsguy/helm-charts/blob/main/CONTRIBUTING.md) for details.
## License
[Apache License](LICENSE)