Skip to content

Commit 3a120bb

Browse files
authored
update k8s version (#793)
Currently, when trying to run the ARM template it throws an error due to incorrect kubernetes version. The correct version is 1.15.10
1 parent 7acafbe commit 3a120bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/azuredeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
}
282282
},
283283
"kubernetesVersion": {
284-
"defaultValue": "1.15.5",
284+
"defaultValue": "1.15.10",
285285
"type": "string",
286286
"metadata": {
287287
"description": "The version of Kubernetes."

0 commit comments

Comments
 (0)