From 286fc769bff0c0a32aa10aa1581caff0f1e6996f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 00:50:17 -0500 Subject: [PATCH] :arrow_up: Update ghcr.io/linuxserver/plex Docker tag to version-1.32.3.7192-7aa441827 (#195) * :arrow_up: Update ghcr.io/linuxserver/plex Docker tag to version-1.32.3.7192-7aa441827 * :wrench: Update chart metadata --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] --- charts/plex/Chart.yaml | 6 +++--- charts/plex/README.md | 8 ++++---- charts/plex/values.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/plex/Chart.yaml b/charts/plex/Chart.yaml index 0bdb12c1e..3de76eb0d 100644 --- a/charts/plex/Chart.yaml +++ b/charts/plex/Chart.yaml @@ -4,9 +4,9 @@ description: Plex organizes all of your personal media so you can enjoy it no ma home: https://charts.gabe565.com/charts/plex/ icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/plex/icon.svg type: application -version: 0.3.3 +version: 0.3.4 # renovate datasource=docker depName=ghcr.io/linuxserver/plex -appVersion: version-1.32.3.7162-b0a36929b +appVersion: version-1.32.3.7192-7aa441827 kubeVersion: ">=1.22.0-0" keywords: - media @@ -19,7 +19,7 @@ sources: annotations: artifacthub.io/changes: |- - kind: changed - description: Update ghcr.io/linuxserver/plex Docker tag to version-1.32.3.7162-b0a36929b + description: Update ghcr.io/linuxserver/plex Docker tag to version-1.32.3.7192-7aa441827 artifacthub.io/links: |- - name: App homepage url: https://plex.tv diff --git a/charts/plex/README.md b/charts/plex/README.md index 1d772a5d2..ec0cdc86c 100644 --- a/charts/plex/README.md +++ b/charts/plex/README.md @@ -2,16 +2,16 @@ plex logo -![Version: 0.3.3](https://img.shields.io/badge/Version-0.3.3-informational?style=flat) +![Version: 0.3.4](https://img.shields.io/badge/Version-0.3.4-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) -![AppVersion: version-1.32.3.7162-b0a36929b](https://img.shields.io/badge/AppVersion-version--1.32.3.7162--b0a36929b-informational?style=flat) +![AppVersion: version-1.32.3.7192-7aa441827](https://img.shields.io/badge/AppVersion-version--1.32.3.7192--7aa441827-informational?style=flat) Plex organizes all of your personal media so you can enjoy it no matter where you are. **Homepage:** **This chart is not maintained by the upstream project and any issues with the chart should be raised -[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=plex&version=0.3.3)** +[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=plex&version=0.3.4)** ## Source Code @@ -129,7 +129,7 @@ to `/transcode`. | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/linuxserver/plex"` | image repository | -| image.tag | string | `"version-1.32.3.7162-b0a36929b"` | image tag | +| image.tag | string | `"version-1.32.3.7192-7aa441827"` | image tag | | ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. | | persistence.config | object | See [values.yaml](./values.yaml) | Configure persistence settings for the chart under this key. | | persistence.media | object | See [values.yaml](./values.yaml) | Configure media volume under this key (or under `tv` and `movies`, etc). | diff --git a/charts/plex/values.yaml b/charts/plex/values.yaml index 738bc6304..3b7a020b9 100644 --- a/charts/plex/values.yaml +++ b/charts/plex/values.yaml @@ -11,7 +11,7 @@ image: # -- image pull policy pullPolicy: IfNotPresent # -- image tag - tag: version-1.32.3.7162-b0a36929b + tag: version-1.32.3.7192-7aa441827 # -- Environment variables. [[ref]](https://github.com/linuxserver/docker-plex#parameters) # @default -- See [values.yaml](./values.yaml)