Code Monkey home page Code Monkey logo

Comments (8)

hypnoglow avatar hypnoglow commented on May 27, 2024 9

Helm v3 support is WIP, we plan to add this into the next plugin release.

from helm-s3.

ecout avatar ecout commented on May 27, 2024 1

Thanks @hypnoglow will continue to test.

from helm-s3.

jwalton avatar jwalton commented on May 27, 2024 1

Yes, many thanks @hypnoglow! It's working for me!

from helm-s3.

demo-ecout avatar demo-ecout commented on May 27, 2024

These are the defaults for Helm v3:

+------------------+---------------------------+--------------------------------+-------------------------+
| Operating System | Cache Path                | Configuration Path             | Data Path               |
+------------------+---------------------------+--------------------------------+-------------------------+
| Linux            | $HOME/.cache/helm         | $HOME/.config/helm             | $HOME/.local/share/helm |
| macOS            | $HOME/Library/Caches/helm | $HOME/Library/Preferences/helm | $HOME/Library/helm      |
| Windows          | %TEMP%\helm               | %APPDATA%\helm                 | %APPDATA%\helm          |
+------------------+---------------------------+--------------------------------+-------------------------+


from helm-s3.

demo-ecout avatar demo-ecout commented on May 27, 2024

If I add the repo with the following arguments

helm repo add boingodev s3://chart-repo-x/charts --registry-config /Users/user/.helm/registry.json --repository-cache /Users/user/.helm/repository/cache --repository-config /Users/user/.helm/repository/repositories.yaml

I get a new error:
helm s3 reindex boingodev
load repo file: error unmarshaling JSON: json: cannot unmarshal array into Go value of type string
Error: plugin "s3" exited with error

from helm-s3.

jwalton avatar jwalton commented on May 27, 2024

I'm running into the same problem. I created a new s3 repo:

helm s3 init s3://mybucket/helm
helm repo add mybucket s3://mybucket/helm

Then I tried to push something to this bucket:

$ helm s3 push reporting-2.0.15.tgz mybucket
load repo file: open /Users/jwalton/.helm/repository/repositories.yaml: no such file or directory
Error: plugin "s3" exited with error

My ~/.helm doesn't exist. The correct location, as @demo-ecout notes above, is ~/Library/Preferences/helm/repositories.yaml.

from helm-s3.

mohammadasim avatar mohammadasim commented on May 27, 2024

I updated from helm2 to helm3 using the official migration blog and the official 2to3 plugin. As part of the migration at the end .helm folder was completely deleted. Now When I try to push anything to my helm repo in S3 I get error pointing to repositories.yml file in .helm/repository/respositories.yml. Is there anyway I can update the location of this file?

from helm-s3.

hypnoglow avatar hypnoglow commented on May 27, 2024

Version 0.9.0 is now released with Helm v3 support, please try!

This issue should be fixed, please open a new issue if something does not work as expected. Thanks.

from helm-s3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.