diff --git a/bitnami/airflow/Chart.lock b/bitnami/airflow/Chart.lock index 77ecbe52b8..1e586c3ad2 100644 --- a/bitnami/airflow/Chart.lock +++ b/bitnami/airflow/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: redis repository: https://charts.bitnami.com/bitnami - version: 17.0.8 + version: 17.0.11 - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 11.6.25 + version: 11.7.3 - name: common repository: https://charts.bitnami.com/bitnami version: 1.16.1 -digest: sha256:c611172fcaf34098154d3bacc05dc2b085dd9a899758ad5f480fe95e4fa3a53e -generated: "2022-08-06T00:13:30.940003479Z" +digest: sha256:f3aa8695d295f4a176fb6cf62a9ffa4c69c8c939960f4e0f25aed45978f5a8c9 +generated: "2022-08-18T00:26:01.943437503Z" diff --git a/bitnami/airflow/Chart.yaml b/bitnami/airflow/Chart.yaml index 86a16c7047..fbdb7b6adc 100644 --- a/bitnami/airflow/Chart.yaml +++ b/bitnami/airflow/Chart.yaml @@ -32,4 +32,4 @@ name: airflow sources: - https://github.com/bitnami/containers/tree/main/bitnami/airflow - https://airflow.apache.org/ -version: 13.0.4 +version: 13.0.5 diff --git a/bitnami/airflow/README.md b/bitnami/airflow/README.md index 35512ed497..c2633ea5a4 100644 --- a/bitnami/airflow/README.md +++ b/bitnami/airflow/README.md @@ -91,7 +91,7 @@ The command removes all the Kubernetes components associated with the chart and | `dags.existingConfigmap` | Name of an existing ConfigMap with all the DAGs files you want to load in Airflow | `""` | | `dags.image.registry` | Init container load-dags image registry | `docker.io` | | `dags.image.repository` | Init container load-dags image repository | `bitnami/bitnami-shell` | -| `dags.image.tag` | Init container load-dags image tag (immutable tags are recommended) | `11-debian-11-r23` | +| `dags.image.tag` | Init container load-dags image tag (immutable tags are recommended) | `11-debian-11-r26` | | `dags.image.pullPolicy` | Init container load-dags image pull policy | `IfNotPresent` | | `dags.image.pullSecrets` | Init container load-dags image pull secrets | `[]` | | `extraEnvVars` | Add extra environment variables for all the Airflow pods | `[]` | @@ -110,7 +110,7 @@ The command removes all the Kubernetes components associated with the chart and | ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | --------------------- | | `web.image.registry` | Airflow image registry | `docker.io` | | `web.image.repository` | Airflow image repository | `bitnami/airflow` | -| `web.image.tag` | Airflow image tag (immutable tags are recommended) | `2.3.3-debian-11-r11` | +| `web.image.tag` | Airflow image tag (immutable tags are recommended) | `2.3.3-debian-11-r14` | | `web.image.pullPolicy` | Airflow image pull policy | `IfNotPresent` | | `web.image.pullSecrets` | Airflow image pull secrets | `[]` | | `web.image.debug` | Enable image debug mode | `false` | @@ -185,7 +185,7 @@ The command removes all the Kubernetes components associated with the chart and | ------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | --------------------------- | | `scheduler.image.registry` | Airflow Scheduler image registry | `docker.io` | | `scheduler.image.repository` | Airflow Scheduler image repository | `bitnami/airflow-scheduler` | -| `scheduler.image.tag` | Airflow Scheduler image tag (immutable tags are recommended) | `2.3.3-debian-11-r11` | +| `scheduler.image.tag` | Airflow Scheduler image tag (immutable tags are recommended) | `2.3.3-debian-11-r14` | | `scheduler.image.pullPolicy` | Airflow Scheduler image pull policy | `IfNotPresent` | | `scheduler.image.pullSecrets` | Airflow Scheduler image pull secrets | `[]` | | `scheduler.image.debug` | Enable image debug mode | `false` | @@ -239,7 +239,7 @@ The command removes all the Kubernetes components associated with the chart and | ---------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | ------------------------ | | `worker.image.registry` | Airflow Worker image registry | `docker.io` | | `worker.image.repository` | Airflow Worker image repository | `bitnami/airflow-worker` | -| `worker.image.tag` | Airflow Worker image tag (immutable tags are recommended) | `2.3.3-debian-11-r12` | +| `worker.image.tag` | Airflow Worker image tag (immutable tags are recommended) | `2.3.3-debian-11-r15` | | `worker.image.pullPolicy` | Airflow Worker image pull policy | `IfNotPresent` | | `worker.image.pullSecrets` | Airflow Worker image pull secrets | `[]` | | `worker.image.debug` | Enable image debug mode | `false` | @@ -315,32 +315,32 @@ The command removes all the Kubernetes components associated with the chart and ### Airflow git sync parameters -| Name | Description | Value | -| ------------------------------ | -------------------------------------------------------------------------------------- | ---------------------- | -| `git.image.registry` | Git image registry | `docker.io` | -| `git.image.repository` | Git image repository | `bitnami/git` | -| `git.image.tag` | Git image tag (immutable tags are recommended) | `2.37.1-debian-11-r10` | -| `git.image.pullPolicy` | Git image pull policy | `IfNotPresent` | -| `git.image.pullSecrets` | Git image pull secrets | `[]` | -| `git.dags.enabled` | Enable in order to download DAG files from git repositories. | `false` | -| `git.dags.repositories` | Array of repositories from which to download DAG files | `[]` | -| `git.plugins.enabled` | Enable in order to download Plugins files from git repositories. | `false` | -| `git.plugins.repositories` | Array of repositories from which to download DAG files | `[]` | -| `git.clone.command` | Override cmd | `[]` | -| `git.clone.args` | Override args | `[]` | -| `git.clone.extraVolumeMounts` | Add extra volume mounts | `[]` | -| `git.clone.extraEnvVars` | Add extra environment variables | `[]` | -| `git.clone.extraEnvVarsCM` | ConfigMap with extra environment variables | `""` | -| `git.clone.extraEnvVarsSecret` | Secret with extra environment variables | `""` | -| `git.clone.resources` | Clone init container resource requests and limits | `{}` | -| `git.sync.interval` | Interval in seconds to pull the git repository containing the plugins and/or DAG files | `60` | -| `git.sync.command` | Override cmd | `[]` | -| `git.sync.args` | Override args | `[]` | -| `git.sync.extraVolumeMounts` | Add extra volume mounts | `[]` | -| `git.sync.extraEnvVars` | Add extra environment variables | `[]` | -| `git.sync.extraEnvVarsCM` | ConfigMap with extra environment variables | `""` | -| `git.sync.extraEnvVarsSecret` | Secret with extra environment variables | `""` | -| `git.sync.resources` | Sync sidecar container resource requests and limits | `{}` | +| Name | Description | Value | +| ------------------------------ | -------------------------------------------------------------------------------------- | --------------------- | +| `git.image.registry` | Git image registry | `docker.io` | +| `git.image.repository` | Git image repository | `bitnami/git` | +| `git.image.tag` | Git image tag (immutable tags are recommended) | `2.37.2-debian-11-r2` | +| `git.image.pullPolicy` | Git image pull policy | `IfNotPresent` | +| `git.image.pullSecrets` | Git image pull secrets | `[]` | +| `git.dags.enabled` | Enable in order to download DAG files from git repositories. | `false` | +| `git.dags.repositories` | Array of repositories from which to download DAG files | `[]` | +| `git.plugins.enabled` | Enable in order to download Plugins files from git repositories. | `false` | +| `git.plugins.repositories` | Array of repositories from which to download DAG files | `[]` | +| `git.clone.command` | Override cmd | `[]` | +| `git.clone.args` | Override args | `[]` | +| `git.clone.extraVolumeMounts` | Add extra volume mounts | `[]` | +| `git.clone.extraEnvVars` | Add extra environment variables | `[]` | +| `git.clone.extraEnvVarsCM` | ConfigMap with extra environment variables | `""` | +| `git.clone.extraEnvVarsSecret` | Secret with extra environment variables | `""` | +| `git.clone.resources` | Clone init container resource requests and limits | `{}` | +| `git.sync.interval` | Interval in seconds to pull the git repository containing the plugins and/or DAG files | `60` | +| `git.sync.command` | Override cmd | `[]` | +| `git.sync.args` | Override args | `[]` | +| `git.sync.extraVolumeMounts` | Add extra volume mounts | `[]` | +| `git.sync.extraEnvVars` | Add extra environment variables | `[]` | +| `git.sync.extraEnvVarsCM` | ConfigMap with extra environment variables | `""` | +| `git.sync.extraEnvVarsSecret` | Secret with extra environment variables | `""` | +| `git.sync.resources` | Sync sidecar container resource requests and limits | `{}` | ### Airflow ldap parameters @@ -414,7 +414,7 @@ The command removes all the Kubernetes components associated with the chart and | `metrics.enabled` | Whether or not to create a standalone Airflow exporter to expose Airflow metrics | `false` | | `metrics.image.registry` | Airflow exporter image registry | `docker.io` | | `metrics.image.repository` | Airflow exporter image repository | `bitnami/airflow-exporter` | -| `metrics.image.tag` | Airflow exporter image tag (immutable tags are recommended) | `0.20220314.0-debian-11-r25` | +| `metrics.image.tag` | Airflow exporter image tag (immutable tags are recommended) | `0.20220314.0-debian-11-r28` | | `metrics.image.pullPolicy` | Airflow exporter image pull policy | `IfNotPresent` | | `metrics.image.pullSecrets` | Airflow exporter image pull secrets | `[]` | | `metrics.extraEnvVars` | Array with extra environment variables to add Airflow exporter pods | `[]` | diff --git a/bitnami/airflow/values.yaml b/bitnami/airflow/values.yaml index 30ed5993e8..fc6003df79 100644 --- a/bitnami/airflow/values.yaml +++ b/bitnami/airflow/values.yaml @@ -117,7 +117,7 @@ dags: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r23 + tag: 11-debian-11-r26 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. @@ -182,7 +182,7 @@ web: image: registry: docker.io repository: bitnami/airflow - tag: 2.3.3-debian-11-r11 + tag: 2.3.3-debian-11-r14 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -438,7 +438,7 @@ scheduler: image: registry: docker.io repository: bitnami/airflow-scheduler - tag: 2.3.3-debian-11-r11 + tag: 2.3.3-debian-11-r14 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -640,7 +640,7 @@ worker: image: registry: docker.io repository: bitnami/airflow-worker - tag: 2.3.3-debian-11-r12 + tag: 2.3.3-debian-11-r15 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -911,7 +911,7 @@ git: image: registry: docker.io repository: bitnami/git - tag: 2.37.1-debian-11-r10 + tag: 2.37.2-debian-11-r2 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -1272,7 +1272,7 @@ metrics: image: registry: docker.io repository: bitnami/airflow-exporter - tag: 0.20220314.0-debian-11-r25 + tag: 0.20220314.0-debian-11-r28 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.