Commit 4006ab2
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
0 commit comments