-
Notifications
You must be signed in to change notification settings - Fork 107
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
feat(helm): add github action for chart test and release #250
Conversation
Codecov Report
@@ Coverage Diff @@
## master #250 +/- ##
======================================
Coverage 8.50% 8.50%
======================================
Files 20 20
Lines 1047 1047
======================================
Hits 89 89
Misses 957 957
Partials 1 1 Continue to review full report at Codecov.
|
Signed-off-by: shubham <[email protected]>
f3dc159
to
e8843f3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shubham14bajpai The branch name needs to be changed from develop to master.
Co-authored-by: Akhil Mohan <[email protected]> Signed-off-by: shubham <[email protected]>
d6a02bb
to
1331cb0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm @shubham14bajpai ct.yaml
needs to be added , check the PR dynamic-localpv for the reference.
Signed-off-by: shubham <[email protected]>
Signed-off-by: shubham [email protected]
What this PR does?:
This PR adds github action CI for zfs-localpv helm chart lint, test and release.
Note: The zfs-localpv helm charts will reside in a directory structure:
deploy/helm
The following are the details of changes :
Chart Lint and Test
action to test and lint the chart changes.deploy/helm
directory.Go
action.deploy/helm
directory.Release Charts
action to release the helm chart.master
and there is a change in the content ofdeploy/helm
directory.Checklist:
<type>(<scope>): <subject>