mirror of
https://github.com/bitnami/charts.git
synced 2026-04-05 08:47:10 +08:00
[bitnami/zookeeper] Increase resources to avoid OOMKilled reason executing tests (#31035)
* [bitnami/zookeeper] Increase resources to avoid OOMKilled reason executing tests Signed-off-by: Alvaro Neira Ayuso <alvaro.neira@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Alvaro Neira Ayuso <alvaro.neira@broadcom.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
committed by
GitHub
parent
80b1bc3db5
commit
a03edc0cc5
@@ -4,4 +4,9 @@ service:
|
||||
type: LoadBalancer
|
||||
preAllocSize: 65536
|
||||
containerPorts:
|
||||
client: 2181
|
||||
client: 2181
|
||||
resources:
|
||||
requests:
|
||||
memory: 512Mi
|
||||
limits:
|
||||
memory: 1024Mi
|
||||
|
||||
@@ -1,8 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 13.7.1 (2024-12-13)
|
||||
|
||||
* [bitnami/zookeeper] Increase resources to avoid OOMKilled reason executing tests ([#31035](https://github.com/bitnami/charts/pull/31035))
|
||||
|
||||
## 13.7.0 (2024-12-10)
|
||||
|
||||
* [bitnami/zookeeper] Detect non-standard images ([#30915](https://github.com/bitnami/charts/pull/30915))
|
||||
* [bitnami/*] Add Bitnami Premium to NOTES.txt (#30854) ([3dfc003](https://github.com/bitnami/charts/commit/3dfc00376df6631f0ce54b8d440d477f6caa6186)), closes [#30854](https://github.com/bitnami/charts/issues/30854)
|
||||
* [bitnami/zookeeper] Detect non-standard images (#30915) ([8168ae4](https://github.com/bitnami/charts/commit/8168ae4c69fac2433cc3f4b2e464c819f76a2420)), closes [#30915](https://github.com/bitnami/charts/issues/30915)
|
||||
|
||||
## <small>13.6.1 (2024-12-04)</small>
|
||||
|
||||
|
||||
@@ -28,4 +28,4 @@ maintainers:
|
||||
name: zookeeper
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/zookeeper
|
||||
version: 13.7.0
|
||||
version: 13.7.1
|
||||
|
||||
Reference in New Issue
Block a user