From 7bb75577102e4355f1351f9c974752e60de5226a Mon Sep 17 00:00:00 2001 From: Karan Samani Date: Fri, 20 May 2022 00:59:24 +0100 Subject: [PATCH] [ombi] Upgraded application image version to 4.16.12 (#1575) --- charts/stable/ombi/Chart.yaml | 6 +++--- charts/stable/ombi/README.md | 8 ++++---- charts/stable/ombi/values.yaml | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/stable/ombi/Chart.yaml b/charts/stable/ombi/Chart.yaml index ce9e3608..8a237c97 100644 --- a/charts/stable/ombi/Chart.yaml +++ b/charts/stable/ombi/Chart.yaml @@ -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 diff --git a/charts/stable/ombi/README.md b/charts/stable/ombi/README.md index cf3828f4..aebcd636 100644 --- a/charts/stable/ombi/README.md +++ b/charts/stable/ombi/README.md @@ -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 diff --git a/charts/stable/ombi/values.yaml b/charts/stable/ombi/values.yaml index 97cfaadf..4a77d468 100644 --- a/charts/stable/ombi/values.yaml +++ b/charts/stable/ombi/values.yaml @@ -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