You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the helm release resource go code, it looks like if the chart name starts with a "/", it interprets the chart as a local file. However, RepositoryOpts are treated as mandatory (by the python SDK at least), so that won't work either (and passing an empty RepositoryOpts struct isn't accepted either.
There's no technical reason we can't support this. The current implementation appears to be making some bad assumptions, but it's fixable. I'll go ahead and pull this into the current milestone since I'm working on related code.
Currently Helm/Chart support path:
But Helm/Release doesn't support:
Is it possible to support path for Helm/Release? Thanks.
The text was updated successfully, but these errors were encountered: