Skip to content

Commit

Permalink
Update AKS version field to current supported versions (#30)
Browse files Browse the repository at this point in the history
* Move to minor version instead of patch version. Update list to currently available versions

Signed-off-by: Murph <[email protected]>

* Update example xr. Change default version to 1.28

Signed-off-by: Murph <[email protected]>

---------

Signed-off-by: Murph <[email protected]>
  • Loading branch information
djeremiah authored Feb 27, 2024
1 parent a11a469 commit 38838fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions apis/definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ spec:
description: Kubernetes version
type: string
enum:
- "1.27.3"
- "1.26.6"
- "1.25.11"
default: "1.27.3"
- "1.29"
- "1.28"
- "1.27"
- "1.26"
default: "1.28"
nodes:
type: object
description: AKS node configuration parameters.
Expand Down
2 changes: 1 addition & 1 deletion examples/aks-xr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
parameters:
id: configuration-azure-aks
region: westus
version: "1.27.3"
version: "1.28"
nodes:
count: 1
instanceType: Standard_B2s
Expand Down

0 comments on commit 38838fb

Please sign in to comment.