Skip to content

Commit 3c310a2

Browse files
authored
docs: bump v1.5 docs to use v1.5.5 (#7518)
Signed-off-by: Arko Dasgupta <[email protected]>
1 parent 5ea3e09 commit 3c310a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/layouts/shortcodes/helm-version.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{{- "v1.4.5" -}}
1616
{{- end -}}
1717
{{- with (strings.HasPrefix $pagePrefix "v1.5") -}}
18-
{{- "v1.5.4" -}}
18+
{{- "v1.5.5" -}}
1919
{{- end -}}
2020
{{- with (strings.HasPrefix $pagePrefix "docs") -}}
2121
{{- "v1.6.0" -}}

site/layouts/shortcodes/yaml-version.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{{- "v1.4.5" -}}
1616
{{- end -}}
1717
{{- with (strings.HasPrefix $pagePrefix "v1.5") -}}
18-
{{- "v1.5.4" -}}
18+
{{- "v1.5.5" -}}
1919
{{- end -}}
2020
{{- with (strings.HasPrefix $pagePrefix "docs") -}}
2121
{{- "v1.6.0" -}}

0 commit comments

Comments
 (0)