diff --git a/kubernetes/loculus/templates/loculus-deployment.yaml b/kubernetes/loculus/templates/loculus-deployment.yaml index 5c88e42f7..65bd142fa 100644 --- a/kubernetes/loculus/templates/loculus-deployment.yaml +++ b/kubernetes/loculus/templates/loculus-deployment.yaml @@ -24,7 +24,7 @@ spec: containers: {{- if not .Values.disableWebsite }} - name: website - image: "{{ if .$.Values.customWebsiteImage }}{{ .$.Values.customWebsiteImage }}{{ else }}ghcr.io/loculus-project/website:{{ $dockerTag }}{{ end }}" + image: "{{ if $.Values.customWebsiteImage }}{{ $.Values.customWebsiteImage }}{{ else }}ghcr.io/loculus-project/website:{{ $dockerTag }}{{ end }}" imagePullPolicy: Always resources: requests: