Skip to content

Commit

Permalink
[stable/vpa] Update VPA CRD (#1512)
Browse files Browse the repository at this point in the history
* [stable/vpa] Update VPA CRD

* Update VPA chart version

---------

Co-authored-by: Vitor Rodrigo Vezani <vitor.vezani@fairwinds.com>
Co-authored-by: Andy Suderman <andy@fairwinds.com>
  • Loading branch information
3 people authored Sep 20, 2024
1 parent d6baf16 commit 8033729
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion stable/vpa/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: vpa
description: A Helm chart for Kubernetes Vertical Pod Autoscaler
type: application
version: 4.5.0
version: 4.6.0
appVersion: 1.0.0
maintainers:
- name: sudermanjr
Expand Down
12 changes: 7 additions & 5 deletions stable/vpa/crds/vpa-v1-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,11 @@ spec:
resourcePolicy:
description: Controls how the autoscaler computes recommended resources.
The resource policy may be used to set constraints on the recommendations
for individual containers. If not specified, the autoscaler computes
recommended resources for all containers in the pod, without additional
constraints.
for individual containers. If any individual containers need to
be excluded from getting the VPA recommendations, then it must be
disabled explicitly by setting mode to "Off" under containerPolicies.
If not specified, the autoscaler computes recommended resources
for all containers in the pod, without additional constraints.
properties:
containerPolicies:
description: Per-container resource policies.
Expand Down Expand Up @@ -397,7 +399,7 @@ spec:
- TargetHigherThanRequests
- TargetLowerThanRequests
type: string
resource:
resources:
description: Resources is a list of one or more resources
that the condition applies to. If more than one resource
is given, the EvictionRequirement is fulfilled if at least
Expand All @@ -409,7 +411,7 @@ spec:
type: array
required:
- changeRequirement
- resource
- resources
type: object
type: array
minReplicas:
Expand Down

0 comments on commit 8033729

Please sign in to comment.