Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions modules/kubernetes_cluster/eks_standard/1.0/facets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ sample:
version: latest
cluster_endpoint_private_access: true
cluster_endpoint_public_access: true
cluster_version: "1.34"
cluster_version: "1.35"
customer_managed_kms: true
version: "1.1"
spec:
Expand Down Expand Up @@ -228,7 +228,7 @@ spec:
type: object
x-ui-yaml-editor: true
cluster_version:
default: "1.34"
default: "1.35"
description: EKS Kubernetes version
enum:
- "1.28"
Expand All @@ -239,6 +239,8 @@ spec:
- "1.33"
- "1.34"
- "1.35"
- "1.36"
- "1.37"
title: Kubernetes Version
type: string
x-ui-overrides-only: true
Expand Down