Skip to content

Commit 5c3673b

Browse files
authored
feat(vpa): Update image to v1.4.2 (#1245)
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
1 parent 7a4165a commit 5c3673b

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

charts/vertical-pod-autoscaler/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414

1515
## [UNRELEASED]
1616

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_
22+
1723
## [v1.9.2] - 2025-07-10
1824

1925
### Fixed
@@ -156,6 +162,7 @@
156162
RELEASE LINKS
157163
-->
158164
[UNRELEASED]: https://github.com/stevehipwell/helm-charts/tree/main/charts/vertical-pod-autoscaler
165+
[v1.9.3]: https://github.com/stevehipwell/helm-charts/releases/tag/vertical-pod-autoscaler-1.9.3
159166
[v1.9.2]: https://github.com/stevehipwell/helm-charts/releases/tag/vertical-pod-autoscaler-1.9.2
160167
[v1.9.1]: https://github.com/stevehipwell/helm-charts/releases/tag/vertical-pod-autoscaler-1.9.1
161168
[v1.9.0]: https://github.com/stevehipwell/helm-charts/releases/tag/vertical-pod-autoscaler-1.9.0

charts/vertical-pod-autoscaler/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: vertical-pod-autoscaler
33
description: Helm chart for the Vertical Pod Autoscaler.
44
type: application
5-
version: 1.9.2
6-
appVersion: 1.4.1
5+
version: 1.9.3
6+
appVersion: 1.4.2
77
keywords:
88
- kubernetes
99
- autoscale

charts/vertical-pod-autoscaler/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vertical-pod-autoscaler
22

3-
![Version: 1.9.2](https://img.shields.io/badge/Version-1.9.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.1](https://img.shields.io/badge/AppVersion-1.4.1-informational?style=flat-square)
3+
![Version: 1.9.3](https://img.shields.io/badge/Version-1.9.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.2](https://img.shields.io/badge/AppVersion-1.4.2-informational?style=flat-square)
44

55
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.
66

@@ -33,15 +33,15 @@ This chart manages the `MutatingWebhookConfiguration` outside of the workload so
3333
To install the chart using the recommended OCI method you can use the following command.
3434

3535
```shell
36-
helm upgrade --install vertical-pod-autoscaler oci://ghcr.io/stevehipwell/helm-charts/vertical-pod-autoscaler --version 1.9.2
36+
helm upgrade --install vertical-pod-autoscaler oci://ghcr.io/stevehipwell/helm-charts/vertical-pod-autoscaler --version 1.9.3
3737
```
3838

3939
#### Verification
4040

4141
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.
4242

4343
```shell
44-
cosign verify --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity-regexp 'https://github\.com/action-stars/helm-workflows/\.github/workflows/release\.yaml@.+' --certificate-github-workflow-repository stevehipwell/helm-charts --certificate-github-workflow-name Release ghcr.io/stevehipwell/helm-charts/vertical-pod-autoscaler:1.9.2
44+
cosign verify --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity-regexp 'https://github\.com/action-stars/helm-workflows/\.github/workflows/release\.yaml@.+' --certificate-github-workflow-repository stevehipwell/helm-charts --certificate-github-workflow-name Release ghcr.io/stevehipwell/helm-charts/vertical-pod-autoscaler:1.9.3
4545
```
4646

4747
### Non-OCI Repository
@@ -50,7 +50,7 @@ Alternatively you can use the legacy non-OCI method via the following commands.
5050

5151
```shell
5252
helm repo add stevehipwell https://stevehipwell.github.io/helm-charts/
53-
helm upgrade --install vertical-pod-autoscaler stevehipwell/vertical-pod-autoscaler --version 1.9.2
53+
helm upgrade --install vertical-pod-autoscaler stevehipwell/vertical-pod-autoscaler --version 1.9.3
5454
```
5555

5656
## Values

0 commit comments

Comments
 (0)