Commit 24b2abd
committed
### What changes were proposed in this pull request?
This PR aims to add the following metadata to `Chart.yaml`.
- `home`
- `sources`
- `maintainers`
- `keywords`
### Why are the changes needed?
To provide a correct metadata to the users of Helm chart.
### Does this PR introduce _any_ user-facing change?
No behavior change.
### How was this patch tested?
Manual review by packaging Helm chart and generating index.
```
$ cd build-tools/helm
$ helm package --sign --key YOUR_KEY --keyring YOUR_KEYRING spark-kubernetes-operator
$ helm repo index .
$ cat index.yaml
apiVersion: v1
entries:
spark-kubernetes-operator:
- apiVersion: v2
appVersion: 0.2.0-SNAPSHOT
created: "2025-05-15T07:28:59.279471-07:00"
description: The official Helm chart to deploy Apache Spark, an unified engine
for large-scale data analytics
digest: 3b90cca4a6921bccd541c5a3f10be319adc19d50a164b368776adf3736061b12
home: https://apache.github.io/spark-kubernetes-operator/
icon: https://spark.apache.org/images/spark-logo.png
keywords:
- apache
- spark
- sparkapp
- sparkcluster
maintainers:
- email: devspark.apache.org
name: Apache Spark PMC
name: spark-kubernetes-operator
sources:
- https://github.com/apache/spark-kubernetes-operator/
type: application
urls:
- spark-kubernetes-operator-1.0.0-dev.tgz
version: 1.0.0-dev
generated: "2025-05-15T07:28:59.278325-07:00"
```
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #203 from dongjoon-hyun/SPARK-52161.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 95816f9 commit 24b2abd
1 file changed
+13
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | 17 | | |
20 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
0 commit comments