File tree Expand file tree Collapse file tree 4 files changed +8
-1
lines changed
manifests/modules/observability/oss-metrics/.workshop/terraform
website/static/docs/observability/open-source-metrics Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments