Author: jedcunningham
Date: Fri Jun 23 13:30:41 2023
New Revision: 62599
Log:
Add artifacts for Helm Chart 1.10.0rc1
Added:
dev/airflow/helm-chart/1.10.0rc1/
dev/airflow/helm-chart/1.10.0rc1/airflow-1.10.0.tgz (with props)
dev/airflow/helm-chart/1.10.0rc1/airflow-1.10.0.tgz.asc
dev/airflow/helm-chart/1.10.0rc1/airflow-1.10.0.tgz.prov
dev/airflow/helm-chart/1.10.0rc1/airflow-1.10.0.tgz.sha512
dev/airflow/helm-chart/1.10.0rc1/airflow-chart-1.10.0-source.tar.gz (with
props)
dev/airflow/helm-chart/1.10.0rc1/airflow-chart-1.10.0-source.tar.gz.asc
dev/airflow/helm-chart/1.10.0rc1/airflow-chart-1.10.0-source.tar.gz.sha512
dev/airflow/helm-chart/1.10.0rc1/index.yaml
Added: dev/airflow/helm-chart/1.10.0rc1/airflow-1.10.0.tgz
==============================================================================
Binary file - no diff available.
Propchange: dev/airflow/helm-chart/1.10.0rc1/airflow-1.10.0.tgz
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/airflow/helm-chart/1.10.0rc1/airflow-1.10.0.tgz.asc
==============================================================================
--- dev/airflow/helm-chart/1.10.0rc1/airflow-1.10.0.tgz.asc (added)
+++ dev/airflow/helm-chart/1.10.0rc1/airflow-1.10.0.tgz.asc Fri Jun 23 13:30:41
2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQJNBAABCAA3FiEE4aHphPVbjygL2cuiC7cWOJKi5I4FAmSVnbAZHGplZGN1bm5p
+bmdoYW1AYXBhY2hlLm9yZwAKCRALtxY4kqLkjoCzD/9uozuqHGfOjcX3pGDcagt6
+TOtzgXt0GPg8GofgQekVUpOGakI3P4UXYvKpbmDzMi7itJeWMrqRh4vdo+56PEGE
+UZLtlqfEIqNfFZRxxiIf0r79tjU70dPyjlvvAFUtVjF77v447ifE/WqK8/WLiCoy
+RF3MHkL23BVU9Xtf2qRIK+IhokjaRIm4TMq+eNR/fEY+FVt18rJ2eaHvVM7v7QwV
+kyUlcz/fqMvDzX4i3MWl+6++VdcLmdESuRio+Pf+/pR8crv6bNthRmAU9bv3IQNz
+d5Mn78N46emddvhYY+owxeaS2aaEZl+IkXvmyBjFFgjdSi9VhTdtAPHOz6wmX6W7
+zqzPHE9wAQSeASCe7kHh0WitObPVAkWSswe6AkdOTAdjqONnB1dTHfOt8lA+ISVR
+BIoxpqMrJW4IFSB0njspddZgUxYF5QrJmU4HD/+FFbcMdwJaqzaZ1AMEJVLXdpIn
+fFjNAW7OCQiignYc6Tvdnsb0E5w/+asSnlfxkrIcZSJoRnzVIopqcRwWakccjOqr
+6a/7b4tGvdO5y5TQgqVDVJ4idBPr4Xn0KpsOb3ih/nIReLslfx/8NZRJd1RpXcXm
+hqxWA5zGRVxEJu9Z8gXYkyPq/OFUisIU+EkmyV1gmh/TqjDryzdqKskANMx5YqTA
+Bh63RVN/lMLlPoXlN88ghQ==
+=48fs
+-----END PGP SIGNATURE-----
Added: dev/airflow/helm-chart/1.10.0rc1/airflow-1.10.0.tgz.prov
==============================================================================
--- dev/airflow/helm-chart/1.10.0rc1/airflow-1.10.0.tgz.prov (added)
+++ dev/airflow/helm-chart/1.10.0rc1/airflow-1.10.0.tgz.prov Fri Jun 23
13:30:41 2023
@@ -0,0 +1,144 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+annotations:
+ artifacthub.io/changes: |
+ - description: Add support for container security context
+ kind: added
+ links:
+ - name: '#31043'
+ url: https://github.com/apache/airflow/pull/31043
+ - description: Validate ``executor`` and ``config.core.executor`` match
+ kind: changed
+ links:
+ - name: '#30693'
+ url: https://github.com/apache/airflow/pull/30693
+ - description: Support ``minAvailable`` property for PodDisruptionBudget
+ kind: changed
+ links:
+ - name: '#30603'
+ url: https://github.com/apache/airflow/pull/30603
+ - description: Add ``volumeMounts`` to dag processor ``waitForMigrations``
+ kind: changed
+ links:
+ - name: '#30990'
+ url: https://github.com/apache/airflow/pull/30990
+ - description: Template extra volumes
+ kind: changed
+ links:
+ - name: '#30773'
+ url: https://github.com/apache/airflow/pull/30773
+ - description: Fix webserver probes timeout and period
+ kind: fixed
+ links:
+ - name: '#30609'
+ url: https://github.com/apache/airflow/pull/30609
+ - description: Add missing ``waitForMigrations`` for workers
+ kind: fixed
+ links:
+ - name: '#31625'
+ url: https://github.com/apache/airflow/pull/31625
+ - description: Add missing ``priorityClassName`` to K8S worker pod template
+ kind: fixed
+ links:
+ - name: '#31328'
+ url: https://github.com/apache/airflow/pull/31328
+ - description: Adding log groomer sidecar to dag processor
+ kind: fixed
+ links:
+ - name: '#30726'
+ url: https://github.com/apache/airflow/pull/30726
+ - description: Do not propagate global security context to statsd and redis
+ kind: fixed
+ links:
+ - name: '#31865'
+ url: https://github.com/apache/airflow/pull/31865
+ - description: 'Misc: Default Airflow version to 2.6.2'
+ kind: changed
+ links:
+ - name: '#31979'
+ url: https://github.com/apache/airflow/pull/31979
+ - description: 'Misc: Use template comments for the chart license header'
+ kind: changed
+ links:
+ - name: '#30569'
+ url: https://github.com/apache/airflow/pull/30569
+ - description: 'Misc: Align ``apiVersion`` and ``kind`` order in chart
templates'
+ kind: changed
+ links:
+ - name: '#31850'
+ url: https://github.com/apache/airflow/pull/31850
+ - description: 'Misc: Cleanup Kubernetes < 1.23 support'
+ kind: changed
+ links:
+ - name: '#31847'
+ url: https://github.com/apache/airflow/pull/31847
+ artifacthub.io/links: |
+ - name: Documentation
+ url: https://airflow.apache.org/docs/helm-chart/1.8.0/
+ artifacthub.io/screenshots: |
+ - title: DAGs View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.6.2/_images/dags.png
+ - title: Datasets View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.6.2/_images/datasets.png
+ - title: Grid View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.6.2/_images/grid.png
+ - title: Graph View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.6.2/_images/graph.png
+ - title: Calendar View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.6.2/_images/calendar.png
+ - title: Variable View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.6.2/_images/variable_hidden.png
+ - title: Gantt Chart
+ url:
https://airflow.apache.org/docs/apache-airflow/2.6.2/_images/gantt.png
+ - title: Task Duration
+ url:
https://airflow.apache.org/docs/apache-airflow/2.6.2/_images/duration.png
+ - title: Code View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.6.2/_images/code.png
+ - title: Task Instance Context Menu
+ url:
https://airflow.apache.org/docs/apache-airflow/2.6.2/_images/context.png
+apiVersion: v2
+appVersion: 2.6.2
+dependencies:
+- - condition: postgresql.enabled
+ name: postgresql
+ repository: https://charts.bitnami.com/bitnami
+ version: 12.1.9
+description: The official Helm chart to deploy Apache Airflow, a platform to
programmatically
+ author, schedule, and monitor workflows
+home: https://airflow.apache.org/
+icon: https://airflow.apache.org/images/airflow_dark_bg.png
+keywords:
+- - apache
+- - airflow
+- - workflow
+- - scheduler
+maintainers:
+- - email: [email protected]
+ name: Apache Airflow PMC
+name: airflow
+sources:
+- - https://github.com/apache/airflow
+type: application
+version: 1.10.0
+
+...
+files:
+ airflow-1.10.0.tgz:
sha256:6ed4828a04b7948a7cf861999ee9f6f94dcac0e63f0fcb9816da21be0ff60f57
+-----BEGIN PGP SIGNATURE-----
+
+iQJNBAEBCAA3FiEE4aHphPVbjygL2cuiC7cWOJKi5I4FAmSVnZkZHGplZGN1bm5p
+bmdoYW1AYXBhY2hlLm9yZwAKCRALtxY4kqLkjoCSD/wP3CGNtoxYstkrdI1+a8kT
+DkAY54T76hlobZqV86uFw7G4PSUw75rkHl/VMUZJlczfdYVaXIKgnoEfzSPW/gvb
++L62MaSzca4jNmGfDPv/0MXEVbf2SjBxJU/dPLUQiQ+b/zTEoJ25FgGKPZteqN+K
+Plq7ehM9g/oIANnZVyFf+KeuiyHIlhaU+ycTdhM/bJsVD2vm72EXI5d53YWOCWjU
+/M6dqJUw76WnnGJnASJIAdf8ZE01wzG5JK2u8GOrNmH4Sc4zUh1i8CLBbQnP2v8K
+v9Qj48LNbEQrro/4ulWywwUohAxSASlKJ1RFuOmN6km2AAH2yTYmCsrlaZaBWU7V
++bDIwF3Lu+gvej5pnPogXLTvzWISMmlJozVCZyI2h3mIMtOeuQbozCZAwHxrSH6Q
+imfKP5hXbHFW6numEGgYwW6Jx75fUERzayojsDEnZeLyv5Fq8hcIr1Tcgm0LdX7L
+nV6gb+FpD6ZEtBr720uCtayYE5sZGKwtgsFYfsUGcLXQ0al8lLOwGet+zVvlv7j5
+iOFFW1ASKWPVtPqxC47I0H8AuQlIBEsORaN5i627F/RQ0OEVIVx/7U0e4qHKksyl
+jR+jK9wvR+zukwPcthDYxo2XnxTLCT9bWLz1cunHVlMlBKyu9zjbyTZS1v3ERdKp
+NIJsHVBi1NNzPYnZKieVMg==
+=7szP
+-----END PGP SIGNATURE-----
Added: dev/airflow/helm-chart/1.10.0rc1/airflow-1.10.0.tgz.sha512
==============================================================================
--- dev/airflow/helm-chart/1.10.0rc1/airflow-1.10.0.tgz.sha512 (added)
+++ dev/airflow/helm-chart/1.10.0rc1/airflow-1.10.0.tgz.sha512 Fri Jun 23
13:30:41 2023
@@ -0,0 +1 @@
+0c19064d50ddcb322df04949da5b87cf7266b62180c578de752727cc4ca180901a643322ebd42bb5ef51909a4a54a2f7efad89bf2012df69d5c24e3e093d9b7c
airflow-1.10.0.tgz
Added: dev/airflow/helm-chart/1.10.0rc1/airflow-chart-1.10.0-source.tar.gz
==============================================================================
Binary file - no diff available.
Propchange: dev/airflow/helm-chart/1.10.0rc1/airflow-chart-1.10.0-source.tar.gz
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/airflow/helm-chart/1.10.0rc1/airflow-chart-1.10.0-source.tar.gz.asc
==============================================================================
--- dev/airflow/helm-chart/1.10.0rc1/airflow-chart-1.10.0-source.tar.gz.asc
(added)
+++ dev/airflow/helm-chart/1.10.0rc1/airflow-chart-1.10.0-source.tar.gz.asc Fri
Jun 23 13:30:41 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQJNBAABCAA3FiEE4aHphPVbjygL2cuiC7cWOJKi5I4FAmSVnasZHGplZGN1bm5p
+bmdoYW1AYXBhY2hlLm9yZwAKCRALtxY4kqLkjvcyD/402JVeIfHcIM/s7VVaEgWf
+TIl6c2++J3j8KVIP+n4QJh/Kumyw5dBKIP+rzkYumJ3+U7Wf5q0pFZD7pnEnhpA+
+0yY2yBFe65jAbpSE3HF+iKs4Fc+j6kInEWp/FkUS/MrtB3jBJ31mHq8fKVK+UQgd
+PXYpPJDtoOV//a0a3ghuVkhd1fXlfk9xFmTevML6PtgKdjtFGL6CE+73dETqptWz
+s2hwUy+nHZ1lUGznCHwIpg+GgHyrcAtZSJybweEjg3J6aEtJY6f2vqs10Xu8Q2mO
+pl5+JwdbK0UAwmt3mH7ZhWsz8Q/wRycDYerqENJXk6TbD8XYm7N3QxzqRBbSfbp9
+UlOgyJv3mqXNbHgT3iI/CLgYCsZ0014CG3wWbllcfy8G5UNeLQIpLF1yJS9jWg39
+TpL2Fi9LZz7OjdaXrDvoFsL0Fk/xNfrK0ErUtswUOdVUnBlZryK0M+6QVjmZp2dq
+4pycRRyVrRByob8dD+Uxrp5zTtC0Yqq8qxaoaXNBzyHPBvZYrK124G2TnBNeJirR
+dDqO86ZMfk51Lfv7eKQfG3wi7XhC1DCY9/dQVL9jKM/aA8UOQPx1iONfBrZNuBuc
+/Cf899UQFpDwAJGvKRxGzyXg25FXOFK72ZflBErUfQMGNDtxsXp020kyqZW5OoE0
+42Z4tXeNCQuGdDm/kCpOMQ==
+=hJOj
+-----END PGP SIGNATURE-----
Added:
dev/airflow/helm-chart/1.10.0rc1/airflow-chart-1.10.0-source.tar.gz.sha512
==============================================================================
--- dev/airflow/helm-chart/1.10.0rc1/airflow-chart-1.10.0-source.tar.gz.sha512
(added)
+++ dev/airflow/helm-chart/1.10.0rc1/airflow-chart-1.10.0-source.tar.gz.sha512
Fri Jun 23 13:30:41 2023
@@ -0,0 +1 @@
+de180c932b25564d1a7f3a7d44eb866e899ae13c485847fd4816177bd91e546467d6fcad149877e92ace20d60e81eb7fbc8c8193c3ef38571f88112a982df8d3
airflow-chart-1.10.0-source.tar.gz
Added: dev/airflow/helm-chart/1.10.0rc1/index.yaml
==============================================================================
--- dev/airflow/helm-chart/1.10.0rc1/index.yaml (added)
+++ dev/airflow/helm-chart/1.10.0rc1/index.yaml Fri Jun 23 13:30:41 2023
@@ -0,0 +1,1362 @@
+apiVersion: v1
+entries:
+ airflow:
+ - annotations:
+ artifacthub.io/changes: |
+ - description: Add support for container security context
+ kind: added
+ links:
+ - name: '#31043'
+ url: https://github.com/apache/airflow/pull/31043
+ - description: Validate ``executor`` and ``config.core.executor`` match
+ kind: changed
+ links:
+ - name: '#30693'
+ url: https://github.com/apache/airflow/pull/30693
+ - description: Support ``minAvailable`` property for
PodDisruptionBudget
+ kind: changed
+ links:
+ - name: '#30603'
+ url: https://github.com/apache/airflow/pull/30603
+ - description: Add ``volumeMounts`` to dag processor
``waitForMigrations``
+ kind: changed
+ links:
+ - name: '#30990'
+ url: https://github.com/apache/airflow/pull/30990
+ - description: Template extra volumes
+ kind: changed
+ links:
+ - name: '#30773'
+ url: https://github.com/apache/airflow/pull/30773
+ - description: Fix webserver probes timeout and period
+ kind: fixed
+ links:
+ - name: '#30609'
+ url: https://github.com/apache/airflow/pull/30609
+ - description: Add missing ``waitForMigrations`` for workers
+ kind: fixed
+ links:
+ - name: '#31625'
+ url: https://github.com/apache/airflow/pull/31625
+ - description: Add missing ``priorityClassName`` to K8S worker pod
template
+ kind: fixed
+ links:
+ - name: '#31328'
+ url: https://github.com/apache/airflow/pull/31328
+ - description: Adding log groomer sidecar to dag processor
+ kind: fixed
+ links:
+ - name: '#30726'
+ url: https://github.com/apache/airflow/pull/30726
+ - description: Do not propagate global security context to statsd and
redis
+ kind: fixed
+ links:
+ - name: '#31865'
+ url: https://github.com/apache/airflow/pull/31865
+ - description: 'Misc: Default Airflow version to 2.6.2'
+ kind: changed
+ links:
+ - name: '#31979'
+ url: https://github.com/apache/airflow/pull/31979
+ - description: 'Misc: Use template comments for the chart license
header'
+ kind: changed
+ links:
+ - name: '#30569'
+ url: https://github.com/apache/airflow/pull/30569
+ - description: 'Misc: Align ``apiVersion`` and ``kind`` order in chart
templates'
+ kind: changed
+ links:
+ - name: '#31850'
+ url: https://github.com/apache/airflow/pull/31850
+ - description: 'Misc: Cleanup Kubernetes < 1.23 support'
+ kind: changed
+ links:
+ - name: '#31847'
+ url: https://github.com/apache/airflow/pull/31847
+ artifacthub.io/links: |
+ - name: Documentation
+ url: https://airflow.apache.org/docs/helm-chart/1.8.0/
+ artifacthub.io/screenshots: |
+ - title: DAGs View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.6.2/_images/dags.png
+ - title: Datasets View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.6.2/_images/datasets.png
+ - title: Grid View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.6.2/_images/grid.png
+ - title: Graph View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.6.2/_images/graph.png
+ - title: Calendar View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.6.2/_images/calendar.png
+ - title: Variable View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.6.2/_images/variable_hidden.png
+ - title: Gantt Chart
+ url:
https://airflow.apache.org/docs/apache-airflow/2.6.2/_images/gantt.png
+ - title: Task Duration
+ url:
https://airflow.apache.org/docs/apache-airflow/2.6.2/_images/duration.png
+ - title: Code View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.6.2/_images/code.png
+ - title: Task Instance Context Menu
+ url:
https://airflow.apache.org/docs/apache-airflow/2.6.2/_images/context.png
+ apiVersion: v2
+ appVersion: 2.6.2
+ created: "2023-06-23T09:28:54.27666-04:00"
+ dependencies:
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: https://charts.bitnami.com/bitnami
+ version: 12.1.9
+ description: The official Helm chart to deploy Apache Airflow, a platform
to programmatically
+ author, schedule, and monitor workflows
+ digest: 6ed4828a04b7948a7cf861999ee9f6f94dcac0e63f0fcb9816da21be0ff60f57
+ home: https://airflow.apache.org/
+ icon: https://airflow.apache.org/images/airflow_dark_bg.png
+ keywords:
+ - apache
+ - airflow
+ - workflow
+ - scheduler
+ maintainers:
+ - email: [email protected]
+ name: Apache Airflow PMC
+ name: airflow
+ sources:
+ - https://github.com/apache/airflow
+ type: application
+ urls:
+ -
https://dist.apache.org/repos/dist/dev/airflow/helm-chart/1.10.0rc1/airflow-1.10.0.tgz
+ version: 1.10.0
+ - annotations:
+ artifacthub.io/changes: |
+ - description: Add support for ``hostAliases`` for Airflow webserver
and scheduler
+ kind: added
+ links:
+ - name: '#30051'
+ url: https://github.com/apache/airflow/pull/30051
+ - description: Add support for annotations on StatsD Deployment and
cleanup CronJob
+ kind: added
+ links:
+ - name: '#30126'
+ url: https://github.com/apache/airflow/pull/30126
+ - description: Add support for annotations in logs PVC
+ kind: added
+ links:
+ - name: '#29270'
+ url: https://github.com/apache/airflow/pull/29270
+ - description: Add support for annotations in extra ConfigMap and
Secrets
+ kind: added
+ links:
+ - name: '#30303'
+ url: https://github.com/apache/airflow/pull/30303
+ - description: Add support for pod annotations to PgBouncer
+ kind: added
+ links:
+ - name: '#30168'
+ url: https://github.com/apache/airflow/pull/30168
+ - description: Add support for ``ttlSecondsAfterFinished`` on
``migrateDatabaseJob``
+ and ``createUserJob``
+ kind: added
+ links:
+ - name: '#29314'
+ url: https://github.com/apache/airflow/pull/29314
+ - description: Add support for using SHA digest of Docker images
+ kind: added
+ links:
+ - name: '#30214'
+ url: https://github.com/apache/airflow/pull/30214
+ - description: Template extra volumes in Helm Chart
+ kind: changed
+ links:
+ - name: '#29357'
+ url: https://github.com/apache/airflow/pull/29357
+ - description: Make Liveness/Readiness Probe timeouts configurable for
PgBouncer Exporter
+ kind: changed
+ links:
+ - name: '#29752'
+ url: https://github.com/apache/airflow/pull/29752
+ - description: Enable individual trigger logging
+ kind: changed
+ links:
+ - name: '#29482'
+ url: https://github.com/apache/airflow/pull/29482
+ - description: Add ``config.kubernetes_executor`` to values
+ kind: fixed
+ links:
+ - name: '#29818'
+ url: https://github.com/apache/airflow/pull/29818
+ - description: Block extra properties in image config
+ kind: fixed
+ links:
+ - name: '#30217'
+ url: https://github.com/apache/airflow/pull/30217
+ - description: Remove replicas if KEDA is enabled
+ kind: fixed
+ links:
+ - name: '#29838'
+ url: https://github.com/apache/airflow/pull/29838
+ - description: Mount ``kerberos.keytab`` to worker when enabled
+ kind: fixed
+ links:
+ - name: '#29526'
+ url: https://github.com/apache/airflow/pull/29526
+ - description: Fix adding annotations for dag persistence PVC
+ kind: fixed
+ links:
+ - name: '#29622'
+ url: https://github.com/apache/airflow/pull/29622
+ - description: Fix ``bitnami/postgresql`` default username and password
+ kind: fixed
+ links:
+ - name: '#29478'
+ url: https://github.com/apache/airflow/pull/29478
+ - description: Add global volumes in pod template file
+ kind: fixed
+ links:
+ - name: '#29295'
+ url: https://github.com/apache/airflow/pull/29295
+ - description: Add log groomer sidecar to triggerer service
+ kind: fixed
+ links:
+ - name: '#29392'
+ url: https://github.com/apache/airflow/pull/29392
+ - description: Helm deployment fails when ``postgresql.nameOverride``
is used
+ kind: fixed
+ links:
+ - name: '#29214'
+ url: https://github.com/apache/airflow/pull/29214
+ - description: 'Docs: Add gitSync optional env description'
+ kind: changed
+ links:
+ - name: '#29378'
+ url: https://github.com/apache/airflow/pull/29378
+ - description: 'Docs: Add webserver NodePort example'
+ kind: changed
+ links:
+ - name: '#29460'
+ url: https://github.com/apache/airflow/pull/29460
+ - description: 'Docs: Include Rancher in Helm chart install
instructions'
+ kind: changed
+ links:
+ - name: '#28416'
+ url: https://github.com/apache/airflow/pull/28416
+ - description: 'Docs: Change RSA SSH host key to reflect update from
Github'
+ kind: changed
+ links:
+ - name: '#30286'
+ url: https://github.com/apache/airflow/pull/30286
+ - description: 'Misc: Update Airflow version to 2.5.3'
+ kind: changed
+ links:
+ - name: '#30411'
+ url: https://github.com/apache/airflow/pull/30411
+ - description: 'Misc: Switch to newer versions of PgBouncer and
PgBouncer Exporter
+ in chart'
+ kind: changed
+ links:
+ - name: '#29919'
+ url: https://github.com/apache/airflow/pull/29919
+ - description: 'Misc: Reformat chart templates'
+ kind: changed
+ links:
+ - name: '#29917'
+ url: https://github.com/apache/airflow/pull/29917
+ - description: 'Misc: Reformat chart templates part 2'
+ kind: changed
+ links:
+ - name: '#29941'
+ url: https://github.com/apache/airflow/pull/29941
+ - description: 'Misc: Reformat chart templates part 3'
+ kind: changed
+ links:
+ - name: '#30312'
+ url: https://github.com/apache/airflow/pull/30312
+ - description: 'Misc: Replace deprecated k8s registry references'
+ kind: changed
+ links:
+ - name: '#29938'
+ url: https://github.com/apache/airflow/pull/29938
+ - description: 'Misc: Fix ``airflow_dags_mount`` formatting'
+ kind: changed
+ links:
+ - name: '#29296'
+ url: https://github.com/apache/airflow/pull/29296
+ - description: 'Misc: Fix ``webserver.service.ports`` formatting'
+ kind: changed
+ links:
+ - name: '#29297'
+ url: https://github.com/apache/airflow/pull/29297
+ artifacthub.io/links: |
+ - name: Documentation
+ url: https://airflow.apache.org/docs/helm-chart/1.8.0/
+ artifacthub.io/screenshots: |
+ - title: DAGs View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.5.3/_images/dags.png
+ - title: Datasets View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.5.3/_images/datasets.png
+ - title: Grid View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.5.3/_images/grid.png
+ - title: Graph View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.5.3/_images/graph.png
+ - title: Calendar View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.5.3/_images/calendar.png
+ - title: Variable View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.5.3/_images/variable_hidden.png
+ - title: Gantt Chart
+ url:
https://airflow.apache.org/docs/apache-airflow/2.5.3/_images/gantt.png
+ - title: Task Duration
+ url:
https://airflow.apache.org/docs/apache-airflow/2.5.3/_images/duration.png
+ - title: Code View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.5.3/_images/code.png
+ - title: Task Instance Context Menu
+ url:
https://airflow.apache.org/docs/apache-airflow/2.5.3/_images/context.png
+ apiVersion: v2
+ appVersion: 2.5.3
+ created: "2023-04-14T14:47:52.938848-06:00"
+ dependencies:
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: https://charts.bitnami.com/bitnami
+ version: 12.1.9
+ description: The official Helm chart to deploy Apache Airflow, a platform
to programmatically
+ author, schedule, and monitor workflows
+ digest: 750ff03fa93049bb049c1dd91722530ba39c8e2af951883bf3fb8b2630fd0684
+ home: https://airflow.apache.org/
+ icon: https://airflow.apache.org/images/airflow_dark_bg.png
+ keywords:
+ - apache
+ - airflow
+ - workflow
+ - scheduler
+ maintainers:
+ - email: [email protected]
+ name: Apache Airflow PMC
+ name: airflow
+ sources:
+ - https://github.com/apache/airflow
+ type: application
+ urls:
+ -
https://archive.apache.org/dist/airflow/helm-chart/1.9.0/airflow-1.9.0.tgz
+ version: 1.9.0
+ - annotations:
+ artifacthub.io/changes: |
+ - description: Add annotations on deployments
+ kind: added
+ links:
+ - name: '#28688'
+ url: https://github.com/apache/airflow/pull/28688
+ - description: Add global volume & volumeMounts to the chart
+ kind: added
+ links:
+ - name: '#27781'
+ url: https://github.com/apache/airflow/pull/27781
+ - description: Add support for ``webserverConfigConfigMapName``
+ kind: changed
+ links:
+ - name: '#27419'
+ url: https://github.com/apache/airflow/pull/27419
+ - description: Enhance chart to allow overriding command-line args to
statsd exporter
+ kind: changed
+ links:
+ - name: '#28041'
+ url: https://github.com/apache/airflow/pull/28041
+ - description: Add support for NodePort in Services
+ kind: changed
+ links:
+ - name: '#26945'
+ url: https://github.com/apache/airflow/pull/26945
+ - description: Add worker log-groomer-sidecar enable option
+ kind: changed
+ links:
+ - name: '#27178'
+ url: https://github.com/apache/airflow/pull/27178
+ - description: Add HostAliases to Pod template file
+ kind: changed
+ links:
+ - name: '#27544'
+ url: https://github.com/apache/airflow/pull/27544
+ - description: Allow PgBouncer replicas to be configurable
+ kind: changed
+ links:
+ - name: '#27439'
+ url: https://github.com/apache/airflow/pull/27439
+ - description: Create scheduler service to serve task logs for
LocalKubernetesExecutor
+ kind: fixed
+ links:
+ - name: '#28828'
+ url: https://github.com/apache/airflow/pull/28828
+ - description: Fix NOTES.txt to show correct URL
+ kind: fixed
+ links:
+ - name: '#28264'
+ url: https://github.com/apache/airflow/pull/28264
+ - description: Add worker service account for LocalKubernetesExecutor
+ kind: fixed
+ links:
+ - name: '#28813'
+ url: https://github.com/apache/airflow/pull/28813
+ - description: Remove checks for 1.19 api checks
+ kind: fixed
+ links:
+ - name: '#28461'
+ url: https://github.com/apache/airflow/pull/28461
+ - description: Add airflow_local_settings to all airflow containers
+ kind: fixed
+ links:
+ - name: '#27779'
+ url: https://github.com/apache/airflow/pull/27779
+ - description: Make custom env vars optional for job templates
+ kind: fixed
+ links:
+ - name: '#27148'
+ url: https://github.com/apache/airflow/pull/27148
+ - description: Decrease default gitSync wait
+ kind: fixed
+ links:
+ - name: '#27625'
+ url: https://github.com/apache/airflow/pull/27625
+ - description: Add ``extraVolumeMounts`` to sidecars too
+ kind: fixed
+ links:
+ - name: '#27420'
+ url: https://github.com/apache/airflow/pull/27420
+ - description: Fix PgBouncer after PostgreSQL subchart upgrade
+ kind: fixed
+ links:
+ - name: '#29207'
+ url: https://github.com/apache/airflow/pull/29207
+ - description: 'Docs: Enhance production guide with a few Argo
specific guidelines'
+ kind: changed
+ links:
+ - name: '#29078'
+ url: https://github.com/apache/airflow/pull/29078
+ - description: 'Docs: Add doc note about Pod template images'
+ kind: changed
+ links:
+ - name: '#29032'
+ url: https://github.com/apache/airflow/pull/29032
+ - description: 'Docs: Update production guide db section'
+ kind: changed
+ links:
+ - name: '#28610'
+ url: https://github.com/apache/airflow/pull/28610
+ - description: 'Docs: Fix to LoadBalancer snippet'
+ kind: changed
+ links:
+ - name: '#28014'
+ url: https://github.com/apache/airflow/pull/28014
+ - description: 'Docs: Fix gitSync example code'
+ kind: changed
+ links:
+ - name: '#28083'
+ url: https://github.com/apache/airflow/pull/28083
+ - description: 'Docs: Correct repo example for cloning via ssh'
+ kind: changed
+ links:
+ - name: '#27671'
+ url: https://github.com/apache/airflow/pull/27671
+ - description: 'Misc: Update Airflow version to 2.5.1'
+ kind: changed
+ links:
+ - name: '#29074'
+ url: https://github.com/apache/airflow/pull/29074
+ - description: 'Misc: Update git-sync to 3.6.3'
+ kind: changed
+ links:
+ - name: '#27848'
+ url: https://github.com/apache/airflow/pull/27848
+ - description: 'Misc: Upgrade ``bitnami/postgresql`` subchart to
12.1.9'
+ kind: changed
+ links:
+ - name: '#29071'
+ url: https://github.com/apache/airflow/pull/29071
+ - description: 'Misc: Update redis to 7'
+ kind: changed
+ links:
+ - name: '#27443'
+ url: https://github.com/apache/airflow/pull/27443
+ - description: 'Misc: Replace helm chart icon'
+ kind: changed
+ links:
+ - name: '#27704'
+ url: https://github.com/apache/airflow/pull/27704
+ artifacthub.io/links: |
+ - name: Documentation
+ url: https://airflow.apache.org/docs/helm-chart/1.8.0/
+ artifacthub.io/screenshots: |
+ - title: DAGs View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.5.1/_images/dags.png
+ - title: Datasets View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.5.1/_images/datasets.png
+ - title: Grid View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.5.1/_images/grid.png
+ - title: Graph View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.5.1/_images/graph.png
+ - title: Calendar View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.5.1/_images/calendar.png
+ - title: Variable View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.5.1/_images/variable_hidden.png
+ - title: Gantt Chart
+ url:
https://airflow.apache.org/docs/apache-airflow/2.5.1/_images/gantt.png
+ - title: Task Duration
+ url:
https://airflow.apache.org/docs/apache-airflow/2.5.1/_images/duration.png
+ - title: Code View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.5.1/_images/code.png
+ - title: Task Instance Context Menu
+ url:
https://airflow.apache.org/docs/apache-airflow/2.5.1/_images/context.png
+ apiVersion: v2
+ appVersion: 2.5.1
+ created: "2023-02-06T10:12:30.551289-07:00"
+ dependencies:
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: https://charts.bitnami.com/bitnami
+ version: 12.1.9
+ description: The official Helm chart to deploy Apache Airflow, a platform
to programmatically
+ author, schedule, and monitor workflows
+ digest: 62d5465b95d1b82fad8b575c6919f29200eb7a8011df49063733143fc9f4fd5a
+ home: https://airflow.apache.org/
+ icon: https://airflow.apache.org/images/airflow_dark_bg.png
+ keywords:
+ - apache
+ - airflow
+ - workflow
+ - scheduler
+ maintainers:
+ - email: [email protected]
+ name: Apache Airflow PMC
+ name: airflow
+ sources:
+ - https://github.com/apache/airflow
+ type: application
+ urls:
+ -
https://archive.apache.org/dist/airflow/helm-chart/1.8.0/airflow-1.8.0.tgz
+ version: 1.8.0
+ - annotations:
+ artifacthub.io/changes: |
+ - description: Make cleanup job history configurable
+ kind: added
+ links:
+ - name: '#26838'
+ url: https://github.com/apache/airflow/pull/26838
+ - description: Added labels to specific Airflow components
+ kind: added
+ links:
+ - name: '#25031'
+ url: https://github.com/apache/airflow/pull/25031
+ - description: Add StatsD ``overrideMappings`` in Helm chart values
+ kind: added
+ links:
+ - name: '#26598'
+ url: https://github.com/apache/airflow/pull/26598
+ - description: Adding ``podAnnotations`` to StatsD deployment template
+ kind: added
+ links:
+ - name: '#25732'
+ url: https://github.com/apache/airflow/pull/25732
+ - description: Container specific extra environment variables
+ kind: added
+ links:
+ - name: '#24784'
+ url: https://github.com/apache/airflow/pull/24784
+ - description: Custom labels for extrasecrets/configmaps
+ kind: added
+ links:
+ - name: '#25283'
+ url: https://github.com/apache/airflow/pull/25283
+ - description: Add ``revisionHistoryLimit`` to all deployments
+ kind: added
+ links:
+ - name: '#25059'
+ url: https://github.com/apache/airflow/pull/25059
+ - description: Adding ``podAnnotations`` to Redis StatefulSet
+ kind: added
+ links:
+ - name: '#23708'
+ url: https://github.com/apache/airflow/pull/23708
+ - description: Provision Standalone Dag Processor
+ kind: added
+ links:
+ - name: '#23711'
+ url: https://github.com/apache/airflow/pull/23711
+ - description: Add configurable scheme for webserver probes
+ kind: added
+ links:
+ - name: '#22815'
+ url: https://github.com/apache/airflow/pull/22815
+ - description: Add support for KEDA HPA config to Helm chart
+ kind: added
+ links:
+ - name: '#24220'
+ url: https://github.com/apache/airflow/pull/24220
+ - description: Add 'executor' label to Airflow scheduler deployment
+ kind: changed
+ links:
+ - name: '#25684'
+ url: https://github.com/apache/airflow/pull/25684
+ - description: Add default ``flower_url_prefix`` in Helm chart values
+ kind: changed
+ links:
+ - name: '#26415'
+ url: https://github.com/apache/airflow/pull/26415
+ - description: Add liveness probe to Celery workers
+ kind: changed
+ links:
+ - name: '#25561'
+ url: https://github.com/apache/airflow/pull/25561
+ - description: Use ``sql_alchemy_conn`` for celery result backend when
``result_backend``
+ is not set
+ kind: changed
+ links:
+ - name: '#24496'
+ url: https://github.com/apache/airflow/pull/24496
+ - description: Fix pod template ``imagePullPolicy``
+ kind: fixed
+ links:
+ - name: '#26423'
+ url: https://github.com/apache/airflow/pull/26423
+ - description: Do not declare a volume for ``sshKeySecret`` if dag
persistence is
+ enabled
+ kind: fixed
+ links:
+ - name: '#22913'
+ url: https://github.com/apache/airflow/pull/22913
+ - description: Pass worker annotations to generated pod template
+ kind: fixed
+ links:
+ - name: '#24647'
+ url: https://github.com/apache/airflow/pull/24647
+ - description: Fix semver compare number for ``jobs check`` command
+ kind: fixed
+ links:
+ - name: '#24480'
+ url: https://github.com/apache/airflow/pull/24480
+ - description: Use ``--local`` flag for liveness probes in Airflow 2.5+
+ kind: fixed
+ links:
+ - name: '#24999'
+ url: https://github.com/apache/airflow/pull/24999
+ - description: 'Docs: Improve documentation on helm hooks disabling'
+ kind: changed
+ links:
+ - name: '#26747'
+ url: https://github.com/apache/airflow/pull/26747
+ - description: 'Docs: Remove ``ssh://`` prefix from git repo value'
+ kind: changed
+ links:
+ - name: '#26632'
+ url: https://github.com/apache/airflow/pull/26632
+ - description: 'Docs: Update docs when not to use Helm hooks for
starting jobs'
+ kind: changed
+ links:
+ - name: '#26604'
+ url: https://github.com/apache/airflow/pull/26604
+ - description: 'Docs: Fix ``defaultAirflowRepository`` comment'
+ kind: changed
+ links:
+ - name: '#26428'
+ url: https://github.com/apache/airflow/pull/26428
+ - description: 'Docs: Baking DAGs into Docker image'
+ kind: changed
+ links:
+ - name: '#26401'
+ url: https://github.com/apache/airflow/pull/26401
+ - description: 'Docs: Reload pods when using the same DAG tag'
+ kind: changed
+ links:
+ - name: '#24576'
+ url: https://github.com/apache/airflow/pull/24576
+ - description: 'Docs: Minor clarifications about ``result_backend``,
dag processor,
+ and ``helm uninstall``'
+ kind: changed
+ links:
+ - name: '#24929'
+ url: https://github.com/apache/airflow/pull/24929
+ - description: 'Docs: Add hyperlinks to Github PRs for Release Notes'
+ kind: changed
+ links:
+ - name: '#24532'
+ url: https://github.com/apache/airflow/pull/24532
+ - description: 'Docs: Add Flux to chart gitops docs'
+ kind: changed
+ links:
+ - name: '#24288'
+ url: https://github.com/apache/airflow/pull/24288
+ - description: 'Docs: Provide details on how to pull Airflow image
from a private
+ repository'
+ kind: changed
+ links:
+ - name: '#24394'
+ url: https://github.com/apache/airflow/pull/24394
+ - description: 'Docs: Helm logo no longer a link'
+ kind: changed
+ links:
+ - name: '#23977'
+ url: https://github.com/apache/airflow/pull/23977
+ - description: 'Docs: Document LocalKubernetesExecutor support in
chart'
+ kind: changed
+ links:
+ - name: '#23876'
+ url: https://github.com/apache/airflow/pull/23876
+ - description: 'Docs: Update Production Guide'
+ kind: changed
+ links:
+ - name: '#23836'
+ url: https://github.com/apache/airflow/pull/23836
+ - description: 'Misc: Default Airflow version to 2.4.1'
+ kind: changed
+ links:
+ - name: '#26485'
+ url: https://github.com/apache/airflow/pull/26485
+ - description: 'Misc: Vendor in the bitnami chart'
+ kind: changed
+ links:
+ - name: '#24395'
+ url: https://github.com/apache/airflow/pull/24395
+ - description: 'Misc: Remove kubernetes 1.20 support'
+ kind: changed
+ links:
+ - name: '#25871'
+ url: https://github.com/apache/airflow/pull/25871
+ artifacthub.io/links: |
+ - name: Documentation
+ url: https://airflow.apache.org/docs/helm-chart/1.7.0/
+ artifacthub.io/screenshots: |
+ - title: DAGs View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.4.1/_images/dags.png
+ - title: Datasets View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.4.1/_images/datasets.png
+ - title: Grid View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.4.1/_images/grid.png
+ - title: Graph View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.4.1/_images/graph.png
+ - title: Calendar View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.4.1/_images/calendar.png
+ - title: Variable View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.4.1/_images/variable_hidden.png
+ - title: Gantt Chart
+ url:
https://airflow.apache.org/docs/apache-airflow/2.4.1/_images/gantt.png
+ - title: Task Duration
+ url:
https://airflow.apache.org/docs/apache-airflow/2.4.1/_images/duration.png
+ - title: Code View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.4.1/_images/code.png
+ - title: Task Instance Context Menu
+ url:
https://airflow.apache.org/docs/apache-airflow/2.4.1/_images/context.png
+ apiVersion: v2
+ appVersion: 2.4.1
+ created: "2022-10-14T10:11:29.575058-05:00"
+ dependencies:
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: ""
+ version: 10.5.3
+ description: The official Helm chart to deploy Apache Airflow, a platform
to programmatically
+ author, schedule, and monitor workflows
+ digest: 0ad505c7f621aeb7dcb5f8333d9e7c5a5381ee1e9abc8602c07d1e6b501c02e3
+ home: https://airflow.apache.org/
+ icon:
https://airflow.apache.org/docs/apache-airflow/stable/_images/pin_large.png
+ keywords:
+ - apache
+ - airflow
+ - workflow
+ - scheduler
+ maintainers:
+ - email: [email protected]
+ name: Apache Airflow PMC
+ name: airflow
+ sources:
+ - https://github.com/apache/airflow
+ type: application
+ urls:
+ -
https://archive.apache.org/dist/airflow/helm-chart/1.7.0/airflow-1.7.0.tgz
+ version: 1.7.0
+ - annotations:
+ artifacthub.io/changes: |
+ - description: Support ``annotations`` on ``volumeClaimTemplates``
+ kind: added
+ links:
+ - name: '#23433'
+ url: https://github.com/apache/airflow/pull/23433
+ - description: Add support for ``topologySpreadConstraints`` to Helm
Chart
+ kind: added
+ links:
+ - name: '#22712'
+ url: https://github.com/apache/airflow/pull/22712
+ - description: Helm support for LocalKubernetesExecutor
+ kind: added
+ links:
+ - name: '#22388'
+ url: https://github.com/apache/airflow/pull/22388
+ - description: Add ``securityContext`` config for Redis to Helm chart
+ kind: added
+ links:
+ - name: '#22182'
+ url: https://github.com/apache/airflow/pull/22182
+ - description: Allow ``annotations`` on Helm DAG PVC
+ kind: added
+ links:
+ - name: '#22261'
+ url: https://github.com/apache/airflow/pull/22261
+ - description: enable optional ``subPath`` for DAGs volume mount
+ kind: added
+ links:
+ - name: '#22323'
+ url: https://github.com/apache/airflow/pull/22323
+ - description: Added support to override ``auth_type`` in
``auth_file`` in PgBouncer
+ Helm configuration
+ kind: added
+ links:
+ - name: '#21999'
+ url: https://github.com/apache/airflow/pull/21999
+ - description: Add ``extraVolumeMounts`` to Flower
+ kind: added
+ links:
+ - name: '#22414'
+ url: https://github.com/apache/airflow/pull/22414
+ - description: Add webserver ``PodDisruptionBudget``
+ kind: added
+ links:
+ - name: '#21735'
+ url: https://github.com/apache/airflow/pull/21735
+ - description: Ensure the messages from migration job show up early
+ kind: changed
+ links:
+ - name: '#23479'
+ url: https://github.com/apache/airflow/pull/23479
+ - description: Allow migration jobs and init containers to be optional
+ kind: changed
+ links:
+ - name: '#22195'
+ url: https://github.com/apache/airflow/pull/22195
+ - description: Use jobs check command for liveness probe check in
Airflow 2
+ kind: changed
+ links:
+ - name: '#22143'
+ url: https://github.com/apache/airflow/pull/22143
+ - description: 'Docs: Adds ``resultBackendSecretName`` warning in Helm
production
+ docs'
+ kind: changed
+ links:
+ - name: '#23307'
+ url: https://github.com/apache/airflow/pull/23307
+ - description: 'Misc: Update default Airflow version to ``2.3.0``'
+ kind: changed
+ links:
+ - name: '#23386'
+ url: https://github.com/apache/airflow/pull/23386
+ - description: 'Misc: Move the database configuration to a new section'
+ kind: changed
+ links:
+ - name: '#22284'
+ url: https://github.com/apache/airflow/pull/22284
+ - description: 'Misc: Disable flower in chart by default'
+ kind: changed
+ links:
+ - name: '#23737'
+ url: https://github.com/apache/airflow/pull/23737
+ artifacthub.io/links: |
+ - name: Documentation
+ url: https://airflow.apache.org/docs/helm-chart/1.6.0/
+ artifacthub.io/screenshots: |
+ - title: DAGs View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.3.0/_images/dags.png
+ - title: Tree View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.3.0/_images/grid.png
+ - title: Graph View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.3.0/_images/graph.png
+ - title: Calendar View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.3.0/_images/calendar.png
+ - title: Variable View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.3.0/_images/variable_hidden.png
+ - title: Gantt Chart
+ url:
https://airflow.apache.org/docs/apache-airflow/2.3.0/_images/gantt.png
+ - title: Task Duration
+ url:
https://airflow.apache.org/docs/apache-airflow/2.3.0/_images/duration.png
+ - title: Code View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.3.0/_images/code.png
+ - title: Task Instance Context Menu
+ url:
https://airflow.apache.org/docs/apache-airflow/2.3.0/_images/context.png
+ apiVersion: v2
+ appVersion: 2.3.0
+ created: "2022-05-20T15:54:29.69032-06:00"
+ dependencies:
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: https://charts.bitnami.com/bitnami
+ version: 10.5.3
+ description: The official Helm chart to deploy Apache Airflow, a platform
to programmatically
+ author, schedule, and monitor workflows
+ digest: 09e5f92c361b1e3b0006dd0673e2acbcd3a60102c725da815636badf1553a918
+ home: https://airflow.apache.org/
+ icon:
https://airflow.apache.org/docs/apache-airflow/stable/_images/pin_large.png
+ keywords:
+ - apache
+ - airflow
+ - workflow
+ - scheduler
+ maintainers:
+ - email: [email protected]
+ name: Apache Airflow PMC
+ name: airflow
+ sources:
+ - https://github.com/apache/airflow
+ type: application
+ urls:
+ -
https://archive.apache.org/dist/airflow/helm-chart/1.6.0/airflow-1.6.0.tgz
+ version: 1.6.0
+ - annotations:
+ artifacthub.io/changes: |
+ - description: Add support for custom command and args in jobs
+ kind: added
+ links:
+ - name: '#20864'
+ url: https://github.com/apache/airflow/pull/20864
+ - description: Support for priorityClassName
+ kind: added
+ links:
+ - name: '#20794'
+ url: https://github.com/apache/airflow/pull/20794
+ - description: Add envFrom to the flower deployment
+ kind: added
+ links:
+ - name: '#21401'
+ url: https://github.com/apache/airflow/pull/21401
+ - description: Add annotations to cleanup pods
+ kind: added
+ links:
+ - name: '#21484'
+ url: https://github.com/apache/airflow/pull/21484
+ - description: Speedup liveness probe for scheduler and triggerer
+ kind: changed
+ links:
+ - name: '#20833'
+ url: https://github.com/apache/airflow/pull/20833
+ - name: '#21108'
+ url: https://github.com/apache/airflow/pull/21108
+ - name: '#22041'
+ url: https://github.com/apache/airflow/pull/22041
+ - description: Update git-sync to v3.4.0
+ kind: changed
+ links:
+ - name: '#21309'
+ url: https://github.com/apache/airflow/pull/21309
+ - description: Remove default auth backend setting
+ kind: changed
+ links:
+ - name: '#21640'
+ url: https://github.com/apache/airflow/pull/21640
+ - description: Fix elasticsearch URL when username/password are empty
+ kind: fixed
+ links:
+ - name: '#21222'
+ url: https://github.com/apache/airflow/pull/21222
+ - description: Mount `airflow.cfg` in wait-for-airflow-migrations
containers
+ kind: fixed
+ links:
+ - name: '#20609'
+ url: https://github.com/apache/airflow/pull/20609
+ - description: Grant pod log reader to triggerer serviceaccount
+ kind: fixed
+ links:
+ - name: '#21111'
+ url: https://github.com/apache/airflow/pull/21111
+ - description: 'Docs: Simplify chart docs for configuring Airflow'
+ kind: changed
+ links:
+ - name: '#21747'
+ url: https://github.com/apache/airflow/pull/21747
+ - description: 'Docs: Add extra information about time synchronization
needed'
+ kind: changed
+ links:
+ - name: '#21685'
+ url: https://github.com/apache/airflow/pull/21685
+ - description: 'Docs: Fix extra containers docs'
+ kind: changed
+ links:
+ - name: '#20787'
+ url: https://github.com/apache/airflow/pull/20787
+ - description: 'Docs: Fix example DAGs env var in quickstart'
+ kind: changed
+ links:
+ - name: '#21990'
+ url: https://github.com/apache/airflow/pull/21990
+ - description: 'Misc: Use ``2.2.4`` as default Airflow version'
+ kind: changed
+ links:
+ - name: '#21745'
+ url: https://github.com/apache/airflow/pull/21745
+ - description: 'Misc: Change Redis image to bullseye'
+ kind: changed
+ links:
+ - name: '#21875'
+ url: https://github.com/apache/airflow/pull/21875
+ artifacthub.io/links: |
+ - name: Documentation
+ url: https://airflow.apache.org/docs/helm-chart/1.5.0/
+ artifacthub.io/screenshots: |
+ - title: DAGs View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/dags.png
+ - title: Tree View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/tree.png
+ - title: Graph View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/graph.png
+ - title: Calendar View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/calendar.png
+ - title: Variable View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/variable_hidden.png
+ - title: Gantt Chart
+ url:
https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/gantt.png
+ - title: Task Duration
+ url:
https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/duration.png
+ - title: Code View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/code.png
+ - title: Task Instance Context Menu
+ url:
https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/context.png
+ apiVersion: v2
+ appVersion: 2.2.4
+ created: "2022-03-11T20:22:20.0790223+01:00"
+ dependencies:
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: https://charts.bitnami.com/bitnami
+ version: 10.5.3
+ description: The official Helm chart to deploy Apache Airflow, a platform
to programmatically
+ author, schedule, and monitor workflows
+ digest: aea992fc3d59d34e0b932c77b0a55b8868a8b406665e1c85216dccdd77d1ff30
+ home: https://airflow.apache.org/
+ icon:
https://airflow.apache.org/docs/apache-airflow/stable/_images/pin_large.png
+ keywords:
+ - apache
+ - airflow
+ - workflow
+ - scheduler
+ maintainers:
+ - email: [email protected]
+ name: Apache Airflow PMC
+ name: airflow
+ sources:
+ - https://github.com/apache/airflow
+ type: application
+ urls:
+ -
https://archive.apache.org/dist/airflow/helm-chart/1.5.0/airflow-1.5.0.tgz
+ version: 1.5.0
+ - annotations:
+ artifacthub.io/changes: |
+ - description: Add ``type`` to extra secrets param
+ kind: added
+ links:
+ - name: "#20599"
+ url: https://github.com/apache/airflow/pull/20599
+ - description: Support elasticsearch connection ``scheme``
+ kind: added
+ links:
+ - name: "#20564"
+ url: https://github.com/apache/airflow/pull/20564
+ - description: Allows to disable built-in secret variables individually
+ kind: added
+ links:
+ - name: "#18974"
+ url: https://github.com/apache/airflow/pull/18974
+ - description: Add support for ``securityContext``
+ kind: added
+ links:
+ - name: "#18249"
+ url: https://github.com/apache/airflow/pull/18249
+ - description: Add extra containers, volumes and volume mounts for jobs
+ kind: added
+ links:
+ - name: "#18808"
+ url: https://github.com/apache/airflow/pull/18808
+ - description: Allow ingress multiple hostnames w/diff secrets
+ kind: added
+ links:
+ - name: "#18542"
+ url: https://github.com/apache/airflow/pull/18542
+ - description: PgBouncer extra volumes, volume mounts, and sslmode
+ kind: added
+ links:
+ - name: "#19749"
+ url: https://github.com/apache/airflow/pull/19749
+ - description: Allow specifying kerberos keytab
+ kind: added
+ links:
+ - name: "#19054"
+ url: https://github.com/apache/airflow/pull/19054
+ - description: Allow disabling the Helm hooks
+ kind: added
+ links:
+ - name: "#18776"
+ url: https://github.com/apache/airflow/pull/18776
+ - description: Add ``migration-wait-timeout``
+ kind: added
+ links:
+ - name: "#20069"
+ url: https://github.com/apache/airflow/pull/20069
+ - description: Increase default livenessProbe timeout
+ kind: changed
+ links:
+ - name: '#20698'
+ url: https://github.com/apache/airflow/pull/20698
+ - description: Strict schema for k8s objects for values.yaml
+ kind: changed
+ links:
+ - name: "#19181"
+ url: https://github.com/apache/airflow/pull/19181
+ - description: Remove unnecessary ``pod_template_file`` defaults
+ kind: changed
+ links:
+ - name: "#19690"
+ url: https://github.com/apache/airflow/pull/19690
+ - description: Use built-in ``check-migrations`` command for Airflow>=2
+ kind: changed
+ links:
+ - name: "#19676"
+ url: https://github.com/apache/airflow/pull/19676
+ - description: Fix precedence of ``affinity``, ``nodeSelector``, and
``tolerations``
+ kind: fixed
+ links:
+ - name: "#20641"
+ url: https://github.com/apache/airflow/pull/20641
+ - description: Fix chart elasticsearch default port 80 to 9200.
+ kind: fixed
+ links:
+ - name: "#20616"
+ url: https://github.com/apache/airflow/pull/20616
+ - description: Fix network policy issue for webserver and flowerui
+ kind: fixed
+ links:
+ - name: "#20199"
+ url: https://github.com/apache/airflow/pull/20199
+ - description: Use local definitions for k8s schema validation
+ kind: fixed
+ links:
+ - name: "#20544"
+ url: https://github.com/apache/airflow/pull/20544
+ - description: Add custom labels for ingresses/PVCs
+ kind: fixed
+ links:
+ - name: "#20535"
+ url: https://github.com/apache/airflow/pull/20535
+ - description: Fix extra secrets/configmaps labels
+ kind: fixed
+ links:
+ - name: "#20464"
+ url: https://github.com/apache/airflow/pull/20464
+ - description: Fix flower restarts on update
+ kind: fixed
+ links:
+ - name: "#20316"
+ url: https://github.com/apache/airflow/pull/20316
+ - description: Properly quote namespace names
+ kind: fixed
+ links:
+ - name: "#20266"
+ url: https://github.com/apache/airflow/pull/20266
+ - description: "Docs: Add ``helm dependency update`` step to chart
INSTALL"
+ kind: changed
+ links:
+ - name: '#20702'
+ url: https://github.com/apache/airflow/pull/20702
+ - description: "Docs: Reword section covering the envvar secrets"
+ kind: changed
+ links:
+ - name: "#20566"
+ url: https://github.com/apache/airflow/pull/20566
+ - description: 'Docs: Add "Customizing Workers" page'
+ kind: changed
+ links:
+ - name: "#20331"
+ url: https://github.com/apache/airflow/pull/20331
+ - description: "Docs: Include Datadog example in production guide"
+ kind: changed
+ links:
+ - name: "#17996"
+ url: https://github.com/apache/airflow/pull/17996
+ - description: "Docs: Update production Helm guide database section to
use k8s secret"
+ kind: changed
+ links:
+ - name: "#19892"
+ url: https://github.com/apache/airflow/pull/19892
+ - description: "Docs: Fix ``multiNamespaceMode`` docs to also cover
KPO"
+ kind: changed
+ links:
+ - name: "#19879"
+ url: https://github.com/apache/airflow/pull/19879
+ - description: "Docs: Clarify Helm behaviour when it comes to loading
default connections"
+ kind: changed
+ links:
+ - name: "#19708"
+ url: https://github.com/apache/airflow/pull/19708
+ - description: "Misc: Use ``2.2.3`` as default Airflow version"
+ kind: changed
+ links:
+ - name: "#20450"
+ url: https://github.com/apache/airflow/pull/20450
+ - description: "Misc: Add ArtifactHUB annotations for docs and
screenshots"
+ kind: changed
+ links:
+ - name: "#20558"
+ url: https://github.com/apache/airflow/pull/20558
+ - description: "Misc: Add kubernetes 1.21 support"
+ kind: changed
+ links:
+ - name: "#19557"
+ url: https://github.com/apache/airflow/pull/19557
+ artifacthub.io/links: |
+ - name: Documentation
+ url: https://airflow.apache.org/docs/helm-chart/1.4.0/
+ artifacthub.io/screenshots: |
+ - title: DAGs View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.2.3/_images/dags.png
+ - title: Tree View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.2.3/_images/tree.png
+ - title: Calendar View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.2.3/_images/calendar.png
+ - title: Variable View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.2.3/_images/variable_hidden1.png
+ - title: Gantt Chart
+ url:
https://airflow.apache.org/docs/apache-airflow/2.2.3/_images/gantt.png
+ - title: Task Duration
+ url:
https://airflow.apache.org/docs/apache-airflow/2.2.3/_images/duration.png
+ - title: Code View
+ url:
https://airflow.apache.org/docs/apache-airflow/2.2.3/_images/code.png
+ - title: Task Instance Context Menu
+ url:
https://airflow.apache.org/docs/apache-airflow/2.2.3/_images/context.png
+ apiVersion: v2
+ appVersion: 2.2.3
+ created: "2022-01-10T09:53:36.265962-07:00"
+ dependencies:
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: https://charts.bitnami.com/bitnami
+ version: 10.5.3
+ description: The official Helm chart to deploy Apache Airflow, a platform
to programmatically
+ author, schedule, and monitor workflows
+ digest: b33eac716e0416a18af89fb4fa1043fcfcf24f9f903cda3912729815213525df
+ home: https://airflow.apache.org/
+ icon:
https://airflow.apache.org/docs/apache-airflow/stable/_images/pin_large.png
+ keywords:
+ - apache
+ - airflow
+ - workflow
+ - scheduler
+ maintainers:
+ - email: [email protected]
+ name: Apache Airflow PMC
+ name: airflow
+ sources:
+ - https://github.com/apache/airflow
+ type: application
+ urls:
+ -
https://archive.apache.org/dist/airflow/helm-chart/1.4.0/airflow-1.4.0.tgz
+ version: 1.4.0
+ - apiVersion: v2
+ appVersion: 2.2.1
+ created: "2021-11-08T15:29:58.238059-07:00"
+ dependencies:
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: https://charts.bitnami.com/bitnami
+ version: 10.5.3
+ description: The official Helm chart to deploy Apache Airflow, a platform
to programmatically
+ author, schedule, and monitor workflows
+ digest: 1021af8e59799794e349d156814d73e094ea422f351f5017df43d1a8e048213a
+ home: https://airflow.apache.org/
+ icon:
https://airflow.apache.org/docs/apache-airflow/stable/_images/pin_large.png
+ keywords:
+ - apache
+ - airflow
+ - workflow
+ - scheduler
+ maintainers:
+ - email: [email protected]
+ name: Apache Airflow PMC
+ name: airflow
+ sources:
+ - https://github.com/apache/airflow
+ type: application
+ urls:
+ -
https://archive.apache.org/dist/airflow/helm-chart/1.3.0/airflow-1.3.0.tgz
+ version: 1.3.0
+ - apiVersion: v2
+ appVersion: 2.1.4
+ created: "2021-09-24T16:15:53.053177-06:00"
+ dependencies:
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: https://charts.bitnami.com/bitnami
+ version: 10.5.3
+ description: The official Helm chart to deploy Apache Airflow, a platform
to programmatically
+ author, schedule, and monitor workflows
+ digest: 96bce4de0d06df5f556c2800655fb713b23af78432696f61c0bf66e337bc7d9d
+ home: https://airflow.apache.org/
+ icon:
https://airflow.apache.org/docs/apache-airflow/stable/_images/pin_large.png
+ keywords:
+ - apache
+ - airflow
+ - workflow
+ - scheduler
+ maintainers:
+ - email: [email protected]
+ name: Apache Airflow PMC
+ name: airflow
+ sources:
+ - https://github.com/apache/airflow
+ type: application
+ urls:
+ -
https://archive.apache.org/dist/airflow/helm-chart/1.2.0/airflow-1.2.0.tgz
+ version: 1.2.0
+ - apiVersion: v2
+ appVersion: 2.1.2
+ created: "2021-07-22T20:03:33.816211+01:00"
+ dependencies:
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: https://charts.bitnami.com/bitnami
+ version: 10.5.3
+ description: The official Helm chart to deploy Apache Airflow, a platform
to programmatically
+ author, schedule, and monitor workflows
+ digest: 571a0b77fa283b4db4686bcc45324448964516c32fbe76bfcf9575c2355808c3
+ home: https://airflow.apache.org/
+ icon:
https://airflow.apache.org/docs/apache-airflow/stable/_images/pin_large.png
+ keywords:
+ - apache
+ - airflow
+ - workflow
+ - scheduler
+ maintainers:
+ - email: [email protected]
+ name: Apache Airflow PMC
+ name: airflow
+ sources:
+ - https://github.com/apache/airflow
+ type: application
+ urls:
+ -
https://archive.apache.org/dist/airflow/helm-chart/1.1.0/airflow-1.1.0.tgz
+ version: 1.1.0
+ - apiVersion: v1
+ appVersion: 2.0.2
+ created: "2021-05-16T02:11:02.558176+01:00"
+ dependencies:
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: https://charts.bitnami.com/bitnami
+ version: 6.3.12
+ description: Helm chart to deploy Apache Airflow, a platform to
programmatically
+ author, schedule, and monitor workflows
+ digest: 6cd3f13fc93d60424a771a1a8a4121c4439f7b6b48fab946436da0ab70d5a507
+ home: https://airflow.apache.org/
+ icon:
https://airflow.apache.org/docs/apache-airflow/stable/_images/pin_large.png
+ keywords:
+ - apache
+ - airflow
+ - workflow
+ - scheduler
+ maintainers:
+ - email: [email protected]
+ name: Apache Airflow PMC
+ name: airflow
+ sources:
+ - https://github.com/apache/airflow
+ urls:
+ -
https://archive.apache.org/dist/airflow/helm-chart/1.0.0/airflow-1.0.0.tgz
+ version: 1.0.0
+generated: "2023-06-23T09:28:54.26305-04:00"