mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
Bump image versions (#36)
* bumping nzbget image versions * bumping radarr image versions
This commit is contained in:
parent
95ff428bd1
commit
703efb3748
@ -1,8 +1,8 @@
|
||||
apiVersion: v1
|
||||
appVersion: amd64-v21.0-r2302-ls8
|
||||
appVersion: v21.0-ls14
|
||||
description: NZBGet is a Usenet downloader client
|
||||
name: nzbget
|
||||
version: 2.0.5
|
||||
version: 2.0.6
|
||||
keywords:
|
||||
- nzbget
|
||||
- usenet
|
||||
|
@ -39,7 +39,7 @@ The following tables lists the configurable parameters of the Sentry chart and t
|
||||
| Parameter | Description | Default |
|
||||
|----------------------------|-------------------------------------|---------------------------------------------------------|
|
||||
| `image.repository` | Image repository | `linuxserver/nzbget` |
|
||||
| `image.tag` | Image tag. Possible values listed [here](https://hub.docker.com/r/linuxserver/nzbget/tags/).| `amd64-v21.0-r2302-ls8 `|
|
||||
| `image.tag` | Image tag. Possible values listed [here](https://hub.docker.com/r/linuxserver/nzbget/tags/).| `v21.0-ls14`|
|
||||
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `strategyType` | Specifies the strategy used to replace old Pods by new ones | `Recreate` |
|
||||
| `timezone` | Timezone the nzbget instance should run as, e.g. 'America/New_York' | `UTC` |
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
image:
|
||||
repository: linuxserver/nzbget
|
||||
tag: amd64-v21.0-r2302-ls8
|
||||
tag: v21.0-ls14
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# upgrade strategy type (e.g. Recreate or RollingUpdate)
|
||||
|
@ -1,8 +1,8 @@
|
||||
apiVersion: v1
|
||||
appVersion: amd64-v0.2.0.1293-ls9
|
||||
appVersion: amd64-v0.2.0.1344-ls17
|
||||
description: Radarr is a movie downloading client
|
||||
name: radarr
|
||||
version: 2.0.5
|
||||
version: 2.0.6
|
||||
keywords:
|
||||
- radarr
|
||||
- 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/radarr` |
|
||||
| `image.tag` | Image tag. Possible values listed [here](https://hub.docker.com/r/linuxserver/radarr/tags/).| `amd64-v0.2.0.1293-ls9`|
|
||||
| `image.tag` | Image tag. Possible values listed [here](https://hub.docker.com/r/linuxserver/radarr/tags/).| `amd64-v0.2.0.1344-ls17`|
|
||||
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `strategyType` | Specifies the strategy used to replace old Pods by new ones | `Recreate` |
|
||||
| `timezone` | Timezone the radarr instance should run as, e.g. 'America/New_York' | `UTC` |
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
image:
|
||||
repository: linuxserver/radarr
|
||||
tag: amd64-v0.2.0.1293-ls9
|
||||
tag: amd64-v0.2.0.1344-ls17
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# upgrade strategy type (e.g. Recreate or RollingUpdate)
|
||||
|
Loading…
Reference in New Issue
Block a user