1# Helm chart metadata for metrics-server with Chainguard images
2# These images are distroless and signed with Sigstore
5home: https://github.com/kubernetes-sigs/metrics-server
7 - https://github.com/kubernetes-sigs/metrics-server
9description: Metrics Server is a scalable, efficient source of container resource metrics for Kubernetes built-in autoscaling pipelines.
16 url: https://github.com/stevehipwell
18 url: https://github.com/krmichel
20 url: https://github.com/endrec
21icon: https://avatars.githubusercontent.com/u/36015203?s=400&v=4
25 artifacthub.io/changes: |
27 description: "Add chart option to permit setting hostUsers for additional isolation."
29 description: "Add `namespaceOverride` which allows deploying to a namespace other than `.Release.namespace`."
31 description: "Apply `tls.certManager.annotations` and `tls.certManager.labels` to the Cert Manager `Certificate` resource; these values are documented but were previously never rendered."
33 description: "Use `metrics-server.fullname` instead of `metrics-server.name` for ClusterRole."
35 description: "Update the _Metrics Server_ OCI image to [`0.9.0`](https://github.com/kubernetes-sigs/metrics-server/releases/tag/v0.9.0)."
37 description: "Stop rendering `annotations: null` on the cert-manager `Issuer`, which referenced an undefined `additionalAnnotations` value. This mirrors the earlier APIService fix and prevents permanent GitOps `OutOfSync`."