Skip to content

Commit 73a447a

Browse files
Update dependency prometheus-operator/prometheus-operator to v0.80.1
1 parent 548de52 commit 73a447a

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
@@ -1315,6 +1315,6 @@ variable "ingress_load_balancer_pools" {
13151315
# Miscellaneous
13161316
variable "prometheus_operator_crds_version" {
13171317
type = string
1318-
default = "v0.80.0" # https://github.com/prometheus-operator/prometheus-operator
1318+
default = "v0.80.1" # https://github.com/prometheus-operator/prometheus-operator
13191319
description = "Specifies the version of the Prometheus Operator Custom Resource Definitions (CRDs) to deploy."
13201320
}

0 commit comments

Comments
 (0)