You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@yunikorn.apache.org by "Ayub Pathan (Jira)" <ji...@apache.org> on 2020/06/23 19:59:00 UTC

[jira] [Created] (YUNIKORN-247) Helm chart naming should follow semver2 standard

Ayub Pathan created YUNIKORN-247:
------------------------------------

             Summary: Helm chart naming should follow semver2 standard
                 Key: YUNIKORN-247
                 URL: https://issues.apache.org/jira/browse/YUNIKORN-247
             Project: Apache YuniKorn
          Issue Type: Bug
          Components: release
            Reporter: Ayub Pathan


* Currently there are 2 versions published to helm repo…
{noformat}
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
{noformat}

 * When tried to deploy using latest version, helm seems to fail with below error..
{noformat}
helm install --version latest yunikorn yunikorn/yunikorn                                  
Error: failed to download "yunikorn/yunikorn" (hint: running `helm repo update` may help)
{noformat}
 
 * This is happening because, the chart version “latest” is not following the [semVer2|https://semver.org/] standard. This requires fix to the charts naming… More on this: [https://helm.sh/docs/topics/charts/#charts-and-versioning].



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: dev-help@yunikorn.apache.org