From f8c735d8c7d13e4334a6a5ce75d7a05c92220109 Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Mon, 4 Dec 2023 11:12:09 -0500 Subject: [PATCH] Update charts/self-host/templates/helpers.tpl --- charts/self-host/templates/helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/self-host/templates/helpers.tpl b/charts/self-host/templates/helpers.tpl index 9c4cadf8..3719adc3 100644 --- a/charts/self-host/templates/helpers.tpl +++ b/charts/self-host/templates/helpers.tpl @@ -16,7 +16,7 @@ Get the coreVersion for image tags Get the webVersion for image tags */}} {{- define "bitwarden.webVersion" -}} -{{- default ( include "bitwarden.webVersionDefault" nil ) .Values.webVersionOverride -}} +{{- default ( include "bitwarden.webVersionDefault" nil ) .Values.general.webVersionOverride -}} {{- end -}} {{/*