Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
Description
- Currently there are 2 versions published to helm repo…
NAME CHART VERSION APP VERSION DESCRIPTION yunikorn/yunikorn latest latest YuniKorn scheduler for Kubernetes yunikorn/yunikorn 0.8.0 0.8.0 YuniKorn scheduler for Kubernetes
- When tried to deploy using latest version, helm seems to fail with below error..
helm install --version latest yunikorn yunikorn/yunikorn Error: failed to download "yunikorn/yunikorn" (hint: running `helm repo update` may help)
- This is happening because, the chart version “latest” is not following the semVer2 standard. This requires fix to the charts naming… More on this: https://helm.sh/docs/topics/charts/#charts-and-versioning.
Attachments
Issue Links
- links to