Files
charts/library/common-test/README.md
Kjeld Schouten-Lebbing 56211222bf Testing, BugFixes and Review Improvements
- Fix SabNZBD hostname whitelist issues
- Add transmission settings to GUI
- Fix some qbittorrent connection issues
- Remove Torrent Ingress
- Fix some device mounting gui issues
- Change repo url references
- Cleaning up the homepage
- Drop Deluge (App is not safe due to being mostly abandoned)
- Move Emby to own Non-Root container
- Create new trains and move charts->stable
- Add Plex app
- update emby and plex intel hardware support
- Implement new parallel CI for Apps
- Move PGID, PUID, TZ and UMASK settings to "Container Image" configuration
- Stop running some workflows on staging
- Add branch security trigger to matrix workflows

Co-authored-by: Troy Prelog <35702532+tprelog@users.noreply.github.com>
2021-03-17 17:20:26 +01:00

61 lines
2.5 KiB
Markdown

# common-test
![Version: 1.3.0](https://img.shields.io/badge/Version-1.3.0-informational?style=flat-square)
Helper chart to test different use cases of the common library
**Homepage:** <https://github.com/truecharts/apps/tree/master/charts/common-test>
## Maintainers
| Name | Email | Url |
| ---- | ------ | --- |
| truecharts | | |
## Requirements
Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| file://../common | common | n/a |
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| appAdditionalServices.extra-tcp.enabled | bool | `true` | |
| appAdditionalServices.extra-tcp.port.name | string | `"tcp-test"` | |
| appAdditionalServices.extra-tcp.port.port | int | `51414` | |
| appAdditionalServices.extra-tcp.port.protocol | string | `"TCP"` | |
| appAdditionalServices.extra-tcp.port.targetPort | int | `51414` | |
| appAdditionalServices.extra-tcp.type | string | `"ClusterIP"` | |
| appAdditionalServices.extra-udp.enabled | bool | `true` | |
| appAdditionalServices.extra-udp.port.name | string | `"udp-test"` | |
| appAdditionalServices.extra-udp.port.port | int | `51414` | |
| appAdditionalServices.extra-udp.port.protocol | string | `"UDP"` | |
| appAdditionalServices.extra-udp.port.targetPort | int | `51414` | |
| appAdditionalServices.extra-udp.type | string | `"ClusterIP"` | |
| appAdditionalServicesEnabled | bool | `true` | |
| appVolumeMounts.data.datasetName | string | `"data"` | |
| appVolumeMounts.data.emptyDir | bool | `true` | |
| appVolumeMounts.data.enabled | bool | `true` | |
| appVolumeMounts.data.hostPath | string | `""` | |
| appVolumeMounts.data.hostPathEnabled | bool | `false` | |
| appVolumeMounts.data.mountPath | string | `"/data"` | |
| appVolumeMounts.test.datasetName | string | `"test"` | |
| appVolumeMounts.test.emptyDir | bool | `true` | |
| appVolumeMounts.test.enabled | bool | `true` | |
| appVolumeMounts.test.hostPath | string | `""` | |
| appVolumeMounts.test.hostPathEnabled | bool | `false` | |
| appVolumeMounts.test.mountPath | string | `"/test"` | |
| fixMountPermissions | bool | `false` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"b4bz/homer"` | |
| image.tag | string | `"latest"` | |
| ingress.enabled | bool | `true` | |
| service.port.port | int | `8080` | |
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)