diff --git a/bitnami/airflow/Chart.lock b/bitnami/airflow/Chart.lock index afede26fdb..c78af1bd26 100644 --- a/bitnami/airflow/Chart.lock +++ b/bitnami/airflow/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: redis repository: oci://registry-1.docker.io/bitnamicharts - version: 18.1.5 + version: 18.1.6 - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts version: 13.1.5 - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.13.2 -digest: sha256:5b0157324635d8a3daca94e01d702a13f41b14d81250b29486b5512db2d6b2e5 -generated: "2023-10-14T17:55:52.376439601Z" + version: 2.13.3 +digest: sha256:997c8924637ccceb54891a37f5a10b84c97192f805079f1407d704ccaa64ed41 +generated: "2023-10-24T20:41:28.772039309Z" diff --git a/bitnami/airflow/Chart.yaml b/bitnami/airflow/Chart.yaml index 05679c4ed1..3a1763c0dd 100644 --- a/bitnami/airflow/Chart.yaml +++ b/bitnami/airflow/Chart.yaml @@ -10,9 +10,9 @@ annotations: - name: airflow-scheduler image: docker.io/bitnami/airflow-scheduler:2.7.2-debian-11-r0 - name: airflow-worker - image: docker.io/bitnami/airflow-worker:2.7.2-debian-11-r0 + image: docker.io/bitnami/airflow-worker:2.7.2-debian-11-r1 - name: airflow - image: docker.io/bitnami/airflow:2.7.2-debian-11-r0 + image: docker.io/bitnami/airflow:2.7.2-debian-11-r1 - name: git image: docker.io/bitnami/git:2.42.0-debian-11-r45 - name: os-shell @@ -47,4 +47,4 @@ maintainers: name: airflow sources: - https://github.com/bitnami/charts/tree/main/bitnami/airflow -version: 16.0.6 +version: 16.0.7 diff --git a/bitnami/airflow/values.yaml b/bitnami/airflow/values.yaml index 1a324b4c54..793b7b4f63 100644 --- a/bitnami/airflow/values.yaml +++ b/bitnami/airflow/values.yaml @@ -188,7 +188,7 @@ web: image: registry: docker.io repository: bitnami/airflow - tag: 2.7.2-debian-11-r0 + tag: 2.7.2-debian-11-r1 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'