Skip to content

Commit

Permalink
[bitnami/airflow] Release 4.0.4 updating components versions
Browse files Browse the repository at this point in the history
Signed-off-by: Bitnami Containers <[email protected]>
  • Loading branch information
bitnami-bot committed Oct 30, 2019
1 parent 7a64452 commit c647a50
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion bitnami/airflow/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: airflow
version: 4.0.3
version: 4.0.4
appVersion: 1.10.5
description: Apache Airflow is a platform to programmatically author, schedule and monitor workflows.
keywords:
Expand Down
14 changes: 7 additions & 7 deletions bitnami/airflow/requirements.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 6.4.0
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 9.3.1
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 6.5.3
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 9.4.3
digest: sha256:99c086e6c1e8c381e164fb75d158887bf9929a2babce2f2dd6778b71e3a7820f
generated: 2019-10-17T11:10:22.444488456Z
generated: 2019-10-29T05:26:42.904884737Z
10 changes: 5 additions & 5 deletions bitnami/airflow/values-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/airflow
tag: 1.10.5-debian-9-r40
tag: 1.10.5-debian-9-r46
## 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
Expand All @@ -38,7 +38,7 @@ image:
schedulerImage:
registry: docker.io
repository: bitnami/airflow-scheduler
tag: 1.10.5-debian-9-r41
tag: 1.10.5-debian-9-r50
## 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
Expand All @@ -62,7 +62,7 @@ schedulerImage:
workerImage:
registry: docker.io
repository: bitnami/airflow-worker
tag: 1.10.5-debian-9-r41
tag: 1.10.5-debian-9-r50
## 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
Expand All @@ -86,7 +86,7 @@ workerImage:
git:
registry: docker.io
repository: bitnami/git
tag: 2.23.0-debian-9-r60
tag: 2.23.0-debian-9-r70
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down Expand Up @@ -347,7 +347,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/airflow-exporter
tag: 0.20180711.0-debian-9-r67
tag: 0.20180711.0-debian-9-r77
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down
10 changes: 5 additions & 5 deletions bitnami/airflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/airflow
tag: 1.10.5-debian-9-r40
tag: 1.10.5-debian-9-r46
## 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
Expand All @@ -38,7 +38,7 @@ image:
schedulerImage:
registry: docker.io
repository: bitnami/airflow-scheduler
tag: 1.10.5-debian-9-r41
tag: 1.10.5-debian-9-r50
## 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
Expand All @@ -62,7 +62,7 @@ schedulerImage:
workerImage:
registry: docker.io
repository: bitnami/airflow-worker
tag: 1.10.5-debian-9-r41
tag: 1.10.5-debian-9-r50
## 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
Expand All @@ -86,7 +86,7 @@ workerImage:
git:
registry: docker.io
repository: bitnami/git
tag: 2.23.0-debian-9-r60
tag: 2.23.0-debian-9-r70
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down Expand Up @@ -347,7 +347,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/airflow-exporter
tag: 0.20180711.0-debian-9-r67
tag: 0.20180711.0-debian-9-r77
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down

0 comments on commit c647a50

Please sign in to comment.