diff --git a/bitnami/airflow/Chart.lock b/bitnami/airflow/Chart.lock index ee9dc1ff9a..f1ea03316f 100644 --- a/bitnami/airflow/Chart.lock +++ b/bitnami/airflow/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 19.0.1 - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 15.1.0 + version: 15.1.4 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.19.0 -digest: sha256:ceffc811afc3d5ac340c12d70dda145292a6aa7bb7dba0ab199b2ae0d3dc2b76 -generated: "2024-03-20T13:24:56.373795727+01:00" +digest: sha256:dc97b663198cf44d94be03921d7440f4538f6ed2fedbbbc9254280fe5e8cf27e +generated: "2024-03-26T03:33:35.590317009Z" diff --git a/bitnami/airflow/Chart.yaml b/bitnami/airflow/Chart.yaml index 434f838bcc..6c7ecf12fb 100644 --- a/bitnami/airflow/Chart.yaml +++ b/bitnami/airflow/Chart.yaml @@ -6,19 +6,19 @@ annotations: licenses: Apache-2.0 images: | - name: airflow - image: docker.io/bitnami/airflow:2.8.3-debian-12-r0 + image: docker.io/bitnami/airflow:2.8.4-debian-12-r0 - name: airflow-exporter image: docker.io/bitnami/airflow-exporter:0.20220314.0-debian-12-r27 - name: airflow-scheduler - image: docker.io/bitnami/airflow-scheduler:2.8.3-debian-12-r0 + image: docker.io/bitnami/airflow-scheduler:2.8.4-debian-12-r0 - name: airflow-worker - image: docker.io/bitnami/airflow-worker:2.8.3-debian-12-r0 + image: docker.io/bitnami/airflow-worker:2.8.4-debian-12-r0 - name: git - image: docker.io/bitnami/git:2.44.0-debian-12-r0 + image: docker.io/bitnami/git:2.44.0-debian-12-r1 - name: os-shell - image: docker.io/bitnami/os-shell:12-debian-12-r16 + image: docker.io/bitnami/os-shell:12-debian-12-r17 apiVersion: v2 -appVersion: 2.8.3 +appVersion: 2.8.4 dependencies: - condition: redis.enabled name: redis @@ -47,4 +47,4 @@ maintainers: name: airflow sources: - https://github.com/bitnami/charts/tree/main/bitnami/airflow -version: 18.0.0 +version: 18.0.1 diff --git a/bitnami/airflow/values.yaml b/bitnami/airflow/values.yaml index d15ca8600d..a6d3b53d0d 100644 --- a/bitnami/airflow/values.yaml +++ b/bitnami/airflow/values.yaml @@ -128,7 +128,7 @@ dags: image: registry: docker.io repository: bitnami/os-shell - tag: 12-debian-12-r16 + tag: 12-debian-12-r17 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -193,7 +193,7 @@ web: image: registry: docker.io repository: bitnami/airflow - tag: 2.8.3-debian-12-r0 + tag: 2.8.4-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -538,7 +538,7 @@ scheduler: image: registry: docker.io repository: bitnami/airflow-scheduler - tag: 2.8.3-debian-12-r0 + tag: 2.8.4-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -859,7 +859,7 @@ worker: image: registry: docker.io repository: bitnami/airflow-worker - tag: 2.8.3-debian-12-r0 + tag: 2.8.4-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -1220,7 +1220,7 @@ git: image: registry: docker.io repository: bitnami/git - tag: 2.44.0-debian-12-r0 + tag: 2.44.0-debian-12-r1 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'