diff --git a/charts/zeebe-benchmark/Chart-with-artifacthub-changes.yaml.tmp b/charts/zeebe-benchmark/Chart-with-artifacthub-changes.yaml.tmp
index 663eeee..ba0c8ca 100644
--- a/charts/zeebe-benchmark/Chart-with-artifacthub-changes.yaml.tmp
+++ b/charts/zeebe-benchmark/Chart-with-artifacthub-changes.yaml.tmp
@@ -2,7 +2,7 @@ apiVersion: v2
name: zeebe-benchmark
description: A Helm chart for Zeebe benchmarks
type: application
-version: 0.3.4
+version: 0.3.5
appVersion: "8.2.5"
sources:
- https://github.com/zeebe-io/benchmark-helm
@@ -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: added\n description: \"introduce worker threads\"\n- kind: added\n description: \"remove repeated completion delay, and only add this if not set.\"\n- kind: fixed\n description: \"regen threads\"\n- kind: fixed\n description: \"increase worker threads\"\n- kind: fixed\n description: \"use larger disks to avoid throttling\"\n"
+ artifacthub.io/changes: "- kind: fixed\n description: \"increase cpu zeebe limit to 1.7 while keeping cpu-request at 1.35\"\n"
diff --git a/charts/zeebe-benchmark/Chart.yaml b/charts/zeebe-benchmark/Chart.yaml
index df435a3..ba0c8ca 100644
--- a/charts/zeebe-benchmark/Chart.yaml
+++ b/charts/zeebe-benchmark/Chart.yaml
@@ -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: added\n description: \"introduce worker threads\"\n- kind: added\n description: \"remove repeated completion delay, and only add this if not set.\"\n- kind: fixed\n description: \"regen threads\"\n- kind: fixed\n description: \"increase worker threads\"\n- kind: fixed\n description: \"use larger disks to avoid throttling\"\n"
+ artifacthub.io/changes: "- kind: fixed\n description: \"increase cpu zeebe limit to 1.7 while keeping cpu-request at 1.35\"\n"
diff --git a/charts/zeebe-benchmark/RELEASE-NOTES.md b/charts/zeebe-benchmark/RELEASE-NOTES.md
index 7baffa5..292ce0c 100644
--- a/charts/zeebe-benchmark/RELEASE-NOTES.md
+++ b/charts/zeebe-benchmark/RELEASE-NOTES.md
@@ -2,31 +2,14 @@ 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.
-
-## [zeebe-benchmark-0.3.4](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.3.3...zeebe-benchmark-0.3.4) (2024-10-29)
-
-### Build
-
-* update chart version
-
-### Feat
-
-* introduce worker threads
-* remove repeated completion delay, and only add this if not set.
+
+## [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)
### Fix
-* regen threads
-* increase worker threads
-* use larger disks to avoid throttling
-
-### Test
-
-* update golden files
-* adjust golded file for new disk size
+* increase cpu zeebe limit to 1.7 while keeping cpu-request at 1.35
### Pull Requests
-* Merge pull request [#186](https://github.com/camunda/camunda-platform-helm/issues/186) from zeebe-io/ls/increase-disk-size
-* Merge pull request [#196](https://github.com/camunda/camunda-platform-helm/issues/196) from zeebe-io/release
+* Merge pull request [#203](https://github.com/camunda/camunda-platform-helm/issues/203) from zeebe-io/release