Skip to content

Commit

Permalink
Merge pull request #98 from upbound/supported-k8s-versions
Browse files Browse the repository at this point in the history
Add EKS supported versions
  • Loading branch information
ytsarev authored Dec 19, 2024
2 parents 1b38153 + 78fa188 commit b9a1b96
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apis/definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,14 @@ spec:
description: Kubernetes version
type: string
enum:
- "1.31"
- "1.30"
- "1.29"
- "1.28"
- "1.27"
- "1.26"
- "1.25"
default: "1.27"
default: "1.31"
nodes:
type: object
description: EKS node configuration parameters.
Expand Down

0 comments on commit b9a1b96

Please sign in to comment.