forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChart.yaml
226 lines (225 loc) · 8.23 KB
/
Chart.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
# 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: 1.10.0-dev
appVersion: 2.6.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: 12.1.9
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
maintainers:
- email: [email protected]
name: Apache Airflow PMC
type: application
annotations:
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.1/_images/dags.png
- title: Datasets View
url: https://airflow.apache.org/docs/apache-airflow/2.6.1/_images/datasets.png
- title: Grid View
url: https://airflow.apache.org/docs/apache-airflow/2.6.1/_images/grid.png
- title: Graph View
url: https://airflow.apache.org/docs/apache-airflow/2.6.1/_images/graph.png
- title: Calendar View
url: https://airflow.apache.org/docs/apache-airflow/2.6.1/_images/calendar.png
- title: Variable View
url: https://airflow.apache.org/docs/apache-airflow/2.6.1/_images/variable_hidden.png
- title: Gantt Chart
url: https://airflow.apache.org/docs/apache-airflow/2.6.1/_images/gantt.png
- title: Task Duration
url: https://airflow.apache.org/docs/apache-airflow/2.6.1/_images/duration.png
- title: Code View
url: https://airflow.apache.org/docs/apache-airflow/2.6.1/_images/code.png
- title: Task Instance Context Menu
url: https://airflow.apache.org/docs/apache-airflow/2.6.1/_images/context.png
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