You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/vertical-pod-autoscaler/CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,12 @@
14
14
15
15
## [UNRELEASED]
16
16
17
+
## [v1.9.3] - 2025-09-04
18
+
19
+
### Changed
20
+
21
+
- Update the _Vertical Pod Autoscaler_ OCI image version to [`v1.4.2`](https://github.com/kubernetes/autoscaler/releases/tag/vertical-pod-autoscaler-1.4.2). ([#1245](https://github.com/stevehipwell/helm-charts/pull/1245)) _@stevehipwell_
The [Vertical Pod Autoscaler](https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler/) (VPA) frees the users from necessity of setting up-to-date resource limits and requests for the containers in their pods. When configured, it will set the requests automatically based on usage and thus allow proper scheduling onto nodes so that appropriate resource amount is available for each pod. It will also maintain ratios between limits and requests that were specified in initial containers configuration.
6
6
@@ -33,15 +33,15 @@ This chart manages the `MutatingWebhookConfiguration` outside of the workload so
33
33
To install the chart using the recommended OCI method you can use the following command.
As the OCI chart release is signed by [Cosign](https://github.com/sigstore/cosign) you can verify the chart before installing it by running the following command.
0 commit comments