[bitnami/airflow] update README to match deprecated values (#33602)

* [bitnami/airflow] docs: update deprecation references for worker autoscaling parameters in README

Signed-off-by: Lucas Marques <marques.analista@gmail.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

---------

Signed-off-by: Lucas Marques <marques.analista@gmail.com>
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Lucas Marques
2025-05-26 15:39:50 +02:00
committed by GitHub
co-authored by Bitnami Bot
parent 35e0089d15
commit 8622ccfcb0
4 changed files with 8 additions and 4 deletions
+5 -1
View File
@@ -1,8 +1,12 @@
# Changelog
## 24.1.1 (2025-05-18)
* [bitnami/airflow] update README to match deprecated values ([#33602](https://github.com/bitnami/charts/pull/33602))
## 24.1.0 (2025-05-14)
* [bitnami/airflow] Validate executors and fix LocalExecutor ([#33696](https://github.com/bitnami/charts/pull/33696))
* [bitnami/airflow] Validate executors and fix LocalExecutor (#33696) ([56e2e5f](https://github.com/bitnami/charts/commit/56e2e5f15cf318cf7d973da4c694623cbb142ed0)), closes [#33696](https://github.com/bitnami/charts/issues/33696)
## <small>24.0.3 (2025-05-13)</small>
+1 -1
View File
@@ -42,4 +42,4 @@ maintainers:
name: airflow
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/airflow
version: 24.1.0
version: 24.1.1
+1 -1
View File
@@ -1012,7 +1012,7 @@ The Bitnami Airflow chart relies on the PostgreSQL chart persistence. This means
| `worker.pdb.maxUnavailable` | Maximum number/percentage of unavailable Airflow worker replicas | `""` |
| `worker.autoscaling.enabled` | DEPRECATED: use worker.autoscaling.hpa.enabled instead | `false` |
| `worker.autoscaling.minReplicas` | DEPRECATED: use worker.autoscaling.hpa.minReplicas instead | `""` |
| `worker.autoscaling.maxReplicas` | DEPRECATED: use worker.autoscaling.hpa.minReplicas instead | `""` |
| `worker.autoscaling.maxReplicas` | DEPRECATED: use worker.autoscaling.hpa.maxReplicas instead | `""` |
| `worker.autoscaling.targetMemory` | DEPRECATED: use worker.autoscaling.hpa.targetMemory instead | `""` |
| `worker.autoscaling.targetCPU` | DEPRECATED: use worker.autoscaling.hpa.targetCPU instead | `""` |
| `worker.autoscaling.vpa.enabled` | Enable VPA for Airflow Worker | `false` |
+1 -1
View File
@@ -2301,7 +2301,7 @@ worker:
autoscaling:
## @param worker.autoscaling.enabled DEPRECATED: use worker.autoscaling.hpa.enabled instead
## @param worker.autoscaling.minReplicas DEPRECATED: use worker.autoscaling.hpa.minReplicas instead
## @param worker.autoscaling.maxReplicas DEPRECATED: use worker.autoscaling.hpa.minReplicas instead
## @param worker.autoscaling.maxReplicas DEPRECATED: use worker.autoscaling.hpa.maxReplicas instead
## @param worker.autoscaling.targetMemory DEPRECATED: use worker.autoscaling.hpa.targetMemory instead
## @param worker.autoscaling.targetCPU DEPRECATED: use worker.autoscaling.hpa.targetCPU instead
enabled: false