/helm-charts

Personal Helm Charts

Primary LanguageSmarty

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"
}