ekuiper icon indicating copy to clipboard operation
ekuiper copied to clipboard

Cannot find eKuiper Helm chart

Open HugoSousa opened this issue 8 months ago • 7 comments

I want to deploy eKuiper in a Kubernetes cluster. I followed the steps in the documentation and I can't find the Helm chart named ekuiper, as mentioned in https://ekuiper.org/docs/en/latest/installation.html#install-via-helm-k8s%E3%80%81k3s

I can see an Helm chart named emqx/kuiper, but the latest version is only 0.0.9, whereas I can see the latest one committed in this repo is version 1.3.2

Image

Is the correct Helm chart (emqx/ekuiper) deployed in some other repository, or is it not being deployed at all?

HugoSousa avatar Apr 08 '25 16:04 HugoSousa

Hi @HugoSousa the helm chart did not maintain for a long time. You can try to modify and build locally based on the chart file helm install ekuiper deploy/chart/ekuiper. If you can get it work, we are also happy to merge and publish to helm repo.

ngjaying avatar Apr 09 '25 13:04 ngjaying

that's correct: "chart "ekuiper" matching not found in emqx index" from helm. Why not publish it on github ?

eznix86 avatar Aug 20 '25 23:08 eznix86

Thanks @eznix86 ! I see the workflow is merged but hasn't been run yet: https://github.com/lf-edge/ekuiper/actions/workflows/chart.yaml. Can someone run the workflow so it gets released?

HugoSousa avatar Sep 08 '25 16:09 HugoSousa

It seems that the workflow has been executed, but nothing was published still, as no differences in the chart were detected:

Image

HugoSousa avatar Sep 22 '25 16:09 HugoSousa

Does it mean we'll need to make some changes to the ./deploy/chart? I'll try to make some changes and rerun.

ngjaying avatar Sep 23 '25 02:09 ngjaying

It seems it didn't work either. I wonder if the issue could be that the input charts_dir should be changed from ./deploy/chart to deploy/chart? I've seen examples without the period (sample).

Also, looking at the documentation, once this is working, I think some additional setup needs to be done, such as creating a branch named gh-pages.

HugoSousa avatar Sep 24 '25 16:09 HugoSousa

Hi, that’s correct. i tested before doing a PR.

You need a gh-pages branch I documented it on the PR which has been merged.

Also if it detected a release already it won’t do another release for the chart. So you will have the bump the version. Try bumping a patch.

But read the Merged PR description first

eznix86 avatar Sep 24 '25 17:09 eznix86