Skip to content

Commit

Permalink
v1.2.1: update helm version short code (#4664)
Browse files Browse the repository at this point in the history
update helm version short code

Signed-off-by: Huabing Zhao <[email protected]>
  • Loading branch information
zhaohuabing authored Nov 7, 2024
1 parent 2b494e4 commit aeb6848
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions site/layouts/shortcodes/helm-version.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
{{- "v1.1.3" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "v1.2") -}}
{{- "v1.2.0" -}}
{{- "v1.2.1" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "doc") -}}
{{- "v1.2.0" -}}
{{- "v1.2.1" -}}
{{- end -}}
4 changes: 2 additions & 2 deletions site/layouts/shortcodes/yaml-version.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
{{- "v1.1.3" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "v1.2") -}}
{{- "v1.2.0" -}}
{{- "v1.2.1" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "doc") -}}
{{- "v1.2.0" -}}
{{- "v1.2.1" -}}
{{- end -}}

0 comments on commit aeb6848

Please sign in to comment.