dimkatsi91 / helm-charts

Helm charts for open source applications - ready to use for deployment on Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

helm-charts

Helm charts for some famous open source projects - ready to use in your Kubernetes environment

TL;DR

$ helm repo add lfs269 https://lfs269.github.io/helm-charts/
$ helm repo update

Introduction

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.

Prerequisites

  • Helm 3.x

Adding this helm repository

To add this repository to the helm configuration:

$ helm repo add lfs269 https://lfs269.github.io/helm-charts/

Using this helm repository

To install a chart from this repository (example with Redis):

$ helm install my-redis lfs269/redis

Removing this helm repository

To remove the helm repository from helm configuration:

$ helm repo remove lfs269

About

Helm charts for open source applications - ready to use for deployment on Kubernetes

License:MIT License


Languages

Language:Smarty 56.7%Language:Mustache 43.3%