Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ variable "operator_chart_version" {
description = "The chart version of opentelemetry-operator to use"
type = string
# renovate-helm: depName=opentelemetry-operator registryUrl=https://open-telemetry.github.io/opentelemetry-helm-charts
default = "0.68.1"
default = "0.115.0"
}

# tflint-ignore: terraform_unused_declarations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ variable "operator_chart_version" {
description = "The chart version of opentelemetry-operator to use"
type = string
# renovate-helm: depName=opentelemetry-operator registryUrl=https://open-telemetry.github.io/opentelemetry-helm-charts
default = "0.68.1"
default = "0.115.0"
}

variable "grafana_chart_version" {
Expand Down
Loading