diff --git a/stable/airflow/Chart.yaml b/stable/airflow/Chart.yaml index cac198981f..8d4bad0fae 100644 --- a/stable/airflow/Chart.yaml +++ b/stable/airflow/Chart.yaml @@ -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/ diff --git a/stable/airflow/values.yaml b/stable/airflow/values.yaml index 899aac38dd..f1d77503a1 100644 --- a/stable/airflow/values.yaml +++ b/stable/airflow/values.yaml @@ -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