From fe4539be0494d8585ddcb5ce2c2db185dab15580 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Sun, 19 Sep 2021 03:53:29 +0000 Subject: [PATCH] [bitnami/airflow] Release 11.0.2 updating components versions Signed-off-by: Bitnami Containers --- bitnami/airflow/Chart.lock | 6 +++--- bitnami/airflow/Chart.yaml | 4 ++-- 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 a19bc641f..7ac9ed6dc 100644 --- a/bitnami/airflow/Chart.lock +++ b/bitnami/airflow/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 1.9.0 - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 10.9.5 + version: 10.10.1 - name: redis repository: https://charts.bitnami.com/bitnami version: 15.3.2 -digest: sha256:1ee1c7cb6363ed84be883ee2ea8f815b4564a8cae1a780044850c9eab64956e7 -generated: "2021-09-14T16:27:17.891115655+02:00" +digest: sha256:9f5ba58c8d1906903cac12a48a93a1febf1c4bb3d399171c67606fe80d3e24ae +generated: "2021-09-19T02:08:26.420844145Z" diff --git a/bitnami/airflow/Chart.yaml b/bitnami/airflow/Chart.yaml index 7142c6941..97446f28e 100644 --- a/bitnami/airflow/Chart.yaml +++ b/bitnami/airflow/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: WorkFlow apiVersion: v2 -appVersion: 2.1.3 +appVersion: 2.1.4 dependencies: - name: common repository: https://charts.bitnami.com/bitnami @@ -32,4 +32,4 @@ name: airflow sources: - https://github.com/bitnami/bitnami-docker-airflow - https://airflow.apache.org/ -version: 11.0.1 +version: 11.0.2 diff --git a/bitnami/airflow/values.yaml b/bitnami/airflow/values.yaml index c15e8a38c..f431dc85f 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-r10 + tag: 2.1.4-debian-10-r0 ## 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-r18 + tag: 2.1.3-debian-10-r23 ## 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-r19 + tag: 2.1.3-debian-10-r23 ## 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-r28 + tag: 2.33.0-debian-10-r32 ## 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 @@ -1028,7 +1028,7 @@ metrics: image: registry: docker.io repository: bitnami/airflow-exporter - tag: 0.20210126.0-debian-10-r213 + tag: 0.20210126.0-debian-10-r217 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.