You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/overprovisioner/CHANGELOG.md
+7
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,12 @@
14
14
15
15
## [UNRELEASED]
16
16
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_
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)."
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.
| 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. |
51
51
| autoscaler.image.pullPolicy | string |`"IfNotPresent"`| Image pull policy for the _Autoscaler_ component default container. |
52
52
| 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. |
54
54
| autoscaler.logLevel | int |`2`| Log level for the _Autoscaler_ component. |
55
55
| autoscaler.nodeSelector | object |`{}`| Node selector labels for scheduling the _Autoscaler_ component. |
56
56
| autoscaler.podAnnotations | object |`{}`| Annotations to add to the _Autoscaler_ pod. |
0 commit comments