Skip to content

Commit 24b2abd

Browse files
committed
[SPARK-52161] Add home, sources, maintainers, keywords metadata to Chart.yaml
### 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

File tree

1 file changed

+13
-2
lines changed
  • build-tools/helm/spark-kubernetes-operator

1 file changed

+13
-2
lines changed

build-tools/helm/spark-kubernetes-operator/Chart.yaml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,19 @@
1414
# limitations under the License.
1515
apiVersion: v2
1616
name: spark-kubernetes-operator
17-
description: The official Helm chart to deploy Apache Spark, an unified engine for large-scale data analytics
18-
type: application
1917
version: 1.0.0-dev
2018
appVersion: 0.2.0-SNAPSHOT
19+
description: The official Helm chart to deploy Apache Spark, an unified engine for large-scale data analytics
20+
type: application
21+
home: https://apache.github.io/spark-kubernetes-operator/
22+
sources:
23+
- https://github.com/apache/spark-kubernetes-operator/
2124
icon: https://spark.apache.org/images/spark-logo.png
25+
keywords:
26+
- apache
27+
- spark
28+
- sparkapp
29+
- sparkcluster
30+
maintainers:
31+
32+
name: Apache Spark PMC

0 commit comments

Comments
 (0)