Igor Zibarev

Results 54 comments of Igor Zibarev

I believe the problems with region are currently solved, as documented in [README](https://github.com/hypnoglow/helm-s3#s3-bucket-location), thus I'm going to close this issue.

Hmm, I double-checked the checksums manually downloading the files from the release page, and everything seems OK. ``` $ sha256sum -c --ignore-missing helm-s3_0.12.0_checksums.txt helm-s3_0.12.0_darwin_arm64.tar.gz: OK ``` Could you also try...

We've additionally tested installation on Mac M1 and everything seems to work fine. So we need more details on how to reproduce the problem.

Hi @ecout, any success with this? Seems weird... I can only say that helm-s3 should not affect the plugin installation itself (`helm plugin install`). I was thinking about the post-install...

Hi @willejs , thanks for your interest. Sorry, but I don't get what do you mean by public URLs? Can you please describe your use case in detail? How do...

@willejs I had some thoughts about it, and I see two options for now: 1. As far as I found, **aws cli** does not support anonymous credentials, but it seems...

Unfortunately, #46 is not acceptable as it will break some functional, for example, it will be impossible to delete charts from the index when there are `http(s)://` urls instead of...

Hey folks, I've opened a PR with a proposal, welcome if you're interested. Please check if I'm missing something there. Also, I'm open to alternative solutions if you have ideas.

For anyone looking into this, the solution is to use [`--relative` flag](https://github.com/hypnoglow/helm-s3#relative-chart-urls).

Hi, thanks for the report. I [added the test](https://github.com/hypnoglow/helm-s3/pull/171) for `helm dep up` command and was unable to reproduce the issue - everything works correctly. Could you provide a reproduction...