[ombi] Upgraded application image version to 4.16.12 (#1575)

This commit is contained in:
Karan Samani 2022-05-20 00:59:24 +01:00 committed by GitHub
parent 33f07cea4e
commit 7bb7557710
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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