mirror of
https://github.com/bitnami/charts.git
synced 2026-04-02 23:37:20 +08:00
[bitnami/kube-state-metrics] fix: OOM Killed (#35785)
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 5.0.16 (2025-08-13)
|
||||
## 5.1.0 (2025-08-14)
|
||||
|
||||
* [bitnami/kube-state-metrics] :zap: :arrow_up: Update dependency references ([#35843](https://github.com/bitnami/charts/pull/35843))
|
||||
* [bitnami/kube-state-metrics] fix: OOM Killed ([#35785](https://github.com/bitnami/charts/pull/35785))
|
||||
|
||||
## <small>5.0.16 (2025-08-13)</small>
|
||||
|
||||
* [bitnami/kube-state-metrics] :zap: :arrow_up: Update dependency references (#35843) ([77cd410](https://github.com/bitnami/charts/commit/77cd4100bb87ecebf2e675ecd8e4dcaa87b8245b)), closes [#35843](https://github.com/bitnami/charts/issues/35843)
|
||||
|
||||
## <small>5.0.15 (2025-08-07)</small>
|
||||
|
||||
|
||||
@@ -30,4 +30,4 @@ maintainers:
|
||||
name: kube-state-metrics
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/kube-state-metrics
|
||||
version: 5.0.16
|
||||
version: 5.1.0
|
||||
|
||||
@@ -243,7 +243,7 @@ As an alternative, use one of the preset configurations for pod affinity, pod an
|
||||
| `schedulerName` | Name of the k8s scheduler (other than default) | `""` |
|
||||
| `terminationGracePeriodSeconds` | In seconds, time the given to the kube-state-metrics pod needs to terminate gracefully | `""` |
|
||||
| `topologySpreadConstraints` | Topology Spread Constraints for pod assignment | `[]` |
|
||||
| `resourcesPreset` | Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if resources is set (resources is recommended for production). | `nano` |
|
||||
| `resourcesPreset` | Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if resources is set (resources is recommended for production). | `micro` |
|
||||
| `resources` | Set container requests and limits for different resources like CPU or memory (essential for production workloads) | `{}` |
|
||||
| `replicaCount` | Desired number of controller pods | `1` |
|
||||
| `podLabels` | Pod labels | `{}` |
|
||||
|
||||
@@ -314,7 +314,7 @@ containerSecurityContext:
|
||||
drop: ["ALL"]
|
||||
seccompProfile:
|
||||
type: "RuntimeDefault"
|
||||
## Container ports
|
||||
## Container ports
|
||||
## @param containerPorts.http HTTP container port
|
||||
## @param containerPorts.telemetry Telemetry container port
|
||||
containerPorts:
|
||||
@@ -462,7 +462,7 @@ topologySpreadConstraints: []
|
||||
## @param resourcesPreset Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if resources is set (resources is recommended for production).
|
||||
## More information: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15
|
||||
##
|
||||
resourcesPreset: "nano"
|
||||
resourcesPreset: "micro"
|
||||
## @param resources Set container requests and limits for different resources like CPU or memory (essential for production workloads)
|
||||
## Example:
|
||||
## resources:
|
||||
|
||||
Reference in New Issue
Block a user