Skip to content

Commit

Permalink
Fix website version (#4229)
Browse files Browse the repository at this point in the history
* Point current docs to v1.1.1

Signed-off-by: Arko Dasgupta <[email protected]>
  • Loading branch information
arkodg authored Sep 12, 2024
1 parent 480b387 commit 6b8e37a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions site/layouts/shortcodes/helm-version.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{{- "v0.0.0-latest" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "v1.1") -}}
{{- "v1.1.0" -}}
{{- "v1.1.1" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "doc") -}}
{{- "v1.1.0" -}}
{{- end -}}
{{- "v1.1.1" -}}
{{- end -}}
6 changes: 3 additions & 3 deletions site/layouts/shortcodes/yaml-version.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{{- "latest" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "v1.1") -}}
{{- "v1.1.0" -}}
{{- "v1.1.1" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "doc") -}}
{{- "v1.1.0" -}}
{{- end -}}
{{- "v1.1.1" -}}
{{- end -}}

0 comments on commit 6b8e37a

Please sign in to comment.