Skip to content
Open
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
2 changes: 1 addition & 1 deletion local/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ variable "helm_prometheus_operator_crds_version" {
description = "Version of the prometheus-operator-crds Helm chart. Must match the prometheus-operator version bundled in helm_kube_prometheus_stack_version."
type = string
# renovate: depName=prometheus-operator-crds registryUrl=https://prometheus-community.github.io/helm-charts
default = "29.0.0"
default = "30.0.0"
}

variable "helm_promtail_version" {
Expand Down