Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Mar 1, 2024
1 parent 22e590f commit e582b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/loculus/templates/loculus-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{- if .Values.customWebsiteImage -}}
{{- $websiteImage = .Values.customWebsiteImage -}}
{{- else -}}
{{- $websiteImage = printf "ghcr.io/loculus-project/website:%s" .Values.dockerTag -}}
{{- $websiteImage = printf "ghcr.io/loculus-project/website:%s" $dockerTag -}}
{{- end -}}
---
apiVersion: apps/v1
Expand Down

0 comments on commit e582b35

Please sign in to comment.