Skip to content

Conversation

@bkenez
Copy link
Member

@bkenez bkenez commented Oct 28, 2025

Which problem does the PR fix?

Closes: #4338

What's in this PR?

Before the fix:

# Without zeebe values
active: "broker,identity,operate,tasklist,consolidated-auth"  

# With zeebe.image.tag=bla  
active: "identity,operate,tasklist,consolidated-auth"  

After the fix:

# Without zeebe values
active: "broker,identity,operate,tasklist,consolidated-auth"  

# With zeebe.image.tag=bla
active: "broker,identity,operate,tasklist,consolidated-auth" 

The fix ensures that setting zeebe.image.tag (or any other zeebe.* value) doesn't accidentally trigger the compatibility helper to disable the broker profile.

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?

@github-actions github-actions bot added the version/8.8 Camunda applications/cycle version label Oct 28, 2025
@bkenez bkenez self-assigned this Oct 28, 2025
@bkenez bkenez marked this pull request as ready for review October 28, 2025 11:29
@bkenez bkenez requested a review from a team as a code owner October 28, 2025 11:29
@bkenez bkenez requested a review from eamonnmoloney October 28, 2025 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

version/8.8 Camunda applications/cycle version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ISSUE] define zeebe image causing OC config without broker v8.8

2 participants