Skip to content

Commit

Permalink
feat: update registry.k8s.io/autoscaling/vpa to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 26, 2025
1 parent e28aeb6 commit 66f4e28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/vertical-pod-autoscaler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: vertical-pod-autoscaler
sources:
- https://github.com/kubernetes/autoscaler
- https://github.com/cowboysysop/charts/tree/master/charts/vertical-pod-autoscaler
version: 9.9.1
version: 9.10.0
dependencies:
- name: common
version: 2.21.0
Expand Down
6 changes: 3 additions & 3 deletions charts/vertical-pod-autoscaler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ admissionController:
repository: autoscaling/vpa-admission-controller

## @param admissionController.image.tag Image tag
tag: 1.2.2
tag: 1.3.0

## @param admissionController.image.digest Image digest
digest: ""
Expand Down Expand Up @@ -324,7 +324,7 @@ recommender:
repository: autoscaling/vpa-recommender

## @param recommender.image.tag Image tag
tag: 1.2.2
tag: 1.3.0

## @param recommender.image.digest Image digest
digest: ""
Expand Down Expand Up @@ -610,7 +610,7 @@ updater:
repository: autoscaling/vpa-updater

## @param updater.image.tag Image tag
tag: 1.2.2
tag: 1.3.0

## @param updater.image.digest Image digest
digest: ""
Expand Down

0 comments on commit 66f4e28

Please sign in to comment.