Skip to content

Commit f8c735d

Browse files
authored
Update charts/self-host/templates/helpers.tpl
1 parent b55371e commit f8c735d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/self-host/templates/helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Get the coreVersion for image tags
1616
Get the webVersion for image tags
1717
*/}}
1818
{{- define "bitwarden.webVersion" -}}
19-
{{- default ( include "bitwarden.webVersionDefault" nil ) .Values.webVersionOverride -}}
19+
{{- default ( include "bitwarden.webVersionDefault" nil ) .Values.general.webVersionOverride -}}
2020
{{- end -}}
2121

2222
{{/*

0 commit comments

Comments
 (0)