Skip to content

Commit 756d2ef

Browse files
authored
[release/v1.3] update site to use v1.3.3 (#5980)
update site to use v1.3.3 Signed-off-by: Guy Daich <[email protected]>
1 parent 0752df1 commit 756d2ef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

site/layouts/shortcodes/helm-version.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
{{- "v1.2.6" -}}
1010
{{- end -}}
1111
{{- with (strings.HasPrefix $pagePrefix "v1.3") -}}
12-
{{- "v1.3.2" -}}
12+
{{- "v1.3.3" -}}
1313
{{- end -}}
1414
{{- with (strings.HasPrefix $pagePrefix "docs") -}}
15-
{{- "v1.3.2" -}}
15+
{{- "v1.3.3" -}}
1616
{{- end -}}

site/layouts/shortcodes/yaml-version.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
{{- "v1.2.6" -}}
1010
{{- end -}}
1111
{{- with (strings.HasPrefix $pagePrefix "v1.3") -}}
12-
{{- "v1.3.2" -}}
12+
{{- "v1.3.3" -}}
1313
{{- end -}}
1414
{{- with (strings.HasPrefix $pagePrefix "docs") -}}
15-
{{- "v1.3.2" -}}
15+
{{- "v1.3.3" -}}
1616
{{- end -}}

0 commit comments

Comments
 (0)