Compare commits
2 Commits
16ec931a9a
...
c748e71a91
| Author | SHA1 | Date | |
|---|---|---|---|
| c748e71a91 | |||
| 41a687a5ab |
8
helm.tf
8
helm.tf
@@ -4,7 +4,7 @@ resource "helm_release" "this" {
|
|||||||
|
|
||||||
repository = "https://grafana.github.io/helm-charts"
|
repository = "https://grafana.github.io/helm-charts"
|
||||||
chart = "grafana"
|
chart = "grafana"
|
||||||
version = "6.50.7"
|
version = "6.52.2"
|
||||||
|
|
||||||
values = [
|
values = [
|
||||||
jsonencode({
|
jsonencode({
|
||||||
@@ -43,6 +43,12 @@ resource "helm_release" "this" {
|
|||||||
org_role = "Viewer"
|
org_role = "Viewer"
|
||||||
hide_version = true
|
hide_version = true
|
||||||
}
|
}
|
||||||
|
"smtp" = {
|
||||||
|
enabled = true
|
||||||
|
host = "smtp.lawndale.:25"
|
||||||
|
from = "noreply@grafana.thomasklein.me"
|
||||||
|
from_name = "Grafana"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user