Skip to content

Commit

Permalink
Add vpa latest versions (#377)
Browse files Browse the repository at this point in the history
* bump vpa version

* Update libs/vertical-pod-autoscaler/config.jsonnet
  • Loading branch information
padlar authored Jan 18, 2024
1 parent bcc8ea5 commit 459cde4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions libs/vertical-pod-autoscaler/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,23 @@ config.new(
localName: 'vertical-pod-autoscaler',
patchDir: 'custom/core',
},
{
output: '0.14',
prefix: '^io\\.k8s\\.autoscaling\\..*',
crds: [
'https://raw.githubusercontent.com/kubernetes/autoscaler/vertical-pod-autoscaler-0.14.0/vertical-pod-autoscaler/deploy/vpa-v1-crd-gen.yaml',
],
localName: 'vertical-pod-autoscaler',
patchDir: 'custom/core',
},
{
output: '1.0.0',
prefix: '^io\\.k8s\\.autoscaling\\..*',
crds: [
'https://raw.githubusercontent.com/kubernetes/autoscaler/vertical-pod-autoscaler-1.0.0/vertical-pod-autoscaler/deploy/vpa-v1-crd-gen.yaml',
],
localName: 'vertical-pod-autoscaler',
patchDir: 'custom/core',
},
]
)

0 comments on commit 459cde4

Please sign in to comment.