Kubernetes helm chart

Hello,
I am trying to add the flowable repository (helm chart):

helm repo add flowable https://flowable.org/helm/

Here is the error message:

Error: Looks like "https://flowable.org/helm/" is not a valid chart repository or cannot be reached: Failed
to fetch https://flowable.org/helm/index.yaml : 404 Not Found

This has been working until recently but I can see there has been some activity on the GitHub repository…

I have a workaround…
I copied flowable-0.1.0.tgz and index.yaml from flowable.github.io/helm at master · flowable/flowable.github.io · GitHub to my own website.
I updated the urls attribute in index.yaml to point to flowable-0.1.0.tgz on my own site…
I then added the URL of my site to helm (helm repo add) and all is well :slight_smile:

It does not have have the keycloak integration part

No, it doesn’t. That’s not part of how Flowable is distributed. You’ll need to build your own helm charts.

Hi,

The Flowable Helm chart repo is served from https://flowable.github.io/helm/.
For more info have a look here; artifacthub.io .
As Joram pointed out; the keycloak integration is not part of this chart. An example using docker compose can be found here; keycloak example

Regards,

Yvo