Skip to content

Commit

Permalink
fix: update registry.k8s.io/autoscaling/vpa to v1.2.2 (#812)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
  • Loading branch information
sebastien-prudhomme and renovate-bot authored Jan 19, 2025
1 parent 8727fd8 commit 78a051e
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.0
version: 9.9.1
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.1
tag: 1.2.2

## @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.1
tag: 1.2.2

## @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.1
tag: 1.2.2

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

0 comments on commit 78a051e

Please sign in to comment.