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
we have helm that version is pre-release and only have pre-release version, while dashboard default search stable version, so I can not find my helm chart in the Repository tab.
Can helm-dashboard`s Repository tab support to display helm that only have pre-release versions ?
just add --devel flag in helm search repo command can get the pre-release version.
we have helm that version is pre-release and only have pre-release version, while dashboard default search stable version, so I can not find my helm chart in the Repository tab.
Can helm-dashboard`s Repository tab support to display helm that only have pre-release versions ?
just add
--devel
flag inhelm search repo
command can get the pre-release version.ref: https://helm.sh/docs/helm/helm_search_repo/
edit
helm-dashboard/pkg/dashboard/subproc/data.go
Line 191 in cf407c6
, like this
or give a args to control this feature.
The text was updated successfully, but these errors were encountered: