This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/master by this push:
new e5785d4 Chart: Flower deployment should use Flower image (#10701)
e5785d4 is described below
commit e5785d4720d94ed3183bd46769ffdb54830b0d22
Author: Kaxil Naik <[email protected]>
AuthorDate: Wed Sep 2 20:34:03 2020 +0100
Chart: Flower deployment should use Flower image (#10701)
Co-authored-by: Steven Miller <[email protected]>
---
chart/templates/_helpers.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chart/templates/_helpers.yaml b/chart/templates/_helpers.yaml
index 833d6e2..5e56b62 100644
--- a/chart/templates/_helpers.yaml
+++ b/chart/templates/_helpers.yaml
@@ -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" -}}