Skip to content

Sytten/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Helm Charts

Personnal collection of helm charts for software that I use but do not provide a chart or the chart is not published.

How to use

Terraform:

resource "helm_release" "my_release" {
  name       = "my-release"
  repository = "https://sytten.github.io/helm-charts/"
  chart      = "wave"
  version    = "1.0.0"
  namespace  = "kube-system"
}