Helm charts for some famous open source projects - ready to use in your Kubernetes environment
$ helm repo add groundhog2k https://groundhog2k.github.io/helm-charts/
$ helm repo update
This repository contains various helm charts for some famous open source projects. Goal was to create some universal charts that use the original docker images from Docker Hub instead of the modified version which Bitnami offers.
The advantage is that most of these charts are platform independent and will run on x64/amd64 and arm64v8 (Raspberry Pi 3/4) Kubernetes clusters.
- Helm 3.x
To add this repository to the helm configuration:
$ helm repo add groundhog2k https://groundhog2k.github.io/helm-charts/
To install a chart from this repository (example with Redis):
$ helm install my-redis groundhog2k/redis
To remove the helm repository from helm configuration:
$ helm repo remove groundhog2k