2026-07-14 09:27:24 -07:00
|
|
|
# Helm chart repositories (referenced inline in helm_release resources)
|
|
|
|
|
locals {
|
|
|
|
|
helm_repos = {
|
|
|
|
|
jetstack = "https://charts.jetstack.io"
|
|
|
|
|
stakater = "https://stakater.github.io/stakater-charts"
|
|
|
|
|
ingress_nginx = "https://kubernetes.github.io/ingress-nginx"
|
2026-07-14 16:36:12 -07:00
|
|
|
cilium = "https://helm.cilium.io"
|
2026-07-14 09:27:24 -07:00
|
|
|
cnpg = "https://cloudnative-pg.github.io/charts"
|
|
|
|
|
authentik = "https://charts.goauthentik.io"
|
|
|
|
|
hashicorp = "https://helm.releases.hashicorp.com"
|
|
|
|
|
minio = "https://charts.min.io"
|
|
|
|
|
grafana = "https://grafana.github.io/helm-charts"
|
|
|
|
|
prometheus_community = "https://prometheus-community.github.io/helm-charts"
|
|
|
|
|
portainer = "https://portainer.github.io/k8s/"
|
|
|
|
|
argo = "https://argoproj.github.io/argo-helm"
|
|
|
|
|
gitea_charts = "https://dl.gitea.com/charts/"
|
|
|
|
|
strimzi = "https://strimzi.io/charts/"
|
|
|
|
|
bitnami = "https://charts.bitnami.com/bitnami"
|
|
|
|
|
temporal = "https://go.temporal.io/helm-charts"
|
|
|
|
|
}
|
|
|
|
|
}
|