Skip to content

Commit 4006ab2

Browse files
committed
[SPARK-52139] Fix Helm chart icon to use PNG file
### What changes were proposed in this pull request? This PR aims to fix `Helm` chart icon to use `PNG` file instead of `ico` file. ### Why are the changes needed? This should be PNG file. ### Does this PR introduce _any_ user-facing change? https://github.com/apache/airflow/blob/0dad2bb17e3f3e404a6002ed2b08a2f53e0e20b3/chart/Chart.yaml#L29 ```yaml icon: https://airflow.apache.org/images/airflow_dark_bg.png ``` ### How was this patch tested? Manual review. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #201 from dongjoon-hyun/SPARK-52139. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 97d681f commit 4006ab2

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ description: The official Helm chart to deploy Apache Spark, an unified engine f
1818
type: application
1919
version: 1.0.0-dev
2020
appVersion: 0.2.0-SNAPSHOT
21-
icon: https://spark.apache.org/favicon.ico
21+
icon: https://spark.apache.org/images/spark-logo.png

0 commit comments

Comments
 (0)