mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
6e3e59fa73
Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
41 lines
2.0 KiB
Markdown
41 lines
2.0 KiB
Markdown
<!--
|
|
Before you open the request please review the following guidelines and tips to help it be more easily integrated:
|
|
|
|
- Describe the scope of your change - i.e. what the change does.
|
|
- Describe any known limitations with your change.
|
|
- Please run any tests or examples that can exercise your modified code.
|
|
|
|
Thank you for contributing! We will try to test and integrate the change as soon as we can. There is no need to bump or check in on a pull request (it will clutter the discussion of the request).
|
|
|
|
Also don't be worried if the request is closed or not integrated sometimes our priorities might not match the priorities of the pull request. Don't fret, the open source community thrives on forks and GitHub makes it easy to keep your changes in a forked repo.
|
|
-->
|
|
|
|
**Description of the change**
|
|
|
|
<!-- Describe the scope of your change - i.e. what the change does. -->
|
|
|
|
**Benefits**
|
|
|
|
<!-- What benefits will be realized by the code change? -->
|
|
|
|
**Possible drawbacks**
|
|
|
|
<!-- Describe any known limitations with your change -->
|
|
|
|
**Applicable issues**
|
|
|
|
<!-- Enter any applicable Issues here (You can reference an issue using #) -->
|
|
- fixes #
|
|
|
|
**Additional information**
|
|
|
|
<!-- If there's anything else that's important and relevant to your pull request, mention that information here.-->
|
|
|
|
**Checklist** <!-- [Place an '[X]' (no spaces) in all applicable fields. Please remove unrelated fields.] -->
|
|
- [ ] Title of the PR starts with chart name (e.g. `[home-assistant]`)
|
|
- [ ] Chart version bumped in `Chart.yaml` according to [semver](http://semver.org/).
|
|
- [ ] Chart `artifacthub.io/changes` changelog annotation has been updated in `Chart.yaml`. See [Artifact Hub documentation](https://artifacthub.io/docs/topics/annotations/helm/#supported-annotations) for more info.
|
|
- [ ] Variables have been documented in the `values.yaml` file.
|
|
|
|
<!-- Keep in mind that if you are submitting a new chart, try to use our [common](https://github.com/k8s-at-home/charts/tree/master/charts/common) library as a dependency. This will help maintaining charts here and keep them consistent between each other -->
|