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

Can't delete relative charts #134

Closed
markmaxey opened this issue Feb 9, 2021 · 1 comment · Fixed by #191
Closed

Can't delete relative charts #134

markmaxey opened this issue Feb 9, 2021 · 1 comment · Fixed by #191
Assignees
Labels
Milestone

Comments

@markmaxey
Copy link

helm s3 delete doesn't work when a chart was pushed using the helm s3 push --relative because idx.Delete(act.name, act.version) returns the relative URL producing the following error: delete chart file from s3: chart foo-1.0.0.tgz protocol is not s3.

While the S3 bucket I'm using is not replicated, it is exposed as a static HTTP website because Helm repository UIs like Rancher's doesn't support the s3:// protocol thus requiring --relative URLs.

@avidspartan1
Copy link

I'm also seeing this behavior when trying to use an S3 repo.

@hypnoglow hypnoglow self-assigned this Jul 11, 2022
@hypnoglow hypnoglow added the bug label Jul 11, 2022
hypnoglow added a commit that referenced this issue Jul 11, 2022
@hypnoglow hypnoglow added this to the 0.13.0 milestone Jul 11, 2022
hypnoglow added a commit that referenced this issue Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants