Skip to content

Commit 82bd303

Browse files
committed
revert layouts version
Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com>
1 parent 5c56c26 commit 82bd303

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

site/layouts/shortcodes/helm-version.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
{{- "v1.8.3" -}}
2828
{{- end -}}
2929
{{- with (strings.HasPrefix $pagePrefix "v1.9") -}}
30-
{{- "v1.9.1" -}}
30+
{{- "v1.9.0" -}}
3131
{{- end -}}
3232
{{- with (strings.HasPrefix $pagePrefix "docs") -}}
33-
{{- "v1.9.1" -}}
33+
{{- "v1.9.0" -}}
3434
{{- end -}}

site/layouts/shortcodes/yaml-version.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
{{- "v1.8.3" -}}
2828
{{- end -}}
2929
{{- with (strings.HasPrefix $pagePrefix "v1.9") -}}
30-
{{- "v1.9.1" -}}
30+
{{- "v1.9.0" -}}
3131
{{- end -}}
3232
{{- with (strings.HasPrefix $pagePrefix "docs") -}}
33-
{{- "v1.9.1" -}}
33+
{{- "v1.9.0" -}}
3434
{{- end -}}

0 commit comments

Comments
 (0)