From fb3fdd50b2dc459d080d70d5b7295ff588108e1e Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Fri, 7 Jun 2019 10:55:41 +0000 Subject: [PATCH] bitnami/airflow: update to 1.10.3 Signed-off-by: Bitnami Containers --- bitnami/airflow/Chart.yaml | 2 +- bitnami/airflow/requirements.lock | 6 +++--- bitnami/airflow/values-production.yaml | 8 ++++---- bitnami/airflow/values.yaml | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/bitnami/airflow/Chart.yaml b/bitnami/airflow/Chart.yaml index 07739a9df..cf2e1f4db 100644 --- a/bitnami/airflow/Chart.yaml +++ b/bitnami/airflow/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: airflow -version: 0.1.2 +version: 0.1.3 appVersion: 1.10.3 description: Apache Airflow is a platform to programmatically author, schedule and monitor workflows. keywords: diff --git a/bitnami/airflow/requirements.lock b/bitnami/airflow/requirements.lock index e8d53b5c5..c8dd9a36b 100644 --- a/bitnami/airflow/requirements.lock +++ b/bitnami/airflow/requirements.lock @@ -1,9 +1,9 @@ dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 4.0.1 + version: 4.2.2 - name: redis repository: https://charts.bitnami.com/bitnami - version: 7.1.0 + version: 7.1.1 digest: sha256:df803216464c2e9422e4a97214aad873cc91214543ab8eb399da8005db862a95 -generated: 2019-05-09T20:04:01.129329927+02:00 +generated: 2019-06-07T09:34:27.313923534Z diff --git a/bitnami/airflow/values-production.yaml b/bitnami/airflow/values-production.yaml index dc4ed1777..61aa0852b 100644 --- a/bitnami/airflow/values-production.yaml +++ b/bitnami/airflow/values-production.yaml @@ -13,7 +13,7 @@ image: registry: docker.io repository: bitnami/airflow - tag: 1.10.3-debian-9-r16 + tag: 1.10.3-debian-9-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 @@ -37,7 +37,7 @@ image: schedulerImage: registry: docker.io repository: bitnami/airflow-scheduler - tag: 1.10.3-debian-9-r26 + tag: 1.10.3-debian-9-r36 ## 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 @@ -61,7 +61,7 @@ schedulerImage: workerImage: registry: docker.io repository: bitnami/airflow-worker - tag: 1.10.3-debian-9-r25 + tag: 1.10.3-debian-9-r35 ## 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 @@ -85,7 +85,7 @@ workerImage: git: registry: docker.io repository: bitnami/git - tag: 2.21.0-debian-9-r72 + tag: 2.21.0-debian-9-r82 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/bitnami/airflow/values.yaml b/bitnami/airflow/values.yaml index 8806776a2..61f1aff67 100644 --- a/bitnami/airflow/values.yaml +++ b/bitnami/airflow/values.yaml @@ -13,7 +13,7 @@ image: registry: docker.io repository: bitnami/airflow - tag: 1.10.3-debian-9-r16 + tag: 1.10.3-debian-9-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 @@ -37,7 +37,7 @@ image: schedulerImage: registry: docker.io repository: bitnami/airflow-scheduler - tag: 1.10.3-debian-9-r26 + tag: 1.10.3-debian-9-r36 ## 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 @@ -61,7 +61,7 @@ schedulerImage: workerImage: registry: docker.io repository: bitnami/airflow-worker - tag: 1.10.3-debian-9-r25 + tag: 1.10.3-debian-9-r35 ## 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 @@ -85,7 +85,7 @@ workerImage: git: registry: docker.io repository: bitnami/git - tag: 2.21.0-debian-9-r72 + tag: 2.21.0-debian-9-r82 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.