mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
[ombi] Upgraded application image version to 4.16.12 (#1575)
This commit is contained in:
parent
33f07cea4e
commit
7bb7557710
@ -1,9 +1,9 @@
|
||||
---
|
||||
apiVersion: v2
|
||||
appVersion: version-v4.0.1430
|
||||
appVersion: 4.16.12
|
||||
description: Want a Movie or TV Show on Plex or Emby? Use Ombi!
|
||||
name: ombi
|
||||
version: 11.3.2
|
||||
version: 11.4.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- ombi
|
||||
@ -27,4 +27,4 @@ dependencies:
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded application image version to 4.16.12
|
||||
|
@ -1,6 +1,6 @@
|
||||
# ombi
|
||||
|
||||
![Version: 11.3.2](https://img.shields.io/badge/Version-11.3.2-informational?style=flat-square) ![AppVersion: version-v4.0.1430](https://img.shields.io/badge/AppVersion-version--v4.0.1430-informational?style=flat-square)
|
||||
![Version: 11.4.0](https://img.shields.io/badge/Version-11.4.0-informational?style=flat-square) ![AppVersion: 4.16.12](https://img.shields.io/badge/AppVersion-4.16.12-informational?style=flat-square)
|
||||
|
||||
Want a Movie or TV Show on Plex or Emby? Use Ombi!
|
||||
|
||||
@ -82,14 +82,14 @@ N/A
|
||||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"ghcr.io/linuxserver/ombi"` | image repository |
|
||||
| image.tag | string | `"version-v4.0.1430"` | image tag |
|
||||
| image.tag | string | `"4.16.12"` | image tag |
|
||||
| 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. |
|
||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 11.3.2
|
||||
### Version 11.4.0
|
||||
|
||||
#### Added
|
||||
|
||||
@ -97,7 +97,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded application image version to 4.16.12
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
@ -8,8 +8,8 @@
|
||||
image:
|
||||
# -- image repository
|
||||
repository: ghcr.io/linuxserver/ombi
|
||||
# -- image tag
|
||||
tag: version-v4.0.1430
|
||||
# @default -- chart.appVersion
|
||||
tag:
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user