Chart.yaml 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. annotations:
  2. artifacthub.io/changes: |
  3. - description: Support ``annotations`` on ``volumeClaimTemplates``
  4. kind: added
  5. links:
  6. - name: '#23433'
  7. url: https://github.com/apache/airflow/pull/23433
  8. - description: Add support for ``topologySpreadConstraints`` to Helm Chart
  9. kind: added
  10. links:
  11. - name: '#22712'
  12. url: https://github.com/apache/airflow/pull/22712
  13. - description: Helm support for LocalKubernetesExecutor
  14. kind: added
  15. links:
  16. - name: '#22388'
  17. url: https://github.com/apache/airflow/pull/22388
  18. - description: Add ``securityContext`` config for Redis to Helm chart
  19. kind: added
  20. links:
  21. - name: '#22182'
  22. url: https://github.com/apache/airflow/pull/22182
  23. - description: Allow ``annotations`` on Helm DAG PVC
  24. kind: added
  25. links:
  26. - name: '#22261'
  27. url: https://github.com/apache/airflow/pull/22261
  28. - description: enable optional ``subPath`` for DAGs volume mount
  29. kind: added
  30. links:
  31. - name: '#22323'
  32. url: https://github.com/apache/airflow/pull/22323
  33. - description: Added support to override ``auth_type`` in ``auth_file`` in PgBouncer
  34. Helm configuration
  35. kind: added
  36. links:
  37. - name: '#21999'
  38. url: https://github.com/apache/airflow/pull/21999
  39. - description: Add ``extraVolumeMounts`` to Flower
  40. kind: added
  41. links:
  42. - name: '#22414'
  43. url: https://github.com/apache/airflow/pull/22414
  44. - description: Add webserver ``PodDisruptionBudget``
  45. kind: added
  46. links:
  47. - name: '#21735'
  48. url: https://github.com/apache/airflow/pull/21735
  49. - description: Ensure the messages from migration job show up early
  50. kind: changed
  51. links:
  52. - name: '#23479'
  53. url: https://github.com/apache/airflow/pull/23479
  54. - description: Allow migration jobs and init containers to be optional
  55. kind: changed
  56. links:
  57. - name: '#22195'
  58. url: https://github.com/apache/airflow/pull/22195
  59. - description: Use jobs check command for liveness probe check in Airflow 2
  60. kind: changed
  61. links:
  62. - name: '#22143'
  63. url: https://github.com/apache/airflow/pull/22143
  64. - description: 'Docs: Adds ``resultBackendSecretName`` warning in Helm production
  65. docs'
  66. kind: changed
  67. links:
  68. - name: '#23307'
  69. url: https://github.com/apache/airflow/pull/23307
  70. - description: 'Misc: Update default Airflow version to ``2.3.0``'
  71. kind: changed
  72. links:
  73. - name: '#23386'
  74. url: https://github.com/apache/airflow/pull/23386
  75. - description: 'Misc: Move the database configuration to a new section'
  76. kind: changed
  77. links:
  78. - name: '#22284'
  79. url: https://github.com/apache/airflow/pull/22284
  80. - description: 'Misc: Disable flower in chart by default'
  81. kind: changed
  82. links:
  83. - name: '#23737'
  84. url: https://github.com/apache/airflow/pull/23737
  85. artifacthub.io/links: |
  86. - name: Documentation
  87. url: https://airflow.apache.org/docs/helm-chart/1.6.0/
  88. artifacthub.io/screenshots: |
  89. - title: DAGs View
  90. url: https://airflow.apache.org/docs/apache-airflow/2.3.0/_images/dags.png
  91. - title: Tree View
  92. url: https://airflow.apache.org/docs/apache-airflow/2.3.0/_images/grid.png
  93. - title: Graph View
  94. url: https://airflow.apache.org/docs/apache-airflow/2.3.0/_images/graph.png
  95. - title: Calendar View
  96. url: https://airflow.apache.org/docs/apache-airflow/2.3.0/_images/calendar.png
  97. - title: Variable View
  98. url: https://airflow.apache.org/docs/apache-airflow/2.3.0/_images/variable_hidden.png
  99. - title: Gantt Chart
  100. url: https://airflow.apache.org/docs/apache-airflow/2.3.0/_images/gantt.png
  101. - title: Task Duration
  102. url: https://airflow.apache.org/docs/apache-airflow/2.3.0/_images/duration.png
  103. - title: Code View
  104. url: https://airflow.apache.org/docs/apache-airflow/2.3.0/_images/code.png
  105. - title: Task Instance Context Menu
  106. url: https://airflow.apache.org/docs/apache-airflow/2.3.0/_images/context.png
  107. apiVersion: v2
  108. appVersion: 2.3.0
  109. dependencies:
  110. - condition: postgresql.enabled
  111. name: postgresql
  112. repository: https://charts.bitnami.com/bitnami
  113. version: 10.5.3
  114. description: The official Helm chart to deploy Apache Airflow, a platform to programmatically
  115. author, schedule, and monitor workflows
  116. home: https://airflow.apache.org/
  117. icon: https://airflow.apache.org/docs/apache-airflow/stable/_images/pin_large.png
  118. keywords:
  119. - apache
  120. - airflow
  121. - workflow
  122. - scheduler
  123. maintainers:
  124. - email: dev@airflow.apache.org
  125. name: Apache Airflow PMC
  126. name: airflow
  127. sources:
  128. - https://github.com/apache/airflow
  129. type: application
  130. version: 1.6.0