mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[bitnami/airflow] ⚡ ⬆️ Update dependency references (#35528)
* [bitnami/airflow] Release 24.3.2 updating components versions Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> --------- Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 24.3.1 (2025-08-06)
|
||||
## 24.3.2 (2025-08-07)
|
||||
|
||||
* [bitnami/airflow] Bugfix doubled up config in scheduler deployment, incorrect key ([#35385](https://github.com/bitnami/charts/pull/35385))
|
||||
* [bitnami/airflow] :zap: :arrow_up: Update dependency references ([#35528](https://github.com/bitnami/charts/pull/35528))
|
||||
|
||||
## <small>24.3.1 (2025-08-06)</small>
|
||||
|
||||
* [bitnami/airflow] Bugfix doubled up config in scheduler deployment, incorrect key (#35385) ([29e0a98](https://github.com/bitnami/charts/commit/29e0a98d10905a2b7caf070ccbbe83f68ad15e08)), closes [#35385](https://github.com/bitnami/charts/issues/35385)
|
||||
|
||||
## 24.3.0 (2025-08-06)
|
||||
|
||||
|
||||
@@ -5,9 +5,9 @@ annotations:
|
||||
category: WorkFlow
|
||||
images: |
|
||||
- name: airflow
|
||||
image: docker.io/bitnami/airflow:3.0.3-debian-12-r0
|
||||
image: docker.io/bitnami/airflow:3.0.3-debian-12-r17
|
||||
- name: statsd-exporter
|
||||
image: docker.io/bitnami/statsd-exporter:0.28.0-debian-12-r21
|
||||
image: docker.io/bitnami/statsd-exporter:0.28.0-debian-12-r23
|
||||
licenses: Apache-2.0
|
||||
tanzuCategory: service
|
||||
apiVersion: v2
|
||||
@@ -42,4 +42,4 @@ maintainers:
|
||||
name: airflow
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/airflow
|
||||
version: 24.3.1
|
||||
version: 24.3.2
|
||||
|
||||
@@ -94,7 +94,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/airflow
|
||||
tag: 3.0.3-debian-12-r0
|
||||
tag: 3.0.3-debian-12-r17
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -2900,7 +2900,7 @@ metrics:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/statsd-exporter
|
||||
tag: 0.28.0-debian-12-r21
|
||||
tag: 0.28.0-debian-12-r23
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user