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

Unable to upload v2 charts #293

Closed
slayerjain opened this issue Dec 4, 2019 · 11 comments · Fixed by #294
Closed

Unable to upload v2 charts #293

slayerjain opened this issue Dec 4, 2019 · 11 comments · Fixed by #294

Comments

@slayerjain
Copy link

slayerjain commented Dec 4, 2019

Hello, I'm using chartmuseum v0.10.0, and I'm not able to upload v2 charts.

{"error":"apiVersion 'v2' is not valid. The value must be \"v1\""}

Does the current version of chartmuseum not support v2 charts?

@irockel
Copy link

irockel commented Dec 5, 2019

I had the same issue with v0.10.0, rolling back to v0.9.0 fixed this for me for now. There's seems to be an issue with v0.10.0

@jdolitsky
Copy link
Contributor

@slayerjain thanks for opening, will take a look. Must be the upgrade to helm 2.16.1

@karuppiah7890
Copy link
Contributor

karuppiah7890 commented Dec 9, 2019

I'm looking into this. Will raise a PR soon! 😄

@slayerjain
Copy link
Author

Thanks! 👍

@ddseapy
Copy link

ddseapy commented Dec 15, 2019

@jdolitsky do you have a sense of when the next chartmuseum release will be?

@jdolitsky
Copy link
Contributor

@ddseapy working on v3 support now, should be soon

@jdolitsky
Copy link
Contributor

ChartMuseum v0.11.0 has been released with support for Helm 3 charts (charts with apiVersion: v2).

Additionally helm-push v0.8.0 has been released with support for Helm 3.

Thanks everybody for your patience!

@ddseapy
Copy link

ddseapy commented Dec 15, 2019

Wow, you weren't kidding. Thanks!

@0marq
Copy link

0marq commented Dec 18, 2019

Hello,
I am still getting that same error, even though I just updated ChartMuseum to v0.11.0.
I have installed ChartMuseum with the official stable/chartmuseum Chart. I run Helm v3.0.1.
I tried using the Helm Push plugin but I am getting the same error :

Error: 400: apiVersion 'v2' is not valid. The value must be "v1"
Error: plugin "push" exited with error

Am I the only one that still has this error with ChartMuseum v0.11.0 ?

@0marq
Copy link

0marq commented Dec 18, 2019

Nevermind, I was running it againt my old values.yaml which referenced image tag 0.10.0...
Now that I changed the tag to v0.11.0 it works ! Thanks for the fix !

@jdolitsky
Copy link
Contributor

Thanks for reporting back @0marq !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants