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
appVersion: amd64-3.0.1.418-ls45
appVersion: amd64-2.0.0.5321-ls62
description: Sonarr is a television show downloading client
name: sonarr
version: 2.0.5
version: 2.0.6
keywords:
- sonarr
- usenet

View File

@ -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/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` |
| `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` |
@ -87,4 +87,4 @@ Alternatively, a YAML file that specifies the values for the above parameters ca
helm install --name my-release -f values.yaml stable/sonarr
```
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/sonarr/values.yaml) file. It has several commented out suggested values.
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/sonarr/values.yaml) file. It has several commented out suggested values.

View File

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