Skip to content

Commit

Permalink
bump k8s versions and cert-manager version (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
smarunich authored Aug 7, 2024
1 parent d932d7a commit 59d6b91
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion infra/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ locals {
control_plane = false
management_plane = false
}
version = "1.28"
version = "1.30"
instance_type = "m7i.large"
}
cluster = {
Expand Down
2 changes: 1 addition & 1 deletion infra/azure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ locals {
control_plane = false
management_plane = false
}
version = "1.29"
version = "1.30"
instance_type = "Standard_D2as_v5"
}
cluster = {
Expand Down
2 changes: 1 addition & 1 deletion infra/gcp/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ locals {
control_plane = false
management_plane = false
}
version = "1.28"
version = "1.30"
instance_type = "e2-standard-4"
}
cluster = {
Expand Down
2 changes: 1 addition & 1 deletion modules/addons/cert-manager/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ variable "cert-manager_enabled" {
}

variable "cert-manager_version" {
default = "v1.14.4"
default = "v1.15.2"
}

0 comments on commit 59d6b91

Please sign in to comment.