diff --git a/bitnami/airflow/Chart.lock b/bitnami/airflow/Chart.lock index 84c4d26a84..3a621a5d61 100644 --- a/bitnami/airflow/Chart.lock +++ b/bitnami/airflow/Chart.lock @@ -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" diff --git a/bitnami/airflow/Chart.yaml b/bitnami/airflow/Chart.yaml index 50580f405e..212d657078 100644 --- a/bitnami/airflow/Chart.yaml +++ b/bitnami/airflow/Chart.yaml @@ -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 diff --git a/bitnami/airflow/values.yaml b/bitnami/airflow/values.yaml index eef72b2f6f..42d5ba47e0 100644 --- a/bitnami/airflow/values.yaml +++ b/bitnami/airflow/values.yaml @@ -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.