Skip to content

Commit 10294e8

Browse files
Update dependency prometheus-operator/prometheus-operator to v0.81.0
1 parent 29e82c8 commit 10294e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1321,6 +1321,6 @@ variable "ingress_load_balancer_pools" {
13211321
# Miscellaneous
13221322
variable "prometheus_operator_crds_version" {
13231323
type = string
1324-
default = "v0.80.1" # https://github.com/prometheus-operator/prometheus-operator
1324+
default = "v0.81.0" # https://github.com/prometheus-operator/prometheus-operator
13251325
description = "Specifies the version of the Prometheus Operator Custom Resource Definitions (CRDs) to deploy."
13261326
}

0 commit comments

Comments
 (0)