feat(kubeadm): updating support to k8s 1.27

This commit is contained in:
Dario Tranchitella
2023-04-14 07:17:15 +02:00
parent 8dc0672718
commit 736fbf0505
+1 -1
View File
@@ -4,5 +4,5 @@
package upgrade
const (
KubeadmVersion = "v1.26.1"
KubeadmVersion = "v1.27.0"
)