Skip to content

Commit

Permalink
Add more metadata to Chart.yaml (apache#15866)
Browse files Browse the repository at this point in the history
- Adds more metadata like `appVersion`, `home`, `maintainers`, `sources` etc
- Remove `tests` from `helm package`
  • Loading branch information
kaxil authored May 14, 2021
1 parent 2180608 commit ec39857
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 3 additions & 0 deletions chart/.helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@
.idea/
*.tmproj
bin

# We do not want to include our Python Helm Chart Unit test files
tests
13 changes: 12 additions & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,18 @@
apiVersion: v1
name: airflow
version: 1.0.0
description: Helm chart to deploy Apache Airflow
appVersion: 2.0.2
description: 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/docs/apache-airflow/stable/_images/pin_large.png
keywords:
- apache
- airflow
- workflow
- scheduler
maintainers:
- email: [email protected]
name: Apache Airflow PMC
sources:
- https://github.com/apache/airflow

0 comments on commit ec39857

Please sign in to comment.