[lidarr] fix up docs (#193)

This commit is contained in:
Devin Buhl 2020-04-02 12:01:44 -04:00 committed by GitHub
parent 57b0a62907
commit 0a9203ec64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
apiVersion: v1 apiVersion: v1
appVersion: 0.7.1.1381-ls7 appVersion: 0.7.1.1381-ls7
description: ooks and smells like Sonarr but made for music. description: Looks and smells like Sonarr but made for music.
name: lidarr name: lidarr
version: 1.0.0 version: 1.0.1
keywords: keywords:
- lidarr - lidarr
- usenet - usenet

View File

@ -34,7 +34,7 @@ The following tables lists the configurable parameters of the Sentry chart and t
| Parameter | Description | Default | | Parameter | Description | Default |
|----------------------------|-------------------------------------|---------------------------------------------------------| |----------------------------|-------------------------------------|---------------------------------------------------------|
| `image.repository` | Image repository | `linuxserver/lidarr` | | `image.repository` | Image repository | `linuxserver/lidarr` |
| `image.tag` | Image tag. Possible values listed [here](https://hub.docker.com/r/linuxserver/lidarr/tags/).| `amd64-v0.2.0.1344-ls17`| | `image.tag` | Image tag. Possible values listed [here](https://hub.docker.com/r/linuxserver/lidarr/tags/).| `0.7.1.1381-ls7`|
| `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `strategyType` | Specifies the strategy used to replace old Pods by new ones | `Recreate` | | `strategyType` | Specifies the strategy used to replace old Pods by new ones | `Recreate` |
| `timezone` | Timezone the lidarr instance should run as, e.g. 'America/New_York' | `UTC` | | `timezone` | Timezone the lidarr instance should run as, e.g. 'America/New_York' | `UTC` |