dep: upgrade grafana to 10.1.4
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
7
helm.tf
7
helm.tf
@@ -4,9 +4,14 @@ resource "helm_release" "this" {
|
|||||||
|
|
||||||
repository = "https://grafana.github.io/helm-charts"
|
repository = "https://grafana.github.io/helm-charts"
|
||||||
chart = "grafana"
|
chart = "grafana"
|
||||||
version = "7.0.8"
|
version = "10.1.4"
|
||||||
|
|
||||||
values = [
|
values = [
|
||||||
|
jsonencode({
|
||||||
|
initChownData = {
|
||||||
|
enabled = false
|
||||||
|
}
|
||||||
|
}),
|
||||||
jsonencode({
|
jsonencode({
|
||||||
ingress = {
|
ingress = {
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|||||||
Reference in New Issue
Block a user