We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e82c8 commit 10294e8Copy full SHA for 10294e8
variables.tf
@@ -1321,6 +1321,6 @@ variable "ingress_load_balancer_pools" {
1321
# Miscellaneous
1322
variable "prometheus_operator_crds_version" {
1323
type = string
1324
- default = "v0.80.1" # https://github.com/prometheus-operator/prometheus-operator
+ default = "v0.81.0" # https://github.com/prometheus-operator/prometheus-operator
1325
description = "Specifies the version of the Prometheus Operator Custom Resource Definitions (CRDs) to deploy."
1326
}
0 commit comments