Cannot find eKuiper Helm chart
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
Is the correct Helm chart (emqx/ekuiper) deployed in some other repository, or is it not being deployed at all?
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.
that's correct: "chart "ekuiper" matching not found in emqx index" from helm. Why not publish it on github ?
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?
It seems that the workflow has been executed, but nothing was published still, as no differences in the chart were detected:
Does it mean we'll need to make some changes to the ./deploy/chart? I'll try to make some changes and rerun.
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.
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