Skip to content

Commit 89e8a6d

Browse files
committed
#26 Fixed grafana helm chart repo url
1 parent 0e9d823 commit 89e8a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/layer2-k8s/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ locals {
2828
helm_repo_ingress_nginx = "https://kubernetes.github.io/ingress-nginx"
2929
helm_repo_bitnami = "https://charts.bitnami.com/bitnami"
3030
helm_repo_prometheus_community = "https://prometheus-community.github.io/helm-charts"
31-
helm_repo_loki_stack = "https://grafana.github.io/loki/charts"
31+
helm_repo_grafana = "https://grafana.github.io/helm-charts"
3232
}

0 commit comments

Comments
 (0)