[bitnami/airflow] Release 10.3.2 updating components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
Bitnami Containers
2021-09-02 23:45:01 +00:00
parent 709cb483cf
commit c18930d367
3 changed files with 10 additions and 10 deletions

View File

@@ -4,9 +4,9 @@ dependencies:
version: 1.8.0
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 10.9.3
version: 10.9.4
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 14.8.11
digest: sha256:e9ed778dea0a50ed070cf5e93f12d760f94ab5325c6cc404fcad42a92a617e1d
generated: "2021-08-24T03:00:26.607188682Z"
digest: sha256:41449a4ca6faecac5fe27c0abd9cc6c8cc495418b7ed92362659ea545f8f439d
generated: "2021-09-02T22:01:47.392733506Z"

View File

@@ -1,7 +1,7 @@
annotations:
category: WorkFlow
apiVersion: v2
appVersion: 2.1.2
appVersion: 2.1.3
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.3.1
version: 10.3.2

View File

@@ -204,7 +204,7 @@ web:
image:
registry: docker.io
repository: bitnami/airflow
tag: 2.1.2-debian-10-r37
tag: 2.1.3-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.2-debian-10-r37
tag: 2.1.3-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
@@ -525,7 +525,7 @@ worker:
image:
registry: docker.io
repository: bitnami/airflow-worker
tag: 2.1.2-debian-10-r35
tag: 2.1.3-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
@@ -734,7 +734,7 @@ git:
image:
registry: docker.io
repository: bitnami/git
tag: 2.33.0-debian-10-r6
tag: 2.33.0-debian-10-r16
## 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
@@ -1018,7 +1018,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/airflow-exporter
tag: 0.20210126.0-debian-10-r191
tag: 0.20210126.0-debian-10-r201
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.