mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
0e22d39369
commit
52bbcb787f
@@ -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/
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user