update overridden config for 1.10 (#7847)
* update overridden config for 1.10 * fix config file per comments
This commit is contained in:
committed by
k8s-ci-robot
parent
8e33f9c8a4
commit
a4c18701e4
+9
-9
@@ -13,22 +13,27 @@ incremental: true
|
|||||||
safe: false
|
safe: false
|
||||||
lsi: false
|
lsi: false
|
||||||
|
|
||||||
latest: "v1.9"
|
latest: "v1.10"
|
||||||
defaults:
|
defaults:
|
||||||
-
|
-
|
||||||
scope:
|
scope:
|
||||||
path: ""
|
path: ""
|
||||||
values:
|
values:
|
||||||
fullversion: "v1.9.0"
|
fullversion: "v1.10.0"
|
||||||
version: "v1.9"
|
version: "v1.10"
|
||||||
githubbranch: "master"
|
githubbranch: "master"
|
||||||
docsbranch: "master"
|
docsbranch: "master"
|
||||||
versions:
|
versions:
|
||||||
|
- fullversion: "v1.10.0"
|
||||||
|
version: "v1.10"
|
||||||
|
githubbranch: "v1.10.0"
|
||||||
|
docsbranch: "release-1.10"
|
||||||
|
url: https://kubernetes.io
|
||||||
- fullversion: "v1.9.0"
|
- fullversion: "v1.9.0"
|
||||||
version: "v1.9"
|
version: "v1.9"
|
||||||
githubbranch: "v1.9.0"
|
githubbranch: "v1.9.0"
|
||||||
docsbranch: "release-1.9"
|
docsbranch: "release-1.9"
|
||||||
url: https://kubernetes.io
|
url: https://v1-9.docs.kubernetes.io
|
||||||
- fullversion: "v1.8.4"
|
- fullversion: "v1.8.4"
|
||||||
version: "v1.8"
|
version: "v1.8"
|
||||||
githubbranch: "v1.8.4"
|
githubbranch: "v1.8.4"
|
||||||
@@ -44,11 +49,6 @@ defaults:
|
|||||||
githubbranch: "v1.6.8"
|
githubbranch: "v1.6.8"
|
||||||
docsbranch: "release-1.6"
|
docsbranch: "release-1.6"
|
||||||
url: https://v1-6.docs.kubernetes.io
|
url: https://v1-6.docs.kubernetes.io
|
||||||
- fullversion: "v1.5.7"
|
|
||||||
version: "v1.5"
|
|
||||||
githubbranch: "v1.5.7"
|
|
||||||
docsbranch: "release-1.5"
|
|
||||||
url: https://v1-5.docs.kubernetes.io
|
|
||||||
deprecated: false
|
deprecated: false
|
||||||
currentUrl: https://kubernetes.io/docs/home/
|
currentUrl: https://kubernetes.io/docs/home/
|
||||||
nextUrl: http://kubernetes-io-vnext-staging.netlify.com/
|
nextUrl: http://kubernetes-io-vnext-staging.netlify.com/
|
||||||
|
|||||||
Reference in New Issue
Block a user