mirror of
https://github.com/bitnami/charts.git
synced 2026-08-09 12:55:41 +08:00
[bitnami/airflow] Upgrade to Redis subchart 22 (#35728)
* [bitnami/airflow] Upgrade to Redis subchart 22 Signed-off-by: David Gomez <david.gomez@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> --------- Signed-off-by: David Gomez <david.gomez@broadcom.com> Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
co-authored by
Bitnami Bot
parent
80ef5e2a0c
commit
5c3c29b124
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 24.3.4 (2025-08-09)
|
||||
## 25.0.0 (2025-08-11)
|
||||
|
||||
* [bitnami/airflow] :zap: :arrow_up: Update dependency references ([#35716](https://github.com/bitnami/charts/pull/35716))
|
||||
* [bitnami/airflow] Upgrade to Redis subchart 22 ([#35728](https://github.com/bitnami/charts/pull/35728))
|
||||
|
||||
## <small>24.3.4 (2025-08-09)</small>
|
||||
|
||||
* [bitnami/airflow] :zap: :arrow_up: Update dependency references (#35716) ([5db3a45](https://github.com/bitnami/charts/commit/5db3a45590b6e39074f2aede8c991a8df0cd50de)), closes [#35716](https://github.com/bitnami/charts/issues/35716)
|
||||
|
||||
## <small>24.3.3 (2025-08-07)</small>
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
dependencies:
|
||||
- name: redis
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 21.2.14
|
||||
version: 22.0.1
|
||||
- name: postgresql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 16.7.24
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.31.3
|
||||
digest: sha256:ce4750c2248a56615b455fe59e2179621379a2affb4fd78bbe3969d5b5e0110a
|
||||
generated: "2025-08-09T02:33:14.730651087Z"
|
||||
digest: sha256:b759440618b2d26a8ac1fcc8952ed851540c7109c3c9ca4ccb1c5c460ad8ac6f
|
||||
generated: "2025-08-11T09:52:31.842376+02:00"
|
||||
|
||||
@@ -16,7 +16,7 @@ dependencies:
|
||||
- condition: redis.enabled
|
||||
name: redis
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 21.x.x
|
||||
version: 22.x.x
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
@@ -42,4 +42,4 @@ maintainers:
|
||||
name: airflow
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/airflow
|
||||
version: 24.3.4
|
||||
version: 25.0.0
|
||||
@@ -1040,11 +1040,6 @@ The Bitnami Airflow chart relies on the PostgreSQL chart persistence. This means
|
||||
| `worker.pdb.create` | Deploy a pdb object for the Airflow worker pods | `true` |
|
||||
| `worker.pdb.minAvailable` | Maximum number/percentage of unavailable Airflow worker replicas | `""` |
|
||||
| `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.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` |
|
||||
| `worker.autoscaling.vpa.annotations` | Annotations for VPA resource | `{}` |
|
||||
| `worker.autoscaling.vpa.controlledResources` | List of resources that the VPA can control. Defaults to cpu and memory | `[]` |
|
||||
@@ -1344,6 +1339,10 @@ Find more information about how to deal with common errors related to Bitnami's
|
||||
|
||||
## Upgrading
|
||||
|
||||
### To 25.0.0
|
||||
|
||||
This major updates the Redis® subchart to its newest major, 22.0.0, which updates Redis® from 8.0 to 8.2. [Here](https://redis.io/docs/latest/operate/oss_and_stack/install/upgrade/cluster/) you can find more information about the changes introduced in that version. No major issues are expected during the upgrade.
|
||||
|
||||
### To 24.0.0
|
||||
|
||||
This major updates the Redis® subchart to its newest major, 21.0.0, which updates Redis® from 7.4 to 8.0. [Here](https://redis.io/docs/latest/operate/oss_and_stack/install/upgrade/cluster/) you can find more information about the changes introduced in that version. No major issues are expected during the upgrade.
|
||||
|
||||
@@ -2363,16 +2363,6 @@ worker:
|
||||
## ref: https://kubernetes.io/docs/concepts/workloads/autoscaling/
|
||||
##
|
||||
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.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
|
||||
minReplicas: ""
|
||||
maxReplicas: ""
|
||||
targetCPU: ""
|
||||
targetMemory: ""
|
||||
## @param worker.autoscaling.vpa.enabled Enable VPA for Airflow Worker
|
||||
## @param worker.autoscaling.vpa.annotations Annotations for VPA resource
|
||||
## @param worker.autoscaling.vpa.controlledResources List of resources that the VPA can control. Defaults to cpu and memory
|
||||
|
||||
Reference in New Issue
Block a user