Skip to content
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

Broken Helm index #22

Open
milosgajdos opened this issue Jul 2, 2024 · 1 comment
Open

Broken Helm index #22

milosgajdos opened this issue Jul 2, 2024 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@milosgajdos
Copy link

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 bd-g self-assigned this Jul 5, 2024
@bd-g
Copy link
Collaborator

bd-g commented Jul 8, 2024

@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.

@bd-g bd-g added documentation Improvements or additions to documentation and removed 🐛 bug labels Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants