chore: Auto-update chart README [skip ci]

This commit is contained in:
truecharts-bot
2022-08-08 23:15:26 +00:00
parent 763af7a7b9
commit aa39c09e86
2201 changed files with 18015 additions and 10755 deletions
+10
View File
@@ -2,6 +2,16 @@
## [preclear-0.0.15](https://github.com/truecharts/charts/compare/preclear-0.0.14...preclear-0.0.15) (2022-08-08)
### Chore
- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376))
- replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402))
## [preclear-0.0.14](https://github.com/truecharts/apps/compare/preclear-0.0.13...preclear-0.0.14) (2022-07-26)
### Chore
+4 -7
View File
@@ -10,13 +10,9 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.4.9
deprecated: false
description:
A utility to "burn-in" a new disk, before adding it to your array has
been requested several times. Also requested is a process to "pre-clear" a hard
disk before adding it to your array. When a special "signature" is detected, the
lengthy "clearing" step otherwise performed by TrueNAS is skipped.
home: https://github.com/truecharts/charts/tree/master/charts/incubator/preclear
icon: https://truecharts.org/img/chart-icons/preclear.png
description: A utility to "burn-in" a new disk, before adding it to your array has been requested several times. Also requested is a process to "pre-clear" a hard disk before adding it to your array. When a special "signature" is detected, the lengthy "clearing" step otherwise performed by TrueNAS is skipped.
home: https://truecharts.org/docs/charts/incubator/preclear
icon: https://truecharts.org/img/hotlink-ok/chart-icons/preclear.png
keywords:
- preclear
- Productivity
@@ -28,6 +24,7 @@ maintainers:
url: https://truecharts.org
name: preclear
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/preclear
- https://forums.TrueNAS.net/topic/2732-preclear_disksh-a-new-utility-to-burn-in-and-pre-clear-disks-for-quick-add/
- https://registry.hub.docker.com/r/binhex/arch-preclear/
- https://github.com/binhex/documentation
+9 -8
View File
@@ -1,6 +1,6 @@
# preclear
![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
A utility to "burn-in" a new disk, before adding it to your array has been requested several times. Also requested is a process to "pre-clear" a hard disk before adding it to your array. When a special "signature" is detected, the lengthy "clearing" step otherwise performed by TrueNAS is skipped.
@@ -13,6 +13,7 @@ For more information, please click here: [preclear](https://truecharts.org/docs/
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/preclear>
* <https://forums.TrueNAS.net/topic/2732-preclear_disksh-a-new-utility-to-burn-in-and-pre-clear-disks-for-quick-add/>
* <https://registry.hub.docker.com/r/binhex/arch-preclear/>
* <https://github.com/binhex/documentation>
@@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.8 |
| https://library-charts.truecharts.org | common | 10.4.9 |
## Installing the Chart
### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/).
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm
To install the chart with the release name `preclear`
```console
helm repo add TrueCharts https://helm.truecharts.org
helm repo add TrueCharts https://charts.truecharts.org
helm repo update
helm install preclear TrueCharts/preclear
```
@@ -49,7 +50,7 @@ helm install preclear TrueCharts/preclear
**Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm
@@ -68,7 +69,7 @@ helm uninstall preclear
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline
#### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
@@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca
helm install preclear TrueCharts/preclear -f values.yaml
```
#### Connecting to other apps
#### Connecting to other charts
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide.
## Support