From 9c77858dd8d551c3c6b96cb1940b42a7ec77e5ca Mon Sep 17 00:00:00 2001 From: Ojas Mhetar Date: Thu, 28 Mar 2019 15:17:28 -0700 Subject: [PATCH] Bump k8s version to 1.11.9 (#98) --- constants/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/constants.go b/constants/constants.go index 14d37da..ff821d0 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -8,7 +8,7 @@ import ( ) const ( - KubernetesVersion = "v1.11.7" + KubernetesVersion = "v1.11.9" CNIVersion = "v0.6.0" BaseInstallDir = "/opt/bin" CNIBaseDir = "/opt/cni/bin"