You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Helm Push
v1
Push a chart to a ChartMuseum compatible repository with Helm v3
steps:
- name: Push Helm Chart to ChartMuseum
uses: bsord/helm-push@v1
with:
access-token: ${{ secrets.CF_API_KEY }}
repository-url: 'cm://h.cfcr.io/user_or_org/reponame'
force: true
chart-folder: chart
Key | Value | Required | Default |
---|---|---|---|
access-token |
API Token from CodeFresh with Helm read/write permissions | Yes | "" |
repository-url |
ChartMuseum repository url, prefix with cm:// | Yes | "" |
chart-folder |
Relative path to chart folder to be published | No | chart |
force |
Force overwrite if version already exists | No | false |
This project is distributed under the MIT license.