| # Licensed to the Apache Software Foundation (ASF) under one |
| # or more contributor license agreements. See the NOTICE file |
| # distributed with this work for additional information |
| # regarding copyright ownership. The ASF licenses this file |
| # to you under the Apache License, Version 2.0 (the |
| # "License"); you may not use this file except in compliance |
| # with the License. You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, |
| # software distributed under the License is distributed on an |
| # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| # KIND, either express or implied. See the License for the |
| # specific language governing permissions and limitations |
| # under the License. |
| |
| # apiVersion v2 is Helm 3 |
| --- |
| apiVersion: v2 |
| name: airflow |
| version: 2.0.0 |
| appVersion: 3.3.1 |
| description: The official Helm chart to deploy Apache Airflow, a platform to |
| programmatically author, schedule, and monitor workflows |
| home: https://airflow.apache.org/ |
| sources: |
| - https://github.com/apache/airflow |
| icon: https://airflow.apache.org/images/airflow_dark_bg.png |
| keywords: |
| - apache |
| - airflow |
| - workflow |
| - scheduler |
| dependencies: |
| - name: postgresql |
| version: 13.2.24 |
| repository: https://charts.bitnami.com/bitnami |
| condition: postgresql.enabled |
| maintainers: |
| - email: dev@airflow.apache.org |
| name: Apache Airflow PMC |
| type: application |
| annotations: |
| artifacthub.io/links: | |
| - name: Documentation |
| url: https://airflow.apache.org/docs/helm-chart/1.21.0/ |
| artifacthub.io/screenshots: | |
| - title: Home Page |
| url: https://airflow.apache.org/docs/apache-airflow/3.3.1/_images/home_dark.png |
| - title: Dag Overview Dashboard |
| url: https://airflow.apache.org/docs/apache-airflow/3.3.1/_images/dag_overview_dashboard.png |
| - title: Dags View |
| url: https://airflow.apache.org/docs/apache-airflow/3.3.1/_images/dags.png |
| - title: Assets View |
| url: https://airflow.apache.org/docs/apache-airflow/3.3.1/_images/asset_view.png |
| - title: Grid View |
| url: https://airflow.apache.org/docs/apache-airflow/3.3.1/_images/dag_overview_grid.png |
| - title: Graph View |
| url: https://airflow.apache.org/docs/apache-airflow/3.3.1/_images/dag_overview_graph.png |
| - title: Variable View |
| url: https://airflow.apache.org/docs/apache-airflow/3.3.1/_images/variable_hidden.png |
| - title: Code View |
| url: https://airflow.apache.org/docs/apache-airflow/3.3.1/_images/dag_overview_code.png |
| artifacthub.io/changes: | |
| - description: > |
| Workers config options have been moved under workers.celery.* and workers.kubernetes.*: |
| safeToEvict, hostAliases, priorityClassName, runtimeClassName, schedulerName, |
| serviceAccount, extraContainers, extraInitContainers, extraVolumes, affinity, |
| tolerations, topologySpreadConstraints, podAnnotations, labels, env, extraVolumeMounts |
| are moved to both; extraPorts, volumeClaimTemplates, waitForMigrations, hpa, |
| annotations, logGroomerSidecar are Celery-specific and moved under workers.celery.* |
| kind: changed |
| links: |
| - name: '#61915' |
| url: https://github.com/apache/airflow/pull/61915 |
| - name: '#61919' |
| url: https://github.com/apache/airflow/pull/61919 |
| - name: '#61960' |
| url: https://github.com/apache/airflow/pull/61960 |
| - name: '#61961' |
| url: https://github.com/apache/airflow/pull/61961 |
| - name: '#61962' |
| url: https://github.com/apache/airflow/pull/61962 |
| - name: '#62030' |
| url: https://github.com/apache/airflow/pull/62030 |
| - name: '#62048' |
| url: https://github.com/apache/airflow/pull/62048 |
| - name: '#62054' |
| url: https://github.com/apache/airflow/pull/62054 |
| - name: '#64730' |
| url: https://github.com/apache/airflow/pull/64730 |
| - name: '#64734' |
| url: https://github.com/apache/airflow/pull/64734 |
| - name: '#64739' |
| url: https://github.com/apache/airflow/pull/64739 |
| - name: '#64741' |
| url: https://github.com/apache/airflow/pull/64741 |
| - name: '#64746' |
| url: https://github.com/apache/airflow/pull/64746 |
| - name: '#64860' |
| url: https://github.com/apache/airflow/pull/64860 |
| - name: '#64976' |
| url: https://github.com/apache/airflow/pull/64976 |
| - name: '#64980' |
| url: https://github.com/apache/airflow/pull/64980 |
| - name: '#64982' |
| url: https://github.com/apache/airflow/pull/64982 |
| - name: '#65027' |
| url: https://github.com/apache/airflow/pull/65027 |
| - name: '#65030' |
| url: https://github.com/apache/airflow/pull/65030 |
| - name: '#65033' |
| url: https://github.com/apache/airflow/pull/65033 |
| - name: '#65056' |
| url: https://github.com/apache/airflow/pull/65056 |
| - name: '#65059' |
| url: https://github.com/apache/airflow/pull/65059 |
| - description: Default Airflow image updated to 3.3.1 |
| kind: changed |
| links: |
| - name: '#64841' |
| url: https://github.com/apache/airflow/pull/64841 |
| - description: Fix wrong broker URL secret ref |
| kind: fixed |
| links: |
| - name: '#65006' |
| url: https://github.com/apache/airflow/pull/65006 |
| - description: Add ttlSecondsAfterFinished to database cleanup job |
| kind: added |
| links: |
| - name: '#64164' |
| url: https://github.com/apache/airflow/pull/64164 |
| - description: > |
| Support tpl rendering in ServiceAccount annotations, metadataConnection, and config ConfigMap names |
| kind: added |
| links: |
| - name: '#64763' |
| url: https://github.com/apache/airflow/pull/64763 |
| - description: Generate JWT Secret of recommended length |
| kind: changed |
| links: |
| - name: '#65082' |
| url: https://github.com/apache/airflow/pull/65082 |
| - description: Fix Helm chart image volume schema validation |
| kind: fixed |
| links: |
| - name: '#65409' |
| url: https://github.com/apache/airflow/pull/65409 |
| - description: Remove duplicate fallback branch in airflowPodSecurityContextsIds helper |
| kind: fixed |
| links: |
| - name: '#65558' |
| url: https://github.com/apache/airflow/pull/65558 |
| - description: Render cleanup RBAC only for KubernetesExecutor |
| kind: fixed |
| links: |
| - name: '#65539' |
| url: https://github.com/apache/airflow/pull/65539 |
| - description: Fix default args/command for database cleanup |
| kind: fixed |
| links: |
| - name: '#63821' |
| url: https://github.com/apache/airflow/pull/63821 |
| - description: Fix invalid deprecation warning in NOTES.txt |
| kind: fixed |
| links: |
| - name: '#64296' |
| url: https://github.com/apache/airflow/pull/64296 |
| - description: Add missing fields in schema file |
| kind: fixed |
| links: |
| - name: '#64339' |
| url: https://github.com/apache/airflow/pull/64339 |