Compare commits

..

1 Commits

Author SHA256 Message Date
e-minguez
6e9b62619d fix: Allow helm chart metadata icon to be file
Some checks failed
Check Release Manifest Local Charts Versions / Check Release Manifest Local Charts Versions (pull_request) Successful in 4s
Build PR in OBS / Build PR in OBS (pull_request_target) Failing after 12m44s
2025-09-03 11:09:43 +02:00

View File

@@ -7,7 +7,7 @@ index d03fdc6..21d0c3a 100644
description = "List of maintainers for the chart."
)
- icon: t.Optional[HttpUrl] = Field(
+ icon: t.Optional[NonEmptyString] = Field(
+ icon: t.Optional[HttpUrl | FileUrl] = Field(
None,
description = "URL to an SVG or PNG image to be used as an icon."
)