From 6cb679e9eccedd7b2dc06eb0a9c3ab8301545dc9 Mon Sep 17 00:00:00 2001 From: Rey Lejano Date: Wed, 7 Apr 2021 08:26:17 -0700 Subject: [PATCH] correct config.toml --- config.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config.toml b/config.toml index c20fcbb9e6..f4922ef075 100644 --- a/config.toml +++ b/config.toml @@ -185,23 +185,23 @@ docsbranch = "master" url = "https://kubernetes.io" [[params.versions]] -fullversion = "v1.20.6" +fullversion = "v1.20.5" version = "v1.20" -githubbranch = "v1.20.6" +githubbranch = "v1.20.5" docsbranch = "release-1.20" url = "https://v1-20.kubernetes.io" [[params.versions]] -fullversion = "v1.19.10" +fullversion = "v1.19.9" version = "v1.19" -githubbranch = "v1.19.10" +githubbranch = "v1.19.9" docsbranch = "release-1.19" url = "https://v1-19.docs.kubernetes.io" [[params.versions]] -fullversion = "v1.18.18" +fullversion = "v1.18.17" version = "v1.18" -githubbranch = "v1.18.18" +githubbranch = "v1.18.17" docsbranch = "release-1.18" url = "https://v1-18.docs.kubernetes.io"