Skip to content

Commit b36f791

Browse files
authored
Merge pull request #23460 from savitharaghunathan/config_patch
Correcting URL and other minor k8s versions
2 parents f704957 + 6793ff4 commit b36f791

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

config.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -160,34 +160,34 @@ js = [
160160
fullversion = "v1.19.0"
161161
version = "v1.19"
162162
githubbranch = "v1.19.0"
163-
docsbranch = "release-1.19"
163+
docsbranch = "master"
164164
url = "https://kubernetes.io"
165165

166166
[[params.versions]]
167-
fullversion = "v1.18.0"
167+
fullversion = "v1.18.8"
168168
version = "v1.18"
169-
githubbranch = "v1.18.0"
169+
githubbranch = "v1.18.8"
170170
docsbranch = "release-1.18"
171-
url = "https://v-18.docs.kubernetes.io"
171+
url = "https://v1-18.docs.kubernetes.io"
172172

173173
[[params.versions]]
174-
fullversion = "v1.17.4"
174+
fullversion = "v1.17.11"
175175
version = "v1.17"
176-
githubbranch = "v1.17.4"
176+
githubbranch = "v1.17.11"
177177
docsbranch = "release-1.17"
178178
url = "https://v1-17.docs.kubernetes.io"
179179

180180
[[params.versions]]
181-
fullversion = "v1.16.8"
181+
fullversion = "v1.16.14"
182182
version = "v1.16"
183-
githubbranch = "v1.16.8"
183+
githubbranch = "v1.16.14"
184184
docsbranch = "release-1.16"
185185
url = "https://v1-16.docs.kubernetes.io"
186186

187187
[[params.versions]]
188-
fullversion = "v1.15.11"
188+
fullversion = "v1.15.12"
189189
version = "v1.15"
190-
githubbranch = "v1.15.11"
190+
githubbranch = "v1.15.12"
191191
docsbranch = "release-1.15"
192192
url = "https://v1-15.docs.kubernetes.io"
193193

0 commit comments

Comments
 (0)