[bitnami/airflow] Release 10.2.5 updating components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
Bitnami Containers
2021-07-15 07:22:54 +00:00
parent c6915fef08
commit fe8e3696f8
3 changed files with 11 additions and 11 deletions

View File

@@ -4,9 +4,9 @@ dependencies:
version: 1.7.0
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 10.5.1
version: 10.5.3
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 14.6.3
digest: sha256:97fa9676ad87d6d8696ccdaf87ee850de61882777662841acdd8a54f6501f453
generated: "2021-07-05T14:40:27.702420013Z"
version: 14.7.0
digest: sha256:785752825c733e98a266c895dd9c45134e2d1e06a4a7af6c90b2428ac9446c88
generated: "2021-07-15T05:36:35.839998163Z"

View File

@@ -1,7 +1,7 @@
annotations:
category: WorkFlow
apiVersion: v2
appVersion: 2.1.1
appVersion: 2.1.2
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: 10.2.4
version: 10.2.5

View File

@@ -204,7 +204,7 @@ web:
image:
registry: docker.io
repository: bitnami/airflow
tag: 2.1.1-debian-10-r0
tag: 2.1.2-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
@@ -392,7 +392,7 @@ scheduler:
image:
registry: docker.io
repository: bitnami/airflow-scheduler
tag: 2.1.1-debian-10-r2
tag: 2.1.1-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
@@ -524,7 +524,7 @@ worker:
image:
registry: docker.io
repository: bitnami/airflow-worker
tag: 2.1.1-debian-10-r2
tag: 2.1.1-debian-10-r9
## 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
@@ -732,7 +732,7 @@ git:
image:
registry: docker.io
repository: bitnami/git
tag: 2.32.0-debian-10-r24
tag: 2.32.0-debian-10-r33
## 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
@@ -1014,7 +1014,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/airflow-exporter
tag: 0.20210126.0-debian-10-r145
tag: 0.20210126.0-debian-10-r153
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.