mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
[prowlarr] Uplifted the docker image to use the latest nightly release (#1526)
Signed-off-by: Karan Samani <karan_samani@yahoo.co.in>
This commit is contained in:
parent
147378866f
commit
3d590ced65
@ -1,8 +1,8 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: v0.1.0.421
|
appVersion: v0.3.0.1710
|
||||||
description: Indexer manager/proxy built on the popular arr net base stack to integrate with your various PVR apps.
|
description: Indexer manager/proxy built on the popular arr net base stack to integrate with your various PVR apps.
|
||||||
name: prowlarr
|
name: prowlarr
|
||||||
version: 4.2.0
|
version: 4.3.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- prowlarr
|
- prowlarr
|
||||||
@ -23,4 +23,4 @@ dependencies:
|
|||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Uplifted the docker image to use the latest version v0.3.0.1710
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# prowlarr
|
# prowlarr
|
||||||
|
|
||||||
![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: v0.1.0.421](https://img.shields.io/badge/AppVersion-v0.1.0.421-informational?style=flat-square)
|
![Version: 4.3.0](https://img.shields.io/badge/Version-4.3.0-informational?style=flat-square) ![AppVersion: v0.3.0.1710](https://img.shields.io/badge/AppVersion-v0.3.0.1710-informational?style=flat-square)
|
||||||
|
|
||||||
Indexer manager/proxy built on the popular arr net base stack to integrate with your various PVR apps.
|
Indexer manager/proxy built on the popular arr net base stack to integrate with your various PVR apps.
|
||||||
|
|
||||||
@ -80,14 +80,14 @@ N/A
|
|||||||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||||
| image.repository | string | `"ghcr.io/k8s-at-home/prowlarr"` | image repository |
|
| image.repository | string | `"ghcr.io/k8s-at-home/prowlarr"` | image repository |
|
||||||
| image.tag | string | `"v0.1.0.421"` | image tag |
|
| image.tag | string | `"v0.3.0.1710"` | image tag |
|
||||||
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
|
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
|
||||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 4.2.0
|
### Version 4.3.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@ -95,7 +95,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Uplifted the docker image to use the latest version v0.3.0.1710
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
image:
|
image:
|
||||||
# -- image repository
|
# -- image repository
|
||||||
repository: ghcr.io/k8s-at-home/prowlarr
|
repository: ghcr.io/k8s-at-home/prowlarr
|
||||||
# -- image tag
|
# @default -- chart.appVersion
|
||||||
tag: v0.1.0.421
|
tag:
|
||||||
# -- image pull policy
|
# -- image pull policy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user