[bitnami/airflow] Release 8.0.0 updating components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
Bitnami Containers
2021-01-29 08:51:18 +00:00
parent 8b9ab1d158
commit f31afeb8df
3 changed files with 10 additions and 10 deletions

View File

@@ -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"

View File

@@ -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

View File

@@ -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.