You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@yunikorn.apache.org by "Kinga Marton (Jira)" <ji...@apache.org> on 2020/05/28 07:35:00 UTC

[jira] [Commented] (YUNIKORN-180) Make a helm chart release and upload it to helm hub

    [ https://issues.apache.org/jira/browse/YUNIKORN-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118407#comment-17118407 ] 

Kinga Marton commented on YUNIKORN-180:
---------------------------------------

The gh pages is working now: [https://apache.github.io/incubator-yunikorn-release/] (we should think about creating an another .md file with the YuniKorn description instead of the release tool, maybe an index.md).

The next step would be to pack the helm chart and create a release from it. [~wwei], since I don't have the proper rights to create releases in this repository, can you please help me with this step?

The steps you have to follow are the next ones:
 * make sure that the 0.8.0 version are referenced everywhere in the helm chart files
 * create the helm chart pachage:
 ** a signed one can be created with: 
{code:java}
helm package --sign ./helm-charts/yunikorn --key ${yourKeyName} --keyring ${patchToYourPublicKey} --destination ${destionation}{code}

 * push the release to the releases repo

After this I will make the changes to the index.yaml file, and I will publish it to helm hub.

> Make a helm chart release and upload it to helm hub
> ---------------------------------------------------
>
>                 Key: YUNIKORN-180
>                 URL: https://issues.apache.org/jira/browse/YUNIKORN-180
>             Project: Apache YuniKorn
>          Issue Type: Improvement
>          Components: release
>            Reporter: Kinga Marton
>            Assignee: Kinga Marton
>            Priority: Major
>
> With YUNIKORN-140 we moved the helm charts [releases repository|https://github.com/apache/incubator-yunikorn-release] and {{gh-paged}} is now also created. 
>  There are still some steps to be done until we can have it published in the helm hub:
>  - ask the ASF Infra team to enable github pages for this repository and set gh-pages branch as source (/)
>  - release the chart for 0.8.0 version
>  - upload it to helm hub
>  - update the documentation
>  - update the website with the link for the released helm charts



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

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