Skip to content

Commit

Permalink
[bitnami/airflow] Release 22.4.7 (#31476)
Browse files Browse the repository at this point in the history
* [bitnami/airflow] Release 22.4.6 updating components versions

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

* Update Chart.yaml

Signed-off-by: Carlos Rodríguez Hernández <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Bitnami Containers <[email protected]>
Signed-off-by: Carlos Rodríguez Hernández <[email protected]>
Co-authored-by: Carlos Rodríguez Hernández <[email protected]>
  • Loading branch information
bitnami-bot and carrodher authored Jan 22, 2025
1 parent 433437c commit b846dd0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
8 changes: 6 additions & 2 deletions bitnami/airflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 22.4.6 (2025-01-22)
## 22.4.7 (2025-01-22)

* [bitnami/airflow] Fix missing directory in Airflow configmap-based dag ([#31499](https://github.com/bitnami/charts/pull/31499))
* [bitnami/airflow] Release 22.4.7 ([#31476](https://github.com/bitnami/charts/pull/31476))

## <small>22.4.6 (2025-01-22)</small>

* [bitnami/airflow] Fix missing directory in Airflow configmap-based dag (#31499) ([8a46f54](https://github.com/bitnami/charts/commit/8a46f543ce8bd091cf75e3a4507429a15898bfbb)), closes [#31499](https://github.com/bitnami/charts/issues/31499)

## <small>22.4.5 (2025-01-09)</small>

Expand Down
8 changes: 4 additions & 4 deletions bitnami/airflow/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 20.6.1
version: 20.6.3
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.3.5
version: 16.4.3
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.29.0
digest: sha256:3f6e0848d3735d4395b1b7b6d2df3d7a1c1688653232cf1f510a85d2115a022c
generated: "2025-01-07T14:19:45.492554717Z"
digest: sha256:435463387320e8b45638377cb579f2bb0d0964366840061e81ff1aaf9b06accc
generated: "2025-01-20T12:15:20.311994925Z"
6 changes: 3 additions & 3 deletions bitnami/airflow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ annotations:
licenses: Apache-2.0
images: |
- name: airflow
image: docker.io/bitnami/airflow:2.10.4-debian-12-r2
image: docker.io/bitnami/airflow:2.10.4-debian-12-r4
- name: statsd-exporter
image: docker.io/bitnami/statsd-exporter:0.28.0-debian-12-r2
image: docker.io/bitnami/statsd-exporter:0.28.0-debian-12-r3
apiVersion: v2
appVersion: 2.10.4
dependencies:
Expand Down Expand Up @@ -39,4 +39,4 @@ maintainers:
name: airflow
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/airflow
version: 22.4.6
version: 22.4.7
4 changes: 2 additions & 2 deletions bitnami/airflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/airflow
tag: 2.10.4-debian-12-r2
tag: 2.10.4-debian-12-r4
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -2738,7 +2738,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/statsd-exporter
tag: 0.28.0-debian-12-r2
tag: 0.28.0-debian-12-r3
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down

0 comments on commit b846dd0

Please sign in to comment.