Skip to content

Commit 63ddc48

Browse files
authored
[release/v1.6] bump helm and yaml version to v1.6.0 for docs (#7497)
Signed-off-by: Rudrakh Panigrahi <[email protected]>
1 parent 2637771 commit 63ddc48

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
@@ -18,7 +18,7 @@
1818
{{- "v1.5.4" -}}
1919
{{- end -}}
2020
{{- with (strings.HasPrefix $pagePrefix "docs") -}}
21-
{{- "v1.5.4" -}}
21+
{{- "v1.6.0" -}}
2222
{{- end -}}
2323
{{- with (strings.HasPrefix $pagePrefix "v1.6") -}}
2424
{{- "v1.6.0" -}}

site/layouts/shortcodes/yaml-version.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{{- "v1.5.4" -}}
1919
{{- end -}}
2020
{{- with (strings.HasPrefix $pagePrefix "docs") -}}
21-
{{- "v1.5.4" -}}
21+
{{- "v1.6.0" -}}
2222
{{- end -}}
2323
{{- with (strings.HasPrefix $pagePrefix "v1.6") -}}
2424
{{- "v1.6.0" -}}

0 commit comments

Comments
 (0)