Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Fixing source paths [ci skip] #24424

Merged
merged 1 commit into from
Nov 15, 2020
Merged

Conversation

mattfarina
Copy link
Contributor

No description provided.

Signed-off-by: Matt Farina <matt@mattfarina.com>
@helm-bot helm-bot added Contribution Allowed If the contributor has signed the DCO or the CNCF CLA (prior to the move to a DCO). size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Nov 15, 2020
@alexellis
Copy link

We are seeing users reporting that the docker-registry chart is giving a 404?

 arkade install docker-registry
Using kubeconfig: 
Using Kubeconfig: /home/alex/.kube/config
Client: x86_64, Linux
2020/12/04 14:26:16 User dir established as: /home/alex/.arkade/
"stable" has been added to your repositories

Error: failed to fetch https://charts.helm.sh/stable/docker-registry-1.9.6.tgz : 404 Not Found
Error: exit code 1

Can you advise? cc @scottrigby

@scottrigby
Copy link
Member

scottrigby commented Dec 4, 2020

@alexellis Looks like they have a cached version from before the paths were fixed. It should be:

- https://charts.helm.sh/stable/docker-registry-1.9.6.tgz
+ https://charts.helm.sh/stable/packages/docker-registry-1.9.6.tgz

See https://charts.helm.sh/stable/index.yaml (the source is https://raw.githubusercontent.com/helm/charts/gh-pages/stable/index.yaml).

Users should helm repo update, or as a last resort they can remove and re-add the repo, if for some reason they're having trouble with their local cache.

@alexellis
Copy link

Much appreciated. I'll take a look at this again.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Contribution Allowed If the contributor has signed the DCO or the CNCF CLA (prior to the move to a DCO). size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants