Skip to content

Commit da5efee

Browse files
athavrRaj Athavale
andauthored
update: upgrade Grafana chart to 8.X (#1794)
Co-authored-by: Raj Athavale <athavr@amazon.com>
1 parent fb328b0 commit da5efee

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

manifests/modules/observability/oss-metrics/.workshop/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ module "grafana" {
145145

146146
description = "Grafana"
147147
chart = "grafana"
148-
chart_version = "6.43.1"
148+
chart_version = var.grafana_chart_version
149149
namespace = kubernetes_namespace.grafana.metadata[0].name
150150
create_namespace = false
151151
repository = "https://grafana.github.io/helm-charts"

manifests/modules/observability/oss-metrics/.workshop/terraform/vars.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,10 @@ variable "operator_chart_version" {
4040
# renovate-helm: depName=opentelemetry-operator registryUrl=https://open-telemetry.github.io/opentelemetry-helm-charts
4141
default = "0.68.1"
4242
}
43+
44+
variable "grafana_chart_version" {
45+
description = "The chart version of grafana to use"
46+
type = string
47+
# renovate-helm: depName=grafana registryUrl=https://grafana.github.io/helm-charts
48+
default = "8.15.0"
49+
}
2.81 KB
Loading
3.31 KB
Loading

0 commit comments

Comments
 (0)