From 0a9203ec649cf662a454b265cf4aaf74ea21b6cb Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Thu, 2 Apr 2020 12:01:44 -0400 Subject: [PATCH] [lidarr] fix up docs (#193) --- charts/lidarr/Chart.yaml | 4 ++-- charts/lidarr/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/lidarr/Chart.yaml b/charts/lidarr/Chart.yaml index 7f06f546..4aa0c092 100644 --- a/charts/lidarr/Chart.yaml +++ b/charts/lidarr/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 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 -version: 1.0.0 +version: 1.0.1 keywords: - lidarr - usenet diff --git a/charts/lidarr/README.md b/charts/lidarr/README.md index 1f082ea5..f87f45d0 100644 --- a/charts/lidarr/README.md +++ b/charts/lidarr/README.md @@ -34,7 +34,7 @@ The following tables lists the configurable parameters of the Sentry chart and t | Parameter | Description | Default | |----------------------------|-------------------------------------|---------------------------------------------------------| | `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` | | `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` |