Skip to content

Commit ba6f435

Browse files
authored
Merge pull request #38415 from chinu-anand/main
Update link for v1.25 docs in version selector
2 parents 59be0d8 + f59eeb0 commit ba6f435

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
@@ -188,30 +188,30 @@ docsbranch = "main"
188188
url = "https://kubernetes.io"
189189

190190
[[params.versions]]
191-
fullversion = "v1.25.0"
191+
fullversion = "v1.25.5"
192192
version = "v1.25"
193-
githubbranch = "v1.25.0"
194-
docsbranch = "main"
195-
url = "https://kubernetes.io"
193+
githubbranch = "v1.25.5"
194+
docsbranch = "release-1.25"
195+
url = "https://v1-25.docs.kubernetes.io"
196196

197197
[[params.versions]]
198-
fullversion = "v1.24.2"
198+
fullversion = "v1.24.9"
199199
version = "v1.24"
200-
githubbranch = "v1.24.2"
200+
githubbranch = "v1.24.9"
201201
docsbranch = "release-1.24"
202202
url = "https://v1-24.docs.kubernetes.io"
203203

204204
[[params.versions]]
205-
fullversion = "v1.23.8"
205+
fullversion = "v1.23.15"
206206
version = "v1.23"
207-
githubbranch = "v1.23.8"
207+
githubbranch = "v1.23.15"
208208
docsbranch = "release-1.23"
209209
url = "https://v1-23.docs.kubernetes.io"
210210

211211
[[params.versions]]
212-
fullversion = "v1.22.11"
212+
fullversion = "v1.22.17"
213213
version = "v1.22"
214-
githubbranch = "v1.22.11"
214+
githubbranch = "v1.22.17"
215215
docsbranch = "release-1.22"
216216
url = "https://v1-22.docs.kubernetes.io"
217217

0 commit comments

Comments
 (0)