Skip to content

Commit

Permalink
Merge 83bc0ad into 20e967c
Browse files Browse the repository at this point in the history
  • Loading branch information
entangled90 authored Nov 8, 2024
2 parents 20e967c + 83bc0ad commit fdcbe83
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: zeebe-benchmark
description: A Helm chart for Zeebe benchmarks
type: application
version: 0.3.5
version: 0.3.6
appVersion: "8.2.5"
sources:
- https://github.com/zeebe-io/benchmark-helm
Expand All @@ -26,4 +26,4 @@ annotations:
- name: Zeebe Docs
url: https://docs.camunda.io/docs/components/zeebe/zeebe-overview/
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: "- kind: fixed\n description: \"increase cpu zeebe limit to 1.7 while keeping cpu-request at 1.35\"\n"
artifacthub.io/changes: "- kind: fixed\n description: \"increase zeebe cpu limit to 1.7 in default benchmark\"\n"
4 changes: 2 additions & 2 deletions charts/zeebe-benchmark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: zeebe-benchmark
description: A Helm chart for Zeebe benchmarks
type: application
version: 0.3.5
version: 0.3.6
appVersion: "8.2.5"
sources:
- https://github.com/zeebe-io/benchmark-helm
Expand All @@ -26,4 +26,4 @@ annotations:
- name: Zeebe Docs
url: https://docs.camunda.io/docs/components/zeebe/zeebe-overview/
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: "- kind: fixed\n description: \"increase cpu zeebe limit to 1.7 while keeping cpu-request at 1.35\"\n"
artifacthub.io/changes: "- kind: fixed\n description: \"increase zeebe cpu limit to 1.7 in default benchmark\"\n"
9 changes: 5 additions & 4 deletions charts/zeebe-benchmark/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ The changelog is automatically generated using [git-chglog](https://github.com/g
and it follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format.


<a name="zeebe-benchmark-0.3.5"></a>
## [zeebe-benchmark-0.3.5](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.3.4...zeebe-benchmark-0.3.5) (2024-11-06)
<a name="zeebe-benchmark-0.3.6"></a>
## [zeebe-benchmark-0.3.6](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.3.5...zeebe-benchmark-0.3.6) (2024-11-08)

### Fix

* increase cpu zeebe limit to 1.7 while keeping cpu-request at 1.35
* increase zeebe cpu limit to 1.7 in default benchmark

### Pull Requests

* Merge pull request [#203](https://github.com/camunda/camunda-platform-helm/issues/203) from zeebe-io/release
* Merge pull request [#206](https://github.com/camunda/camunda-platform-helm/issues/206) from zeebe-io/cs-bump-cpu-limit-on-default-benchmark
* Merge pull request [#205](https://github.com/camunda/camunda-platform-helm/issues/205) from zeebe-io/release

0 comments on commit fdcbe83

Please sign in to comment.