diff --git a/stable/airflow/Chart.yaml b/stable/airflow/Chart.yaml index 363aa2f331..b03117a164 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: 5.2.3 +version: 5.2.4 appVersion: 1.10.4 icon: https://airflow.apache.org/_images/pin_large.png home: https://airflow.apache.org/ diff --git a/stable/airflow/README.md b/stable/airflow/README.md index effa2d0a5c..52ae6001c3 100644 --- a/stable/airflow/README.md +++ b/stable/airflow/README.md @@ -369,7 +369,7 @@ The following table lists the configurable parameters of the Airflow chart and t | `airflow.service.annotations` | (optional) service annotations for Airflow UI | `{}` | | `airflow.service.externalPort` | (optional) external port for Airflow UI | `8080` | | `airflow.service.nodePort.http` | (optional) when using service.type == NodePort, an optional NodePort to request | ``| -| `airflow.service.serviceSessionAffinity` | The session affinity for the airflow UI | `None` | +| `airflow.service.sessionAffinity` | The session affinity for the airflow UI | `None` | | `airflow.service.sessionAffinityConfig` | The session affinity config for the airflow UI | `None` | | `airflow.executor` | the executor to run | `Celery` | | `airflow.initRetryLoop` | max number of retries during container init | |