Skip to content

Commit

Permalink
Update which containers are used
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Jan 11, 2024
1 parent 71a8e0f commit 168cf8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/flowforge/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
{{- if .Values.forge.image }}
image: {{ .Values.forge.image }}
{{ else }}
image: {{ .Values.forge.registry }}{{- if .Values.forge.registry -}}/{{- end -}}flowforge/forge-k8s:{{ .Chart.AppVersion }}
image: {{ .Values.forge.registry }}{{- if .Values.forge.registry -}}/{{- end -}}flowfuse/forge-k8s:{{ .Chart.AppVersion }}
{{ end -}}
imagePullPolicy: Always
env:
Expand Down
2 changes: 1 addition & 1 deletion helm/flowforge/templates/file-storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
fsGroup: 1000
containers:
- name: file-storage
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 }}
imagePullPolicy: Always
env:
- name: NODE_ENV
Expand Down

0 comments on commit 168cf8e

Please sign in to comment.