Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 3a597c9

Browse files
dmitshanhowe
authored andcommitted
reverted Kubernetes default version to 1.7.9 (#1756)
1 parent af32b52 commit 3a597c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/api/common/const.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const (
8888
// KubernetesVersion1Dot5Dot8 is the major.minor.patch string for the 1.5.8 version of kubernetes
8989
KubernetesVersion1Dot5Dot8 string = "1.5.8"
9090
// KubernetesDefaultVersion is the default major.minor.patch version for kubernetes
91-
KubernetesDefaultVersion string = KubernetesVersion1Dot7Dot10
91+
KubernetesDefaultVersion string = KubernetesVersion1Dot7Dot9
9292
)
9393

9494
// AllKubernetesSupportedVersions is a whitelist map of supported Kubernetes version strings

0 commit comments

Comments
 (0)