Skip to content

Commit 8d49e77

Browse files
committed
feat(eks): update K8s version
1 parent 87f477b commit 8d49e77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/eks/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
locals {
2-
kubernetes_version = "1.29"
2+
kubernetes_version = "1.30"
33
cluster_name = "YOUR_CLUSTER_NAME" # Must be unique for each DevOps Stack deployment in a single AWS account. Contains only alphanumeric and hyphens.
44
base_domain = "your.domain.here" # Must match a Route 53 zone in the AWS account where you are deploying the DevOps Stack.
55
subdomain = "apps"

0 commit comments

Comments
 (0)