Skip to content

Commit 2e777b9

Browse files
authored
Merge pull request #19 from vdice/feat/marketplace-default-k8s-version
feat(marketplace): add default kubernetes version
2 parents f946976 + 179cb77 commit 2e777b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

marketplace/createUIDefinition.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
"name": "kubernetesVersion",
132132
"type": "Microsoft.Common.DropDown",
133133
"label": "Kubernetes version",
134+
"defaultValue": "1.29.7",
134135
"toolTip": "The version of Kubernetes that should be used for this cluster. You will be able to upgrade this version after creating the cluster.",
135136
"constraints": {
136137
"allowedValues": "[map(steps('clusterDetails').newClusterSection.aksVersionLookupControl.properties.orchestrators, (item) => parse(concat('{\"label\":\"', item.orchestratorVersion, '\",\"value\":\"', item.orchestratorVersion, '\"}')))]",

0 commit comments

Comments
 (0)