Code Monkey home page Code Monkey logo

Comments (2)

fradeve avatar fradeve commented on May 27, 2024

We noticed the same error when uploading a chart to the S3 bucket, after upgrading from 1.59.6 to 1.59.7:

$ helm s3 push --force /builds/ubiquitypress/$IMAGE_NAME/$IMAGE_NAME-$VERSION.tgz ubiquity
add/replace chart in the index: Invalid Semantic Version
Error: plugin "s3" exited with error
ERROR: Job failed: command terminated with exit code 1

we run version 0.8

from helm-s3.

tkoeppen avatar tkoeppen commented on May 27, 2024

We got the same error with "helm s3 push" after we added helm charts to our helm repo with versions which seem not follow https://semver.org/

e.g
version: 1.2.3-name1-name2 (version names with 2 "-")

instead of 1.2.3-name1 or 1.2.3-name.1

My workaround:

  1. copy charts to local dir
    aws s3 sync s3://$bucketname $localdir

  2. delete affected charts from $localdir

  3. copy charts back to s3
    aws s3 sync $localdir s3://$bucketname

We run
$ helm s3 version
0.9.2
$ helm version
version.BuildInfo{Version:"v3.4.2", GitCommit:"23dd3af5e19a02d4f4baa5b2f242645a1a3af629", GitTreeState:"dirty", GoVersion:"go1.15.5"}

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.