Skip to content

Commit

Permalink
chore(deps): update ghcr.io/linuxserver/plex docker tag to version-1.…
Browse files Browse the repository at this point in the history
…32.6.7557-1cf77d501 (#355)

* chore(deps): update ghcr.io/linuxserver/plex docker tag to version-1.32.6.7557-1cf77d501

* 🔧 Update chart metadata

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Sep 27, 2023
1 parent 92b711b commit e8ec96d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/plex/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9
version: 0.3.10
# renovate datasource=docker depName=ghcr.io/linuxserver/plex
appVersion: version-1.32.6.7468-07e0d4a7e
appVersion: version-1.32.6.7557-1cf77d501
kubeVersion: ">=1.22.0-0"
keywords:
- media
Expand All @@ -19,7 +19,7 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update ghcr.io/linuxserver/plex docker tag to version-1.32.6.7468-07e0d4a7e
description: Update ghcr.io/linuxserver/plex docker tag to version-1.32.6.7557-1cf77d501
artifacthub.io/links: |-
- name: App homepage
url: https://plex.tv
Expand Down
8 changes: 4 additions & 4 deletions charts/plex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

<img src="https://raw.githubusercontent.com/gabe565/charts/main/charts/plex/icon.svg" align="right" width="92" alt="plex logo">

![Version: 0.3.9](https://img.shields.io/badge/Version-0.3.9-informational?style=flat)
![Version: 0.3.10](https://img.shields.io/badge/Version-0.3.10-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: version-1.32.6.7468-07e0d4a7e](https://img.shields.io/badge/AppVersion-version--1.32.6.7468--07e0d4a7e-informational?style=flat)
![AppVersion: version-1.32.6.7557-1cf77d501](https://img.shields.io/badge/AppVersion-version--1.32.6.7557--1cf77d501-informational?style=flat)

Plex organizes all of your personal media so you can enjoy it no matter where you are.

**Homepage:** <https://charts.gabe565.com/charts/plex/>

**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.9)**
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=plex&version=0.3.10)**

## Source Code

Expand Down Expand Up @@ -131,7 +131,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.6.7468-07e0d4a7e"` | image tag |
| image.tag | string | `"version-1.32.6.7557-1cf77d501"` | 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). |
Expand Down
2 changes: 1 addition & 1 deletion charts/plex/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
tag: version-1.32.6.7468-07e0d4a7e
tag: version-1.32.6.7557-1cf77d501

# -- Environment variables. [[ref]](https://github.com/linuxserver/docker-plex#parameters)
# @default -- See [values.yaml](./values.yaml)
Expand Down

0 comments on commit e8ec96d

Please sign in to comment.