Skip to content

Commit ec39857

Browse files
authored
Add more metadata to Chart.yaml (apache#15866)
- Adds more metadata like `appVersion`, `home`, `maintainers`, `sources` etc - Remove `tests` from `helm package`
1 parent 2180608 commit ec39857

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

chart/.helmignore

+3
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@
3737
.idea/
3838
*.tmproj
3939
bin
40+
41+
# We do not want to include our Python Helm Chart Unit test files
42+
tests

chart/Chart.yaml

+12-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,18 @@
2020
apiVersion: v1
2121
name: airflow
2222
version: 1.0.0
23-
description: Helm chart to deploy Apache Airflow
23+
appVersion: 2.0.2
24+
description: Helm chart to deploy Apache Airflow, a platform to
25+
programmatically author, schedule, and monitor workflows
26+
home: https://airflow.apache.org/
2427
icon: https://airflow.apache.org/docs/apache-airflow/stable/_images/pin_large.png
2528
keywords:
29+
- apache
2630
- airflow
31+
- workflow
32+
- scheduler
33+
maintainers:
34+
35+
name: Apache Airflow PMC
36+
sources:
37+
- https://github.com/apache/airflow

0 commit comments

Comments
 (0)