camunda-platform-helm icon indicating copy to clipboard operation
camunda-platform-helm copied to clipboard

feat: configure camunda database to be used by v2 API

Open romansmirnov opened this issue 8 months ago • 0 comments

Which problem does the PR fix?

What's in this PR?

Configuring the new Database properties camunda.database.* used in v2 stack. These properties are added to the configmaps used by:

  • operate deployment
  • tasklist deployment
  • zeebe gateway deployment
  • zeebe statefulset

The new properties use the same values as the existing ones (like camunda.tasklist.elasticsearch ...) . The old properties are meant to be deprecated and removed in future releases

Relates to https://github.com/camunda/camunda/issues/19076

Checklist

Please make sure to follow our Contributing Guide.

Before opening the PR:

  • [ ] In the repo's root dir, run make go.update-golden-only.
  • [ ] There is no other open pull request for the same update/change.
  • [ ] Tests for charts are added (if needed).
  • [ ] In-repo documentation are updated (if needed).

After opening the PR:

  • [ ] Did you sign our CLA (Contributor License Agreement)? It will show once you open the PR.
  • [ ] Did all checks/tests pass in the PR?

romansmirnov avatar Jun 24 '24 13:06 romansmirnov