We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5676737 commit 6092195Copy full SHA for 6092195
site/layouts/shortcodes/helm-version.html
@@ -15,7 +15,7 @@
15
{{- "v1.4.6" -}}
16
{{- end -}}
17
{{- with (strings.HasPrefix $pagePrefix "v1.5") -}}
18
-{{- "v1.5.6" -}}
+{{- "v1.5.7" -}}
19
20
{{- with (strings.HasPrefix $pagePrefix "docs") -}}
21
{{- "v1.6.1" -}}
site/layouts/shortcodes/yaml-version.html
0 commit comments