Skip to content

Commit bd1d888

Browse files
authored
feat(overprovisioner): Updated CPA version to 1.9.0 (#1083)
Signed-off-by: Steve Hipwell <[email protected]>
1 parent 6ba559f commit bd1d888

File tree

4 files changed

+16
-9
lines changed

4 files changed

+16
-9
lines changed

charts/overprovisioner/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414

1515
## [UNRELEASED]
1616

17+
## [v0.5.0] - 2024-11-22
18+
19+
### Changed
20+
21+
- 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_
22+
1723
## [v0.4.0] - 2024-03-12
1824

1925
### Changed
@@ -53,6 +59,7 @@
5359
RELEASE LINKS
5460
-->
5561
[UNRELEASED]: https://github.com/stevehipwell/helm-charts/tree/main/charts/overprovisioner
62+
[v0.5.0]: https://github.com/stevehipwell/helm-charts/releases/tag/overprovisioner-0.5.0
5663
[v0.4.0]: https://github.com/stevehipwell/helm-charts/releases/tag/overprovisioner-0.4.0
5764
[v0.3.0]: https://github.com/stevehipwell/helm-charts/releases/tag/overprovisioner-0.3.0
5865
[v0.2.0]: https://github.com/stevehipwell/helm-charts/releases/tag/overprovisioner-0.2.0

charts/overprovisioner/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: overprovisioner
33
description: Helm chart for overprovisioning Kubernetes clusters.
44
type: application
5-
version: 0.4.0
6-
appVersion: 0.4.0
5+
version: 0.5.0
6+
appVersion: 0.5.0
77
home: https://github.com/stevehipwell/helm-charts/
88
icon: https://raw.githubusercontent.com/stevehipwell/helm-charts/main/charts/overprovisioner/icon.png
99
keywords:
@@ -20,4 +20,4 @@ maintainers:
2020
annotations:
2121
artifacthub.io/changes: |
2222
- kind: changed
23-
description: "Changed `capacity.resources` to be object map to support multiple resource types."
23+
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)."

charts/overprovisioner/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# overprovisioner
22

3-
![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)
3+
![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)
44

55
Helm chart for overprovisioning Kubernetes clusters.
66

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

2525
```shell
26-
helm upgrade --install overprovisioner oci://ghcr.io/stevehipwell/helm-charts/overprovisioner --version 0.4.0
26+
helm upgrade --install overprovisioner oci://ghcr.io/stevehipwell/helm-charts/overprovisioner --version 0.5.0
2727
```
2828

2929
#### Verification
3030

3131
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.
3232

3333
```shell
34-
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
34+
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
3535
```
3636

3737
### Non-OCI Repository
@@ -40,7 +40,7 @@ Alternatively you can use the legacy non-OCI method via the following commands.
4040

4141
```shell
4242
helm repo add stevehipwell https://stevehipwell.github.io/helm-charts/
43-
helm upgrade --install overprovisioner stevehipwell/overprovisioner --version 0.4.0
43+
helm upgrade --install overprovisioner stevehipwell/overprovisioner --version 0.5.0
4444
```
4545

4646
## Values
@@ -50,7 +50,7 @@ helm upgrade --install overprovisioner stevehipwell/overprovisioner --version 0.
5050
| 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. |
5151
| autoscaler.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for the _Autoscaler_ component default container. |
5252
| autoscaler.image.repository | string | `"registry.k8s.io/cpa/cluster-proportional-autoscaler"` | Image repository for the _Autoscaler_ component default container. |
53-
| autoscaler.image.tag | string | `"v1.8.9"` | Image tag for the _Autoscaler_ component default container. |
53+
| autoscaler.image.tag | string | `"v1.9.0"` | Image tag for the _Autoscaler_ component default container. |
5454
| autoscaler.logLevel | int | `2` | Log level for the _Autoscaler_ component. |
5555
| autoscaler.nodeSelector | object | `{}` | Node selector labels for scheduling the _Autoscaler_ component. |
5656
| autoscaler.podAnnotations | object | `{}` | Annotations to add to the _Autoscaler_ pod. |

charts/overprovisioner/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ autoscaler:
122122
# -- Image repository for the _Autoscaler_ component default container.
123123
repository: registry.k8s.io/cpa/cluster-proportional-autoscaler
124124
# -- Image tag for the _Autoscaler_ component default container.
125-
tag: v1.8.9
125+
tag: v1.9.0
126126
# -- Image pull policy for the _Autoscaler_ component default container.
127127
pullPolicy: IfNotPresent
128128

0 commit comments

Comments
 (0)