[bitnami/airflow] Release 22.4.3 (#31058)

* [bitnami/airflow] Release 22.4.3 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2024-12-16 19:27:28 +01:00
committed by GitHub
parent 1406ab116e
commit 54f5d27f24
4 changed files with 14 additions and 10 deletions
+6 -2
View File
@@ -1,8 +1,12 @@
# Changelog
## 22.4.2 (2024-12-11)
## 22.4.3 (2024-12-16)
* [bitnami/airflow] Fix wrong protocol for metrics network policy ([#30990](https://github.com/bitnami/charts/pull/30990))
* [bitnami/airflow] Release 22.4.3 ([#31058](https://github.com/bitnami/charts/pull/31058))
## <small>22.4.2 (2024-12-13)</small>
* [bitnami/airflow] Fix wrong protocol for metrics network policy (#30990) ([fc9dadc](https://github.com/bitnami/charts/commit/fc9dadcf74fda22f9be8152abe01e480c0212cc0)), closes [#30990](https://github.com/bitnami/charts/issues/30990)
## <small>22.4.1 (2024-12-11)</small>
+4 -4
View File
@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 20.4.1
version: 20.5.0
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.2.5
version: 16.3.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.28.0
digest: sha256:0b33b554413361d0533081db73fdfa5595f186ef8ceec615de52f0435eb06107
generated: "2024-12-10T13:26:37.551839536Z"
digest: sha256:04ac1821d660627ec5e167601b8953a90a2d0d79aebe1bbed31e2dc4ff155721
generated: "2024-12-16T16:33:47.235514668Z"
+3 -3
View File
@@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: airflow
image: docker.io/bitnami/airflow:2.10.3-debian-12-r7
image: docker.io/bitnami/airflow:2.10.4-debian-12-r0
- name: statsd-exporter
image: docker.io/bitnami/statsd-exporter:0.28.0-debian-12-r1
apiVersion: v2
appVersion: 2.10.3
appVersion: 2.10.4
dependencies:
- condition: redis.enabled
name: redis
@@ -39,4 +39,4 @@ maintainers:
name: airflow
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/airflow
version: 22.4.2
version: 22.4.3
+1 -1
View File
@@ -88,7 +88,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/airflow
tag: 2.10.3-debian-12-r7
tag: 2.10.4-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'