diff --git a/pkg/appview/templates/partials/helm-metadata.html b/pkg/appview/templates/partials/helm-metadata.html index 6401a05..c6d639e 100644 --- a/pkg/appview/templates/partials/helm-metadata.html +++ b/pkg/appview/templates/partials/helm-metadata.html @@ -5,6 +5,20 @@ sparse charts don't render with a wall of "—" cells. */}}
+ {{/* Deprecation leads the card: it changes whether you should use the + chart at all, so it has to be readable before the description. + The digest page also renders a small chip in its header; that one + is a scannable status label, this one carries the explanation. */}} + {{ if .Deprecated }} +
+ {{ icon "alert-triangle" "size-5 shrink-0" }} +
+

This chart is deprecated

+

The maintainers marked it deprecated in Chart.yaml. It may not get further updates or fixes.

+
+
+ {{ end }} + {{ if .Description }}

Description