diff --git a/bitnami/airflow/Chart.lock b/bitnami/airflow/Chart.lock index 7260b89aa..54ef0fc62 100644 --- a/bitnami/airflow/Chart.lock +++ b/bitnami/airflow/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: common repository: https://charts.bitnami.com/bitnami - version: 1.5.2 + version: 1.6.1 - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 10.4.9 + version: 10.5.0 - name: redis repository: https://charts.bitnami.com/bitnami version: 14.4.0 -digest: sha256:49a5ab73d98dae0351e1293ad875c393b0d28464bd96722c7371aaa28e8ff7b4 -generated: "2021-06-09T06:15:35.467969549Z" +digest: sha256:b8fa587c619aa4e70e2f061e2adb2b0fd7dbfdbfdf22691ff63857a86e816d2a +generated: "2021-06-17T12:53:44.475242366Z" diff --git a/bitnami/airflow/Chart.yaml b/bitnami/airflow/Chart.yaml index 9a62accac..00f2951ec 100644 --- a/bitnami/airflow/Chart.yaml +++ b/bitnami/airflow/Chart.yaml @@ -32,4 +32,4 @@ name: airflow sources: - https://github.com/bitnami/bitnami-docker-airflow - https://airflow.apache.org/ -version: 10.2.0 +version: 10.2.1 diff --git a/bitnami/airflow/values.yaml b/bitnami/airflow/values.yaml index bb9d3678e..11ff436a3 100644 --- a/bitnami/airflow/values.yaml +++ b/bitnami/airflow/values.yaml @@ -65,7 +65,7 @@ web: image: registry: docker.io repository: bitnami/airflow - tag: 2.1.0-debian-10-r13 + tag: 2.1.0-debian-10-r20 ## 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 @@ -210,7 +210,7 @@ scheduler: image: registry: docker.io repository: bitnami/airflow-scheduler - tag: 2.1.0-debian-10-r12 + tag: 2.1.0-debian-10-r20 ## 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 @@ -327,7 +327,7 @@ worker: image: registry: docker.io repository: bitnami/airflow-worker - tag: 2.1.0-debian-10-r12 + tag: 2.1.0-debian-10-r18 ## 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 @@ -552,7 +552,7 @@ git: image: registry: docker.io repository: bitnami/git - tag: 2.32.0-debian-10-r1 + tag: 2.32.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 @@ -956,7 +956,7 @@ metrics: image: registry: docker.io repository: bitnami/airflow-exporter - tag: 0.20210126.0-debian-10-r123 + tag: 0.20210126.0-debian-10-r129 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.