1# Helm chart metadata for community-vertical-pod-autoscaler with Chainguard images
2# These images are distroless and signed with Sigstore
4name: vertical-pod-autoscaler
5home: https://github.com/kubernetes/autoscaler/
7 - https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler/
8 - https://github.com/stevehipwell/helm-charts/
10description: Helm chart for the Vertical Pod Autoscaler.
19 email: steve.hipwell@gmail.com
20icon: https://raw.githubusercontent.com/stevehipwell/helm-charts/main/charts/vertical-pod-autoscaler/icon.png
24 artifacthub.io/crds: |
25 - kind: VerticalPodAutoscalerCheckpoint
27 name: verticalpodautoscalercheckpoints.autoscaling.k8s.io
28 displayName: VerticalPodAutoscalerCheckpoint
29 description: Represents the checkpoint of the internal state of VPA that is used for recovery after recommender's restart.
30 - kind: VerticalPodAutoscaler
32 name: verticalpodautoscalers.autoscaling.k8s.io
33 displayName: VerticalPodAutoscaler
34 description: Represents the configuration for a vertical pod autoscaler, which automatically manages pod resources based on historical and real time resource utilization.