[stable/airflow] Airflow connections values fix (#16159)

* [stable/airflow] Hotfix for `connections` default value

* connections should be a list by default, to avoid error trying overwrite map with list when passing actual list with connections. See: https://github.com/helm/charts/pull/10317#pullrequestreview-194739611

Signed-off-by: Maxim Mironenko <maxim@cloudposse.com>

* [stable/airflow] Hotfix for `connections` default value

* version bumped

Signed-off-by: Maxim Mironenko <maxim@cloudposse.com>
This commit is contained in:
Maxim Mironenko
2019-08-07 23:15:17 -07:00
committed by Kubernetes Prow Robot
parent 0e22d39369
commit 52bbcb787f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: Airflow is a platform to programmatically author, schedule and monitor workflows
name: airflow
version: 4.0.0
version: 4.0.1
appVersion: 1.10.3
icon: https://airflow.apache.org/_images/pin_large.png
home: https://airflow.apache.org/
+1 -1
View File
@@ -118,7 +118,7 @@ airflow:
## - id: my_aws
## type: aws
## extra: '{"aws_access_key_id": "**********", "aws_secret_access_key": "***", "region_name":"eu-central-1"}'
connections: {}
connections: []
## Add airflow variables
## This should be a json string with your variables in it