mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-24 11:48:04 +00:00
* Basic functioning * Support reconfiguring * Improve tests coverage * Always update local repo, don't offer to delete it * Handle multi-repo correctly * Document local charts usage * Screenshot for docs
22 lines
653 B
Markdown
22 lines
653 B
Markdown
## Changes Proposed
|
|
|
|
<!-- Describe the proposed changes and any additional information -->
|
|
|
|
<!-- Add all the screenshots which illustrate your changes -->
|
|
|
|
## Check List
|
|
|
|
<!-- Mark all the applicable boxes. To mark the box as done follow the following conventions -->
|
|
<!--
|
|
[x] - Correct; marked as done
|
|
[X] - Correct; marked as done
|
|
|
|
[ ] - Not correct; marked as **not** done
|
|
-->
|
|
|
|
- [ ] The title of my pull request is a short description of the changes
|
|
- [ ] This PR relates to some issue: <!-- use "Closes #999" to auto-close related issue -->
|
|
- [ ] I have documented the changes made (if applicable)
|
|
- [ ] I have covered the changes with unit tests
|
|
|