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

Adding a helm repository returns 404 #306

Closed
DpoBoceka opened this issue Mar 10, 2023 · 8 comments
Closed

Adding a helm repository returns 404 #306

DpoBoceka opened this issue Mar 10, 2023 · 8 comments

Comments

@DpoBoceka
Copy link

Describe the bug
The helm repository seems to be invalid

> helm repo add easeprobe https://megaease.github.io/easeprobe
Error: looks like "https://megaease.github.io/easeprobe" is not a valid chart repository or cannot be reached: failed to fetch https://megaease.github.io/easeprobe/index.yaml : 404 Not Found

@samanhappy
Copy link
Collaborator

Thanks for reporting this issue, it looks like that the Helm repository is not deployed proberly, we will fix it as soon as possible.

@samanhappy
Copy link
Collaborator

samanhappy commented Mar 10, 2023

@DpoBoceka we just release a Helm Chart version, you can try again and tell us if the problem still exists.
Also note to use the new install command below because the original repository name is wrong
helm install [RELEASE_NAME] easeprobe/easeprobe

@DpoBoceka
Copy link
Author

yeah, it works! Thanks for fixing it so rapidly :)

@DpoBoceka
Copy link
Author

Although there's a failed run against main branch https://github.com/megaease/easeprobe/actions/runs/4383690556/jobs/7674244056

@DpoBoceka DpoBoceka reopened this Mar 10, 2023
@DpoBoceka
Copy link
Author

DpoBoceka commented Mar 10, 2023

Now having this issue

ComparisonError: rpc error: code = Unknown desc = Manifest generation error (cached): kustomize build .easeprobe --enable-helm failed exit status 1: Error: Error: failed to fetch https://github.com/megaease/easeprobe/releases/download/easeprobe-0.0.1/easeprobe-0.0.1.tgz : 404 Not Found : unable to run: 'helm pull --untar --untardir .easeprobe/charts --repo https://megaease.github.io/easeprobe easeprobe --version 0.0.1'

@samanhappy
Copy link
Collaborator

yeal, we are optimising the helm release name to avoid making our users confused, please hold on and we will notice you first time when it is ready.

@samanhappy
Copy link
Collaborator

samanhappy commented Mar 11, 2023

@DpoBoceka the new release is ready now, you can try it again when you hava time. You may need to execute helm repo update or re-add repo first.

@DpoBoceka
Copy link
Author

all good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants