diff --git a/sonarr/Chart.yaml b/sonarr/Chart.yaml index 69149ba8..d700d48a 100644 --- a/sonarr/Chart.yaml +++ b/sonarr/Chart.yaml @@ -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 diff --git a/sonarr/README.md b/sonarr/README.md index 9575e8a2..769f958e 100644 --- a/sonarr/README.md +++ b/sonarr/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/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. \ No newline at end of file +Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/sonarr/values.yaml) file. It has several commented out suggested values. diff --git a/sonarr/values.yaml b/sonarr/values.yaml index 54b087cf..7e05bbe8 100644 --- a/sonarr/values.yaml +++ b/sonarr/values.yaml @@ -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)