Skip to content

Commit

Permalink
Chart: Flower deployment should use Flower image (apache#10701)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Miller <[email protected]>
  • Loading branch information
kaxil and sjmiller609 authored Sep 2, 2020
1 parent 48ce4bd commit e5785d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/_helpers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
{{- end }}

{{ define "flower_image" -}}
{{ printf "%s:%s" (.Values.images.airflow.repository | default .Values.defaultAirflowRepository) (.Values.images.airflow.tag | default .Values.defaultAirflowTag) }}
{{ printf "%s:%s" (.Values.images.flower.repository | default .Values.defaultAirflowRepository) (.Values.images.flower.tag | default .Values.defaultAirflowTag) }}
{{- end }}

{{ define "statsd_image" -}}
Expand Down

0 comments on commit e5785d4

Please sign in to comment.