diff --git a/stable/airflow/Chart.yaml b/stable/airflow/Chart.yaml index bca9e3e9d7..e7627f9f37 100644 --- a/stable/airflow/Chart.yaml +++ b/stable/airflow/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 description: Airflow is a platform to programmatically author, schedule and monitor workflows name: airflow -version: 3.0.1 -appVersion: 1.10.2 +version: 3.0.2 +appVersion: 1.10.3 icon: https://airflow.apache.org/_images/pin_large.png home: https://airflow.apache.org/ maintainers: diff --git a/stable/airflow/values.yaml b/stable/airflow/values.yaml index a15ec79b5a..498ec9c83a 100644 --- a/stable/airflow/values.yaml +++ b/stable/airflow/values.yaml @@ -63,7 +63,7 @@ airflow: repository: puckel/docker-airflow ## ## image tag - tag: 1.10.2 + tag: 1.10.3 ## ## Image pull policy ## values: Always or IfNotPresent