Giter Site home page Giter Site logo

Comments (36)

abatilo avatar abatilo commented on May 31, 2024 13

Bump. Hard to seriously consider this project until there's an easy way to install this chart

from helm-charts.

samm-git avatar samm-git commented on May 31, 2024 12

out of curiosity - what is preventing you from adding few lines to pipeline to publish helm to the pages?

from helm-charts.

sagikazarmark avatar sagikazarmark commented on May 31, 2024 10

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

from helm-charts.

loopingrage avatar loopingrage commented on May 31, 2024 10

Ay update here? Seems like a simple thing to do that would save the community a bunch of time and confusion.

from helm-charts.

vishwa-trulioo avatar vishwa-trulioo commented on May 31, 2024 9

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.

from helm-charts.

hazcod avatar hazcod commented on May 31, 2024 6

Pinging.

from helm-charts.

joebowbeer avatar joebowbeer commented on May 31, 2024 4

I forked and published from https://github.com/joebowbeer/temporalio-helm-charts

helm repo add temporalio https://joebowbeer.github.com/temporalio-helm-charts

I created a pull_request, which should fix this issue.

from helm-charts.

IkePCampbell avatar IkePCampbell commented on May 31, 2024 4

Any update on this?

from helm-charts.

aisac-clearstreet avatar aisac-clearstreet commented on May 31, 2024 4

Hit the same issue. This is my workaround ...
Copy contents of the release you want into a folder (the the example folder is named 1.20.3) and place helmfile outside
with the following contents...

repositories:
  - name: stable
    url: https://charts.helm.sh/stable
  - name: incubator
    url: https://charts.helm.sh/incubator
  - name: prometheus
    url: https://prometheus-community.github.io/helm-charts
  - name: elastic
    url: https://helm.elastic.co
  - name: grafana
    url: https://grafana.github.io/helm-charts

releases:
  - name: temporal
    namespace: temporal
    chart: ./1.20.3
    version: "1.20.3"
    values:
    - "1.20.3/values.yaml"

from helm-charts.

empeekdev avatar empeekdev commented on May 31, 2024 4

Three years and they still didn’t publish official chart somewhere, this is insane

from helm-charts.

joebowbeer avatar joebowbeer commented on May 31, 2024 2

This would be greatly appreciated, and should be easy to resolve.

The simplest approach is to use the chart-releaser-action:

https://github.com/helm/chart-releaser-action

This requires a gh-pages branch to hold the published charts.

After publishing, the temporalio helm repo can be added via:

helm repo add temporalio http://temporalio.github.io/helm-charts

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

from helm-charts.

ukd1 avatar ukd1 commented on May 31, 2024 2

Is this project dead?

from helm-charts.

ukd1 avatar ukd1 commented on May 31, 2024 2

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.

I ended up using https://github.com/alexandrevilain/temporal-operator, and it's been working pretty well tbh.

from helm-charts.

gajus avatar gajus commented on May 31, 2024 2

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.

from helm-charts.

franklinkim avatar franklinkim commented on May 31, 2024 1

Some references for anyone else coming along this path:

Looking forward seeing to this progress

from helm-charts.

jverce avatar jverce commented on May 31, 2024 1

Not sure if you considered Github Pages as a possible solution, but Prefect is currently using it in case you need an example:
https://github.com/PrefectHQ/prefect-helm

from helm-charts.

lerminou avatar lerminou commented on May 31, 2024

Hi @sagikazarmark , any news for this github as chart repo ?

from helm-charts.

loopingrage avatar loopingrage commented on May 31, 2024

Maybe poke the Bitnami folks to take it on?

from helm-charts.

sagikazarmark avatar sagikazarmark commented on May 31, 2024

Some other examples:

from helm-charts.

ErlanBelekov avatar ErlanBelekov commented on May 31, 2024

Any updates on this?

from helm-charts.

hazcod avatar hazcod commented on May 31, 2024

This should be an easy fix so really looking to a quick fix here.

from helm-charts.

arthosdevelops avatar arthosdevelops commented on May 31, 2024

Are there any updates on this?

from helm-charts.

phudtran avatar phudtran commented on May 31, 2024

Having this published would also be very helpful for me as well!

from helm-charts.

gajus avatar gajus commented on May 31, 2024

Annoying that this is something that would take Temporal team a minute to setup, meanwhile forces everyone else to spend days searching for workarounds.

from helm-charts.

gajus avatar gajus commented on May 31, 2024

Here is a step by step guide on how to do it:

https://joao.neto.pt/posts/2022/github-helm-registry/

from helm-charts.

thekarpathia avatar thekarpathia commented on May 31, 2024

Adding another +1 that an officially supported published chart would be nice..!

from helm-charts.

laertispappas avatar laertispappas commented on May 31, 2024

+1

from helm-charts.

PeteMac88 avatar PeteMac88 commented on May 31, 2024

Any update here?

from helm-charts.

moolitayer avatar moolitayer commented on May 31, 2024

+1

from helm-charts.

lerminou avatar lerminou commented on May 31, 2024

The most asked functionality and the simplest 😒

from helm-charts.

smartinov avatar smartinov commented on May 31, 2024

Oh lord, it's been years! Is there any way of implementing this? People offered support and examples everywhere!

from helm-charts.

gajus avatar gajus commented on May 31, 2024

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.

from helm-charts.

froblesmartin avatar froblesmartin commented on May 31, 2024

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
#229

from helm-charts.

djnalluri avatar djnalluri commented on May 31, 2024

An alternative could be to use Github's Container Registry as suggested in #388. A drawback of Helm's repository format is that an index.yaml would need to be created and maintained. A benefit of pushing to an OCI registry is an index is no longer required for clients to locate the exact chart archive file given the repository's URL. Helm has had non-experimental OCI support for a year and a half now so I would imagine it's still accessible to most users.

from helm-charts.

YannickZ avatar YannickZ commented on May 31, 2024

any news regarding this ? 😞

from helm-charts.

wbar avatar wbar commented on May 31, 2024

Any updates on this ?

from helm-charts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.