Skip to content

Commit

Permalink
feat(eks): update K8s version
Browse files Browse the repository at this point in the history
  • Loading branch information
lentidas committed Aug 14, 2024
1 parent 87f477b commit 8d49e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/eks/locals.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
kubernetes_version = "1.29"
kubernetes_version = "1.30"
cluster_name = "YOUR_CLUSTER_NAME" # Must be unique for each DevOps Stack deployment in a single AWS account. Contains only alphanumeric and hyphens.
base_domain = "your.domain.here" # Must match a Route 53 zone in the AWS account where you are deploying the DevOps Stack.
subdomain = "apps"
Expand Down

0 comments on commit 8d49e77

Please sign in to comment.