Skip to content

Commit 5a6562d

Browse files
committed
chore(marketplace): bump default k8s version to 1.29.10
Signed-off-by: Vaughn Dice <[email protected]>
1 parent aece5bb commit 5a6562d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

marketplace/mainTemplate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
},
6767
"kubernetesVersion": {
6868
"type": "String",
69-
"defaultValue": "1.28.9",
69+
"defaultValue": "1.29.10",
7070
"metadata": {
7171
"description": "The version of Kubernetes."
7272
}

marketplace/parameterFile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"value": 0
3131
},
3232
"kubernetesVersion": {
33-
"value": "1.28.9"
33+
"value": "1.29.10"
3434
},
3535
"networkPlugin": {
3636
"value": "kubenet"

0 commit comments

Comments
 (0)