From ff8b148a8dc9eb309f802f603b77bbae5b2c4cbf Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Tue, 14 Sep 2021 11:19:33 +0000 Subject: [PATCH] [bitnami/airflow] Release 10.3.4 updating components versions Signed-off-by: Bitnami Containers --- bitnami/airflow/Chart.lock | 8 ++++---- bitnami/airflow/Chart.yaml | 2 +- bitnami/airflow/values.yaml | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bitnami/airflow/Chart.lock b/bitnami/airflow/Chart.lock index b1e20341d..01fe36448 100644 --- a/bitnami/airflow/Chart.lock +++ b/bitnami/airflow/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: common repository: https://charts.bitnami.com/bitnami - version: 1.8.0 + version: 1.9.0 - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 10.9.4 + version: 10.9.5 - name: redis repository: https://charts.bitnami.com/bitnami version: 14.8.11 -digest: sha256:41449a4ca6faecac5fe27c0abd9cc6c8cc495418b7ed92362659ea545f8f439d -generated: "2021-09-02T22:01:47.392733506Z" +digest: sha256:e0ac1450a16ecaa23b4bb9c9ec7cbd1178159b2e01657cc8a6a602b242c9f103 +generated: "2021-09-14T09:21:17.437528967Z" diff --git a/bitnami/airflow/Chart.yaml b/bitnami/airflow/Chart.yaml index 1d4bf20ac..ee950e687 100644 --- a/bitnami/airflow/Chart.yaml +++ b/bitnami/airflow/Chart.yaml @@ -32,4 +32,4 @@ name: airflow sources: - https://github.com/bitnami/bitnami-docker-airflow - https://airflow.apache.org/ -version: 10.3.3 +version: 10.3.4 diff --git a/bitnami/airflow/values.yaml b/bitnami/airflow/values.yaml index 9966b160d..03ae24855 100644 --- a/bitnami/airflow/values.yaml +++ b/bitnami/airflow/values.yaml @@ -204,7 +204,7 @@ web: image: registry: docker.io repository: bitnami/airflow - tag: 2.1.3-debian-10-r0 + tag: 2.1.3-debian-10-r10 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -393,7 +393,7 @@ scheduler: image: registry: docker.io repository: bitnami/airflow-scheduler - tag: 2.1.3-debian-10-r8 + tag: 2.1.3-debian-10-r18 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -525,7 +525,7 @@ worker: image: registry: docker.io repository: bitnami/airflow-worker - tag: 2.1.3-debian-10-r8 + tag: 2.1.3-debian-10-r19 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -734,7 +734,7 @@ git: image: registry: docker.io repository: bitnami/git - tag: 2.33.0-debian-10-r16 + tag: 2.33.0-debian-10-r28 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -1018,7 +1018,7 @@ metrics: image: registry: docker.io repository: bitnami/airflow-exporter - tag: 0.20210126.0-debian-10-r201 + tag: 0.20210126.0-debian-10-r213 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.