-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish Helm chart using Github Actions #112
Conversation
Codecov Report
@@ Coverage Diff @@
## master #112 +/- ##
=======================================
Coverage 75.58% 75.58%
=======================================
Files 7 7
Lines 471 471
=======================================
Hits 356 356
Misses 101 101
Partials 14 14 Continue to review full report at Codecov.
|
is it possible to merge it? |
@jacobstr can you merge it, please? |
Closed... no commits on the last 4y 😢 |
fixes #58
This PR aims to create a flow to lint and test changes int the Helm chart using helm/chart-testing and release a new version of the chart using GitHub Docs feature to host the chart artefact with helm/chart-releaser
There are still a couple of requirements to do before merging this PR to ensure that
chart-releaser
successgh-pages
(https://github.com/helm/chart-releaser-action#pre-requisites)GITHUB_TOKEN
in the upstream repository to allow it to publish in thegh-pages
. Tokens are created here https://github.com/settings/tokens and it requiresrepo
(full access) andworkflow
although I can't find the documentation about it... 😅 That's what I have on my repo