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

helm repo command in README.md shows 404 error #72

Closed
MasatoshiTada8888 opened this issue Mar 4, 2022 · 2 comments
Closed

helm repo command in README.md shows 404 error #72

MasatoshiTada8888 opened this issue Mar 4, 2022 · 2 comments

Comments

@MasatoshiTada8888
Copy link

I tried to install Secrets Store CSI Driver using helm repo command written in README.md, but I got 404 error (see below).

$ helm repo add secrets-store-csi-driver https://raw.githubusercontent.com/kubernetes-sigs/secrets-store-csi-driver/master/charts
Error: looks like "https://raw.githubusercontent.com/kubernetes-sigs/secrets-store-csi-driver/master/charts" is not a valid chart repository or cannot be reached: failed to fetch https://raw.githubusercontent.com/kubernetes-sigs/secrets-store-csi-driver/master/charts/index.yaml : 404 Not Found

According to the official site of Secrets Store CSI Driver, the correct command is below:

$ helm repo add secrets-store-csi-driver https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts
@pierluigilenoci
Copy link

@simonmarty
Copy link
Contributor

Thanks for the notice, we updated our README to reflect the new URL

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

3 participants