-
Notifications
You must be signed in to change notification settings - Fork 340
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
Publish temporal helm chart to a helm chart repository (e. g. Helm Hub) #45
Comments
Helm hub is not actually a chart repository, and it's being replaced by Artifact Hub For simplicity, I'd consider making this repository a helm chart repository using the chart releaser action: https://github.com/helm/chart-releaser-action |
Hi @sagikazarmark , any news for this github as chart repo ? |
Maybe poke the Bitnami folks to take it on? |
This would be greatly appreciated, and should be easy to resolve. The simplest approach is to use the https://github.com/helm/chart-releaser-action This requires a After publishing, the temporalio helm repo can be added via:
LocalStack publishes their chart here: https://github.com/localstack/helm-charts/blob/main/.github/workflows/chart-release.yaml Their helm repo is: http://localstack.github.io/helm-charts |
Some other examples: |
I forked and published from https://github.com/joebowbeer/temporalio-helm-charts
I created a pull_request, which should fix this issue. |
Ay update here? Seems like a simple thing to do that would save the community a bunch of time and confusion. |
Bump. Hard to seriously consider this project until there's an easy way to install this chart |
Pinging. |
Any updates on this? |
This should be an easy fix so really looking to a quick fix here. |
Some references for anyone else coming along this path:
Looking forward seeing to this progress |
Any update on this? |
Are there any updates on this? |
Having this published would also be very helpful for me as well! |
Annoying that this is something that would take Temporal team a minute to setup, meanwhile forces everyone else to spend days searching for workarounds. |
Here is a step by step guide on how to do it: |
Adding another +1 that an officially supported published chart would be nice..! |
+1 |
Any update here? |
+1 |
The most asked functionality and the simplest 😒 |
Is this project dead? |
Oh lord, it's been years! Is there any way of implementing this? People offered support and examples everywhere! |
Seriously, save yourself time and write your own Helm chart. Took me one afternoon, ... while before this I've spent weeks debugging issues with Temporal provided Helm chart. |
A similar issue exists, it would be better to close one so that there is a single place to comment on the Helm chart publication |
If you (Temporal) want people to use their product you must spend bandwidth on action items like this. The fact that it was not addressed for years show how unreliable they are. |
Hit the same issue. This is my workaround ...
|
Not sure if you considered Github Pages as a possible solution, but Prefect is currently using it in case you need an example: |
out of curiosity - what is preventing you from adding few lines to pipeline to publish helm to the pages? |
An alternative could be to use Github's Container Registry as suggested in #388. A drawback of Helm's repository format is that an |
I ended up using https://github.com/alexandrevilain/temporal-operator, and it's been working pretty well tbh. |
any news regarding this ? 😞 |
Three years and they still didn’t publish official chart somewhere, this is insane |
Any updates on this ? |
They are providing a cloud service so their incentive for making it easy for others to host is pretty low. Just use https://github.com/alexandrevilain/temporal-operator. It is well maintained. |
Please publish Temporal Helm chart to a helm chart repository (such as Helm Hub), so it is easier to install it.
Brought to our attention by Kyle, thank you!
The text was updated successfully, but these errors were encountered: