Skip to content

Commit

Permalink
feat(overprovisioner): Updated cpa image to v1.8.9 (#867)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Hipwell <[email protected]>
  • Loading branch information
stevehipwell authored Jan 17, 2024
1 parent b5f6a57 commit 45e77ab
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions charts/overprovisioner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@

## [UNRELEASED]

## [v0.3.0] - 2024-01-17

### Changed

- Updated the _cluster-proportional-autoscaler_ OCI image version to [v1.8.9](https://github.com/kubernetes-sigs/cluster-proportional-autoscaler/releases/tag/v1.8.9).
- Changed the default `podSecurityContext` & `securityContext` values for all components.

## [v0.2.0] - 2023-03-09
Expand Down Expand Up @@ -44,6 +47,7 @@
RELEASE LINKS
-->
[UNRELEASED]: https://github.com/stevehipwell/helm-charts/tree/main/charts/overprovisioner
[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
[v0.1.1]: https://github.com/stevehipwell/helm-charts/releases/tag/overprovisioner-0.1.1
[v0.1.0]: https://github.com/stevehipwell/helm-charts/releases/tag/overprovisioner-0.1.0
10 changes: 5 additions & 5 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.2.0
appVersion: 0.2.0
version: 0.3.0
appVersion: 0.3.0
home: https://github.com/stevehipwell/helm-charts/
icon: https://upload.wikimedia.org/wikipedia/labs/thumb/b/ba/Kubernetes-icon-color.svg/2110px-Kubernetes-icon-color.svg.png
keywords:
Expand All @@ -19,7 +19,7 @@ maintainers:
email: [email protected]
annotations:
artifacthub.io/changes: |
- kind: added
description: "Added support for automatic scaling using the cluster proportional autoscaler."
- kind: changed
description: "Changed how the pause pod capacity works; use the new `capacity` values."
description: "Updated the _cluster-proportional-autoscaler_ OCI image version to [v1.8.9](https://github.com/kubernetes-sigs/cluster-proportional-autoscaler/releases/tag/v1.8.9)."
- kind: changed
description: "Changed the default `podSecurityContext` & `securityContext` values for all components.."
4 changes: 2 additions & 2 deletions charts/overprovisioner/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# overprovisioner

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

Helm chart for overprovisioning Kubernetes clusters.

Expand All @@ -23,7 +23,7 @@ Helm chart for overprovisioning Kubernetes clusters.
| 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 | `"1.8.6"` | Image tag for the _Autoscaler_ component default container. |
| autoscaler.image.tag | string | `"v1.8.9"` | 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: 1.8.6
tag: v1.8.9
# -- Image pull policy for the _Autoscaler_ component default container.
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 45e77ab

Please sign in to comment.