forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more metadata to
Chart.yaml
(apache#15866)
- Adds more metadata like `appVersion`, `home`, `maintainers`, `sources` etc - Remove `tests` from `helm package`
- Loading branch information
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,3 +37,6 @@ | |
.idea/ | ||
*.tmproj | ||
bin | ||
|
||
# We do not want to include our Python Helm Chart Unit test files | ||
tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |