From 752d55a9a305f50991af64f71eb2df99e1749584 Mon Sep 17 00:00:00 2001 From: Sem Schilder Date: Sun, 5 Oct 2025 18:06:13 +0200 Subject: [PATCH 1/4] Update Plex version in Chart.yaml --- charts/plex-media-server/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/plex-media-server/Chart.yaml b/charts/plex-media-server/Chart.yaml index 61f1ed9e..f4210a9d 100644 --- a/charts/plex-media-server/Chart.yaml +++ b/charts/plex-media-server/Chart.yaml @@ -22,13 +22,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.1.2 +version: 1.1.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.42.1" +appVersion: "1.42.2" sources: - https://github.com/plexinc/pms-docker From 9475c2121960f88b3ccedd7d2090eae8c8d2bd26 Mon Sep 17 00:00:00 2001 From: Sem Schilder Date: Sun, 5 Oct 2025 18:06:50 +0200 Subject: [PATCH 2/4] Update image tag --- charts/plex-media-server/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/plex-media-server/values.yaml b/charts/plex-media-server/values.yaml index de7c1bf4..d7bdd997 100644 --- a/charts/plex-media-server/values.yaml +++ b/charts/plex-media-server/values.yaml @@ -4,7 +4,7 @@ image: registry: index.docker.io repository: plexinc/pms-docker # renovate: datasource=custom.plex depName=plex versioning=loose - tag: "1.42.1.10054-f333bdaa8" + tag: "1.42.2.10156-f737b826c" sha: "" pullPolicy: IfNotPresent From a2f35c15c77f59a0437994ea40512e624b41d910 Mon Sep 17 00:00:00 2001 From: Sem Schilder Date: Sun, 5 Oct 2025 18:11:43 +0200 Subject: [PATCH 3/4] Update README.md --- charts/plex-media-server/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/plex-media-server/README.md b/charts/plex-media-server/README.md index 40cbb007..0498f375 100644 --- a/charts/plex-media-server/README.md +++ b/charts/plex-media-server/README.md @@ -1,6 +1,6 @@ # plex-media-server -![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.42.1](https://img.shields.io/badge/AppVersion-1.42.1-informational?style=flat-square) +![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.42.2](https://img.shields.io/badge/AppVersion-1.42.2-informational?style=flat-square) **Homepage:** @@ -109,7 +109,7 @@ Before contributing, please read the [Code of Conduct](../../CODE_OF_CONDUCT.md) | extraVolumes | list | `[]` | Optionally specify additional volumes for the pod. | | fullnameOverride | string | `""` | | | global.imageRegistry | string | `""` | Allow parent charts to override registry hostname | -| image | object | `{"pullPolicy":"IfNotPresent","registry":"index.docker.io","repository":"plexinc/pms-docker","sha":"","tag":"1.42.1.10054-f333bdaa8"}` | The docker image information for the pms application | +| image | object | `{"pullPolicy":"IfNotPresent","registry":"index.docker.io","repository":"plexinc/pms-docker","sha":"","tag":"1.42.2.10156-f737b826c"}` | The docker image information for the pms application | | image.registry | string | `"index.docker.io"` | The public dockerhub registry | | imagePullSecrets | list | `[]` | | | ingress.annotations | object | `{}` | Custom annotations to put on the ingress resource | From 281a5aa1f7324519f352baaeaada647b274757c5 Mon Sep 17 00:00:00 2001 From: Gaston Festari Date: Mon, 6 Oct 2025 13:38:04 -0300 Subject: [PATCH 4/4] docs: update readme badge link --- charts/plex-media-server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/plex-media-server/README.md b/charts/plex-media-server/README.md index 0498f375..087aa46c 100644 --- a/charts/plex-media-server/README.md +++ b/charts/plex-media-server/README.md @@ -1,6 +1,6 @@ # plex-media-server -![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.42.2](https://img.shields.io/badge/AppVersion-1.42.2-informational?style=flat-square) +![Version: 1.1.3](https://img.shields.io/badge/Version-1.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.42.2](https://img.shields.io/badge/AppVersion-1.42.2-informational?style=flat-square) **Homepage:**