Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Helm 3 support
-
Currently I cannot upload helm 3 (apiVersion: v2 in chart.yaml) to the feed.
When I attempt to push through the UI I get the following message:
The file you uploaded is not a Helm chart. Please select a new file and try again.
attempting to do through powershell I get
Invoke-WebRequest : Helm chart apiVersion "v2" does not match expected value "v1".
We just started using helm after helm 3 came out so all our charts are apiVersion:v2, no tiller component, all clientside, so it made our lives a lot easier. but we cannot upload or use our charts so it'd be nice if proget supported it.
here's a guide on what's changed if needed, but I would imagine it's as easy as including "v2" apiVersion.
-
Hello; this is already a planned change (PG-1657) , and it looks like it might make it in tomorrow's release!