Currently, one has to clone the repo in order to use the chart. The formal Helm way is to publish the the chart in the GitHub OCI registry.
Implementation idea:
- triggers: tags only
- pre-publish stage: lint and maybe later some other tests
- pre-package: change the chart version to the tag (with sed or alike) or maybe helm package/punlish supports defining the chart version.
- push to GitHub OCI under this project id.
Currently, one has to clone the repo in order to use the chart. The formal Helm way is to publish the the chart in the GitHub OCI registry.
Implementation idea: