deepgram / self-hosted-resources

Official Deepgram resources for deploying Deepgram services in a self-hosted environment
https://developers.deepgram.com
ISC License
3 stars 2 forks source link

Broken Helm index #22

Closed milosgajdos closed 1 week ago

milosgajdos commented 3 weeks ago

What is the current behavior?

Helm index is missing chart for self-hostedd setup

$ helm pull deepgram/deepgram-self-hosted
Error: chart "deepgram-self-hosted" matching  not found in deepgram index. (try 'helm repo update'): no chart version found for deepgram-self-hosted-

Steps to reproduce

helm repo add deepgram https://deepgram.github.io/self-hosted-resources
helm update
helm pull deepgram/deepgram-self-hosted

Expected behavior

deepgram-self-hosted should be downloaded to the local filesystem

Please tell us about your environment

macOS 14.4.1 (23E224) ## Other information
bd-g commented 2 weeks ago

@milosgajdos As the Chart is currently on a beta release, you will need to specify the --devel flag. See the Helm Docs for more details on available flags.

I'll keep this issue open until I can update the documentation to call this out explicitly.