mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
bumping sonarr image version (#35)
Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
parent
b527a7e0cd
commit
1db19435df
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user