Skip to content

Commit

Permalink
Fix file server container name
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Feb 16, 2024
1 parent 762aba6 commit e3178d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/flowforge/templates/file-storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ spec:
{{- if .Values.forge.fileStore.image }}
image: {{ .Values.forge.fileStore.image }}
{{ else }}
image: {{ .Values.forge.registry }}{{- if .Values.forge.registry -}}/{{- end -}}flowforge/file-server:{{ .Chart.AppVersion }}
image: {{ .Values.forge.registry }}{{- if .Values.forge.registry -}}/{{- end -}}flowfuse/file-server:{{ .Chart.AppVersion }}
{{end -}}
imagePullPolicy: Always
env:
Expand Down

0 comments on commit e3178d6

Please sign in to comment.