-
Notifications
You must be signed in to change notification settings - Fork 243
Initial Dekaf UI support #637
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
Conversation
|
@lhotari to fix CI we probably can change postgres and keycloak docker repos from More info: bitnami/charts#35164 Could you please point me to where it can be changed? |
looks like it is referenced in Lines 533 to 534 in e9f7f1d
|
|
CI is fixed now. |
lhotari
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, Thanks for the contribution @visortelle
|
@lhotari what do you think, can we release the new version of the Helm chart, or you would prefer to accumulate more changes? |
I'm planning to release after next Pulsar release which is happening soon (starting as soon as bug fix PRs are merged and CI passes). |
Motivation
Dekaf UI is an open-source alternative to Pulsar Manager. It may be useful to have it working out-of-the-box for some Helm chart users.
Repository: https://github.com/visortelle/dekaf
@lhotari asked to add it to this chart here: https://apache-pulsar.slack.com/archives/C5Z4T36F7/p1761840907550329?thread_ts=1761507755.142109&cid=C5Z4T36F7
Modifications
I added deployment, service and PVC for Dekaf. Also added it to the components list and made it disabled by default.
I didn't test all the possible scenarios, but basic setup should work.
Verifying this change