diff --git a/bitnami/airflow/Chart.yaml b/bitnami/airflow/Chart.yaml index a4b431d450..cbd57fabfa 100644 --- a/bitnami/airflow/Chart.yaml +++ b/bitnami/airflow/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: airflow -version: 6.3.10 +version: 6.4.0 appVersion: 1.10.12 description: Apache Airflow is a platform to programmatically author, schedule and monitor workflows. keywords: diff --git a/bitnami/airflow/README.md b/bitnami/airflow/README.md index e891677fd4..142e53c45c 100644 --- a/bitnami/airflow/README.md +++ b/bitnami/airflow/README.md @@ -113,6 +113,7 @@ The following tables lists the configurable parameters of the Airflow chart and | `airflow.worker.extraEnvVarsSecret` | Secret containing extra env vars (in case of sensitive data) | `nil` | | `airflow.worker.command` | Override default container command (useful when using custom images) | `nil` | | `airflow.worker.args` | Override default container args (useful when using custom images) | `nil` | +| `airflow.worker.podAnnotations` | Additional annotations for Airflow worker pods | [] | | `airflow.worker.extraVolumeMounts` | Array of extra volume mounts to be added (evaluated as template). Normally used with `extraVolumes`. | `nil` | | `airflow.worker.extraVolumes` | Array of extra volumes to be added deployment (evaluated as template). Requires setting `extraVolumeMounts` | `nil` | | `airflow.auth.forcePassword` | Force users to specify a password | `false` | diff --git a/bitnami/airflow/templates/statefulset-worker.yaml b/bitnami/airflow/templates/statefulset-worker.yaml index cf2c672bde..37c958b2f0 100644 --- a/bitnami/airflow/templates/statefulset-worker.yaml +++ b/bitnami/airflow/templates/statefulset-worker.yaml @@ -29,6 +29,7 @@ spec: {{- end }} template: metadata: + annotations: {{- include "airflow.tplValue" (dict "value" .Values.airflow.worker.podAnnotations "context" $) | nindent 8 }} labels: app.kubernetes.io/name: {{ include "airflow.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} diff --git a/bitnami/airflow/values-production.yaml b/bitnami/airflow/values-production.yaml index d17c9d144f..664b141003 100644 --- a/bitnami/airflow/values-production.yaml +++ b/bitnami/airflow/values-production.yaml @@ -167,6 +167,7 @@ airflow: requests: {} # memory: 256Mi # cpu: 250m + podAnnotations: ## Airflow web specific configuration # diff --git a/bitnami/airflow/values.yaml b/bitnami/airflow/values.yaml index e4006e5841..cbdd4ea477 100644 --- a/bitnami/airflow/values.yaml +++ b/bitnami/airflow/values.yaml @@ -233,6 +233,7 @@ airflow: requests: {} # memory: 256Mi # cpu: 250m + podAnnotations: ## Airflow web specific configuration #