Skip to content

Helm charts for various open source apps and services.

Notifications You must be signed in to change notification settings

jshimko/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm Charts

This repository contains Helm charts for various open source applications and services. To learn more, please see the readme for each available chart.

Usage

Helm must be installed to use this chart. Please refer to Helm's documentation to get started.

Add this repo as follows:

helm repo add jshimko https://jshimko.github.io/helm-charts

If you had already added this repo earlier, run helm repo update to retrieve the latest versions. You can then run helm search repo jshimko to see the available charts.

To install a chart:

helm install my-release -n my-namespace jshimko/chart-name