Skip to content

Commit

Permalink
feat(vertical-pod-autoscaler): Updated image to v1.1.2 (#960)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
  • Loading branch information
stevehipwell authored May 17, 2024
1 parent b052a05 commit b6d2327
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1537,7 +1537,7 @@
},
"timezone": "",
"title": "{{ include "fluent-bit-aggregator.fullname" . }}",
"uid": "d232d58b-fd89-4015-a035-82b88bf1614a",
"uid": null,
"version": 0,
"weekStart": ""
}
Original file line number Diff line number Diff line change
Expand Up @@ -1559,7 +1559,7 @@
},
"timezone": "",
"title": "{{ include "fluent-bit-collector.fullname" . }}",
"uid": "d557c8f6-cac1-445f-8ade-4c351a9076b1",
"uid": null,
"version": 7,
"weekStart": ""
}
4 changes: 2 additions & 2 deletions charts/fluentd-aggregator/dashboards/fluentd-aggregator.json
Original file line number Diff line number Diff line change
Expand Up @@ -2648,7 +2648,7 @@
},
"timezone": "utc",
"title": "{{ include "fluentd-aggregator.fullname" . }}",
"uid": "f2b7650c-1330-4542-850e-b8ae30009190",
"uid": null,
"version": 4,
"weekStart": ""
}
}
7 changes: 7 additions & 0 deletions charts/vertical-pod-autoscaler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@

## [UNRELEASED]

## [v1.6.2] - 2024-05-17

### Changed

- Updated the _Vertical Pod Autoscaler_ OCI image version to [v1.1.2](https://github.com/kubernetes/autoscaler/releases/tag/vertical-pod-autoscaler-1.1.2).

## [v1.6.1] - 2024-04-26

### Changed
Expand Down Expand Up @@ -78,6 +84,7 @@
RELEASE LINKS
-->
[UNRELEASED]: https://github.com/stevehipwell/helm-charts/tree/main/charts/vertical-pod-autoscaler
[v1.6.2]: https://github.com/stevehipwell/helm-charts/releases/tag/vertical-pod-autoscaler-1.6.2
[v1.6.1]: https://github.com/stevehipwell/helm-charts/releases/tag/vertical-pod-autoscaler-1.6.1
[v1.6.0]: https://github.com/stevehipwell/helm-charts/releases/tag/vertical-pod-autoscaler-1.6.0
[v1.5.0]: https://github.com/stevehipwell/helm-charts/releases/tag/vertical-pod-autoscaler-1.5.0
Expand Down
8 changes: 3 additions & 5 deletions charts/vertical-pod-autoscaler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: vertical-pod-autoscaler
description: Helm chart for the Vertical Pod Autoscaler.
type: application
version: 1.6.1
appVersion: 1.1.1
version: 1.6.2
appVersion: 1.1.2
keywords:
- kubernetes
- autoscale
Expand All @@ -30,6 +30,4 @@ annotations:
description: Represents the configuration for a vertical pod autoscaler, which automatically manages pod resources based on historical and real time resource utilization.
artifacthub.io/changes: |
- kind: changed
description: "Updated the _Vertical Pod Autoscaler_ OCI image version to [v1.1.1](https://github.com/kubernetes/autoscaler/releases/tag/vertical-pod-autoscaler-1.1.1)."
- kind: fixed
description: "Fixed incorrect `ServiceMonitor` name via the `jobLabel` field."
description: "Updated the _Vertical Pod Autoscaler_ OCI image version to [v1.1.2](https://github.com/kubernetes/autoscaler/releases/tag/vertical-pod-autoscaler-1.1.2)."
10 changes: 5 additions & 5 deletions charts/vertical-pod-autoscaler/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vertical-pod-autoscaler

![Version: 1.6.1](https://img.shields.io/badge/Version-1.6.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.1](https://img.shields.io/badge/AppVersion-1.1.1-informational?style=flat-square)
![Version: 1.6.2](https://img.shields.io/badge/Version-1.6.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.2](https://img.shields.io/badge/AppVersion-1.1.2-informational?style=flat-square)

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.

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

```shell
helm upgrade --install vertical-pod-autoscaler oci://ghcr.io/stevehipwell/helm-charts/vertical-pod-autoscaler --version 1.6.1
helm upgrade --install vertical-pod-autoscaler oci://ghcr.io/stevehipwell/helm-charts/vertical-pod-autoscaler --version 1.6.2
```

#### Verification

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.

```shell
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.6.1
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.6.2
```

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

```shell
helm repo add stevehipwell https://stevehipwell.github.io/helm-charts/
helm upgrade --install vertical-pod-autoscaler stevehipwell/vertical-pod-autoscaler --version 1.6.1
helm upgrade --install vertical-pod-autoscaler stevehipwell/vertical-pod-autoscaler --version 1.6.2
```

### Non-OCI Repository
Expand All @@ -59,7 +59,7 @@ Alternatively you can use the legacy non-OCI method via the following commands.

```shell
helm repo add stevehipwell https://stevehipwell.github.io/helm-charts/
helm upgrade --install vertical-pod-autoscaler stevehipwell/vertical-pod-autoscaler --version 1.6.1
helm upgrade --install vertical-pod-autoscaler stevehipwell/vertical-pod-autoscaler --version 1.6.2
```

## Values
Expand Down

0 comments on commit b6d2327

Please sign in to comment.