Skip to content

Commit

Permalink
fix(cce): default versions for cce addons
Browse files Browse the repository at this point in the history
  • Loading branch information
4kleiber committed Jul 19, 2024
1 parent 2fc900c commit f9967d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/cce/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -221,14 +221,14 @@ locals {

variable "autoscaler_version" {
type = string
description = "Version of the Autoscaler Addon Template (default: 1.27.53)"
default = "1.27.53"
description = "Version of the Autoscaler Addon Template (default: 1.28.22)"
default = "1.28.22"
}

variable "metrics_server_version" {
type = string
description = "Version of the Metrics Server Addon Template (default: 1.3.37)"
default = "1.3.37"
description = "Version of the Metrics Server Addon Template (default: 1.3.39)"
default = "1.3.39"
}

variable "cluster_authentication_mode" {
Expand Down

0 comments on commit f9967d3

Please sign in to comment.