diff --git a/charts/stable/plex/Chart.yaml b/charts/stable/plex/Chart.yaml index c4f388f2..d965ac6f 100644 --- a/charts/stable/plex/Chart.yaml +++ b/charts/stable/plex/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: v1.24.1.4931-1a38e63c6 +appVersion: v1.25.9.5721-965587f64 description: Plex Media Server name: plex -version: 6.2.0 +version: 6.2.1 kubeVersion: ">=1.16.0-0" keywords: - plex @@ -22,4 +22,4 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: Upgraded `common` chart dependency to version `4.3.0`. + description: Update image to v1.25.9.5721-965587f64. diff --git a/charts/stable/plex/README.md b/charts/stable/plex/README.md index bf9dcb17..2f6dfa64 100644 --- a/charts/stable/plex/README.md +++ b/charts/stable/plex/README.md @@ -1,6 +1,6 @@ # plex -![Version: 6.2.0](https://img.shields.io/badge/Version-6.2.0-informational?style=flat-square) ![AppVersion: v1.24.1.4931-1a38e63c6](https://img.shields.io/badge/AppVersion-v1.24.1.4931--1a38e63c6-informational?style=flat-square) +![Version: 6.2.1](https://img.shields.io/badge/Version-6.2.1-informational?style=flat-square) ![AppVersion: v1.25.9.5721-965587f64](https://img.shields.io/badge/AppVersion-v1.25.9.5721--965587f64-informational?style=flat-square) Plex Media Server @@ -81,7 +81,7 @@ N/A | hostNetwork | bool | `false` | Enable devices to be discoverable | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/k8s-at-home/plex"` | image repository | -| image.tag | string | `"v1.24.1.4931-1a38e63c6"` | image tag | +| image.tag | string | chart.appVersion | 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. | | podSecurityContext | object | `{}` | Configure the Security Context for the Pod | diff --git a/charts/stable/plex/values.yaml b/charts/stable/plex/values.yaml index 5dcdeae5..f27bfdbc 100644 --- a/charts/stable/plex/values.yaml +++ b/charts/stable/plex/values.yaml @@ -8,8 +8,8 @@ image: # -- image repository repository: ghcr.io/k8s-at-home/plex - # -- image tag - tag: v1.24.1.4931-1a38e63c6 + # @default -- chart.appVersion + tag: # -- image pull policy pullPolicy: IfNotPresent