Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(tasklist): update Tasklist with monorepo configuration #1718

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

houssain-barouni
Copy link
Contributor

Which problem does the PR fix?

same as in #1647
Starting from 8.6, Tasklist will be distributed together with Zeebe and Operate as a Single JAR (Distribution). By that, the Tasklist configuration is part of the application.yaml file and no longer in application.yml:

  • renaming Tasklist containers volumeMount path from */application.yml to */config/application.yaml
  • Removing volumeMount /app/resources/application.yaml. It was used for Tasklist docker images built with JIB plugin (applicable to Tasklist versions: [8.3.0, 8.3.5), [8.2.0, 8.2.20), [8.1.0, 8.1.22)).
  • Replacing the deprecated brokerContactPoint with gatewayAddress property.

What's in this PR?

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant