bumping sonarr image version (#35)

Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
Jeff Billimek 2019-05-27 21:41:44 -04:00 committed by GitHub
parent b527a7e0cd
commit 1db19435df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
apiVersion: v1 apiVersion: v1
appVersion: amd64-3.0.1.418-ls45 appVersion: amd64-2.0.0.5321-ls62
description: Sonarr is a television show downloading client description: Sonarr is a television show downloading client
name: sonarr name: sonarr
version: 2.0.5 version: 2.0.6
keywords: keywords:
- sonarr - sonarr
- 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/sonarr` | | `image.repository` | Image repository | `linuxserver/sonarr` |
| `image.tag` | Image tag. Possible values listed [here](https://hub.docker.com/r/linuxserver/sonarr/tags/).| `amd64-3.0.1.418-ls45`| | `image.tag` | Image tag. Possible values listed [here](https://hub.docker.com/r/linuxserver/sonarr/tags/).| `amd64-2.0.0.5321-ls62`|
| `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 sonarr instance should run as, e.g. 'America/New_York' | `UTC` | | `timezone` | Timezone the sonarr instance should run as, e.g. 'America/New_York' | `UTC` |

View File

@ -4,7 +4,7 @@
image: image:
repository: linuxserver/sonarr repository: linuxserver/sonarr
tag: amd64-3.0.1.418-ls45 tag: amd64-2.0.0.5321-ls62
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# upgrade strategy type (e.g. Recreate or RollingUpdate) # upgrade strategy type (e.g. Recreate or RollingUpdate)