From f31afeb8df5a9dcc1fc63e0c18d375a22ce44509 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Fri, 29 Jan 2021 08:51:18 +0000 Subject: [PATCH] [bitnami/airflow] Release 8.0.0 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 789e4e6c98..e2b3521e8b 100644 --- a/bitnami/airflow/Chart.lock +++ b/bitnami/airflow/Chart.lock @@ -7,6 +7,6 @@ dependencies: version: 10.2.5 - name: redis repository: https://charts.bitnami.com/bitnami - version: 12.6.4 -digest: sha256:b7f07033977fc305315c41d900caea64091cec7ebf6ed50ad14f3725e792ca70 -generated: "2021-01-27T17:19:08.811956742Z" + version: 12.7.0 +digest: sha256:ec7bf08aee0becdaeb70419acf96c2cfdd06e3ce2cc5be7b32d9c3418239ac4a +generated: "2021-01-29T06:00:35.866872883Z" diff --git a/bitnami/airflow/Chart.yaml b/bitnami/airflow/Chart.yaml index 23d0113e0e..0cca33b1f0 100644 --- a/bitnami/airflow/Chart.yaml +++ b/bitnami/airflow/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: WorkFlow apiVersion: v2 -appVersion: 1.10.14 +appVersion: 2.0.0 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: 7.3.1 +version: 8.0.0 diff --git a/bitnami/airflow/values.yaml b/bitnami/airflow/values.yaml index 31c413e672..ad2535b36b 100644 --- a/bitnami/airflow/values.yaml +++ b/bitnami/airflow/values.yaml @@ -65,7 +65,7 @@ web: image: registry: docker.io repository: bitnami/airflow - tag: 1.10.14-debian-10-r33 + tag: 2.0.0-debian-10-r8 ## 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 @@ -211,7 +211,7 @@ scheduler: image: registry: docker.io repository: bitnami/airflow-scheduler - tag: 1.10.14-debian-10-r43 + tag: 2.0.0-debian-10-r8 ## 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 @@ -329,7 +329,7 @@ worker: image: registry: docker.io repository: bitnami/airflow-worker - tag: 1.10.14-debian-10-r43 + tag: 2.0.0-debian-10-r8 ## 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 @@ -545,7 +545,7 @@ git: image: registry: docker.io repository: bitnami/git - tag: 2.30.0-debian-10-r26 + tag: 2.30.0-debian-10-r27 ## 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 @@ -927,7 +927,7 @@ metrics: image: registry: docker.io repository: bitnami/airflow-exporter - tag: 0.20210126.0-debian-10-r0 + tag: 0.20210126.0-debian-10-r2 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.