From bc7f295353cb8bc1b52373437e01139471d10c44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 12:36:24 +0000 Subject: [PATCH] chore(deps): update dependency prometheus-operator/prometheus-operator to v0.84.0 --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index feaa1c1..1828af8 100644 --- a/variables.tf +++ b/variables.tf @@ -1400,6 +1400,6 @@ variable "prometheus_operator_crds_enabled" { variable "prometheus_operator_crds_version" { type = string - default = "v0.82.1" # https://github.com/prometheus-operator/prometheus-operator + default = "v0.84.0" # https://github.com/prometheus-operator/prometheus-operator description = "Specifies the version of the Prometheus Operator Custom Resource Definitions (CRDs) to deploy." }