diff --git a/stable/airflow/Chart.yaml b/stable/airflow/Chart.yaml index e7627f9f37..25a7fad54f 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: 3.0.2 +version: 3.0.3 appVersion: 1.10.3 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 0d58fdfcb9..722739bbe0 100644 --- a/stable/airflow/README.md +++ b/stable/airflow/README.md @@ -406,9 +406,9 @@ The following table lists the configurable parameters of the Airflow chart and t | `serviceAccount.create` | create a service account | `true` | | `serviceAccount.name` | the service account name | `` | | `postgresql.enabled` | create a postgres server | `true` | -| `postgresql.existingSecret` | The name of an existing secret with a key `postgresql-password` to use as the password | `nil` | +| `postgresql.existingSecret` | The name of an existing secret with a key `postgres-password` to use as the password | `nil` | | `postgresql.uri` | full URL to custom postgres setup | (undefined) | -| `postgresql.portgresHost` | PostgreSQL Hostname | (undefined) | +| `postgresql.postgresHost` | PostgreSQL Hostname | (undefined) | | `postgresql.postgresUser` | PostgreSQL User | `postgres` | | `postgresql.postgresPassword` | PostgreSQL Password | `airflow` | | `postgresql.postgresDatabase` | PostgreSQL Database name | `airflow` |