From 7e3ebb0125e227ee7444659bce042912d12b8c53 Mon Sep 17 00:00:00 2001 From: galal-hussein Date: Thu, 14 Feb 2019 02:48:39 +0200 Subject: [PATCH] Add docker 18.09.x to rke v0.2.x --- docker/docker.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/docker.go b/docker/docker.go index 1e488420..ae965bb6 100644 --- a/docker/docker.go +++ b/docker/docker.go @@ -38,8 +38,8 @@ var K8sDockerVersions = map[string][]string{ "1.9": {"1.11.x", "1.12.x", "1.13.x", "17.03.x"}, "1.10": {"1.11.x", "1.12.x", "1.13.x", "17.03.x"}, "1.11": {"1.11.x", "1.12.x", "1.13.x", "17.03.x"}, - "1.12": {"1.11.x", "1.12.x", "1.13.x", "17.03.x", "17.06.x", "17.09.x", "18.06.x"}, - "1.13": {"1.11.x", "1.12.x", "1.13.x", "17.03.x", "17.06.x", "17.09.x", "18.06.x"}, + "1.12": {"1.11.x", "1.12.x", "1.13.x", "17.03.x", "17.06.x", "17.09.x", "18.06.x", "18.09.x"}, + "1.13": {"1.11.x", "1.12.x", "1.13.x", "17.03.x", "17.06.x", "17.09.x", "18.06.x", "18.09.x"}, } type dockerConfig struct {