Skip to content

Commit

Permalink
feat(overprovisioner): Updated CPA version to 1.9.0 (#1083)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Hipwell <[email protected]>
  • Loading branch information
stevehipwell authored Nov 22, 2024
1 parent 6ba559f commit bd1d888
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions charts/overprovisioner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@

## [UNRELEASED]

## [v0.5.0] - 2024-11-22

### Changed

- Updated the _cluster-proportional-autoscaler_ OCI image version to [v1.9.0](https://github.com/kubernetes-sigs/cluster-proportional-autoscaler/releases/tag/v1.9.0). ([#1083](https://github.com/stevehipwell/helm-charts/pull/1083)) _@stevehipwell_

## [v0.4.0] - 2024-03-12

### Changed
Expand Down Expand Up @@ -53,6 +59,7 @@
RELEASE LINKS
-->
[UNRELEASED]: https://github.com/stevehipwell/helm-charts/tree/main/charts/overprovisioner
[v0.5.0]: https://github.com/stevehipwell/helm-charts/releases/tag/overprovisioner-0.5.0
[v0.4.0]: https://github.com/stevehipwell/helm-charts/releases/tag/overprovisioner-0.4.0
[v0.3.0]: https://github.com/stevehipwell/helm-charts/releases/tag/overprovisioner-0.3.0
[v0.2.0]: https://github.com/stevehipwell/helm-charts/releases/tag/overprovisioner-0.2.0
Expand Down
6 changes: 3 additions & 3 deletions charts/overprovisioner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: overprovisioner
description: Helm chart for overprovisioning Kubernetes clusters.
type: application
version: 0.4.0
appVersion: 0.4.0
version: 0.5.0
appVersion: 0.5.0
home: https://github.com/stevehipwell/helm-charts/
icon: https://raw.githubusercontent.com/stevehipwell/helm-charts/main/charts/overprovisioner/icon.png
keywords:
Expand All @@ -20,4 +20,4 @@ maintainers:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "Changed `capacity.resources` to be object map to support multiple resource types."
description: "Updated the _cluster-proportional-autoscaler_ OCI image version to [v1.9.0](https://github.com/kubernetes-sigs/cluster-proportional-autoscaler/releases/tag/v1.9.0)."
10 changes: 5 additions & 5 deletions charts/overprovisioner/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# overprovisioner

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

Helm chart for overprovisioning Kubernetes clusters.

Expand All @@ -23,15 +23,15 @@ Helm chart for overprovisioning Kubernetes clusters.
To install the chart using the recommended OCI method you can use the following command.

```shell
helm upgrade --install overprovisioner oci://ghcr.io/stevehipwell/helm-charts/overprovisioner --version 0.4.0
helm upgrade --install overprovisioner oci://ghcr.io/stevehipwell/helm-charts/overprovisioner --version 0.5.0
```

#### 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/overprovisioner:0.4.0
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/overprovisioner:0.5.0
```

### Non-OCI Repository
Expand All @@ -40,7 +40,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 overprovisioner stevehipwell/overprovisioner --version 0.4.0
helm upgrade --install overprovisioner stevehipwell/overprovisioner --version 0.5.0
```

## Values
Expand All @@ -50,7 +50,7 @@ helm upgrade --install overprovisioner stevehipwell/overprovisioner --version 0.
| autoscaler.affinity | object | `{}` | Affinity settings for scheduling the _Autoscaler_ component. If an explicit label selector is not provided for pod affinity or pod anti-affinity one will be created from the pod selector labels. |
| autoscaler.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for the _Autoscaler_ component default container. |
| autoscaler.image.repository | string | `"registry.k8s.io/cpa/cluster-proportional-autoscaler"` | Image repository for the _Autoscaler_ component default container. |
| autoscaler.image.tag | string | `"v1.8.9"` | Image tag for the _Autoscaler_ component default container. |
| autoscaler.image.tag | string | `"v1.9.0"` | Image tag for the _Autoscaler_ component default container. |
| autoscaler.logLevel | int | `2` | Log level for the _Autoscaler_ component. |
| autoscaler.nodeSelector | object | `{}` | Node selector labels for scheduling the _Autoscaler_ component. |
| autoscaler.podAnnotations | object | `{}` | Annotations to add to the _Autoscaler_ pod. |
Expand Down
2 changes: 1 addition & 1 deletion charts/overprovisioner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ autoscaler:
# -- Image repository for the _Autoscaler_ component default container.
repository: registry.k8s.io/cpa/cluster-proportional-autoscaler
# -- Image tag for the _Autoscaler_ component default container.
tag: v1.8.9
tag: v1.9.0
# -- Image pull policy for the _Autoscaler_ component default container.
pullPolicy: IfNotPresent

Expand Down

0 comments on commit bd1d888

Please sign in to comment.