Skip to content

Commit c7f63fc

Browse files
committed
Updated releases
1 parent 738d644 commit c7f63fc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

vars.tf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ variable "instance_types" {
7373

7474
variable "k8s_version" {
7575
type = string
76-
default = "1.25.6"
76+
default = "1.27.3"
7777
}
7878

7979
variable "k8s_pod_subnet" {
@@ -147,17 +147,17 @@ variable "install_nginx_ingress" {
147147

148148
variable "nginx_ingress_release" {
149149
type = string
150-
default = "v1.5.1"
150+
default = "v1.8.1"
151151
}
152152

153153
variable "install_certmanager" {
154154
type = bool
155-
default = true
155+
default = false
156156
}
157157

158158
variable "certmanager_release" {
159159
type = string
160-
default = "v1.11.0"
160+
default = "v1.12.2"
161161
}
162162

163163
variable "certmanager_email_address" {
@@ -178,7 +178,7 @@ variable "efs_persistent_storage" {
178178

179179
variable "efs_csi_driver_release" {
180180
type = string
181-
default = "v1.4.2"
181+
default = "v1.5.8"
182182
}
183183

184184
variable "extlb_listener_http_port" {
@@ -218,5 +218,5 @@ variable "install_node_termination_handler" {
218218

219219
variable "node_termination_handler_release" {
220220
type = string
221-
default = "v1.17.3"
221+
default = "v1.20.0"
222222
}

0 commit comments

Comments
 (0)