mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
[Plex] Update Plex image to v1.25.9.5721-965587f64 (#1508)
* Update Plex to v1.25.9.5721-965587f64 * add change annotation * use chart.appVersion as default image tag
This commit is contained in:
parent
506dccddc7
commit
66a65617cc
@ -1,8 +1,8 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: v1.24.1.4931-1a38e63c6
|
appVersion: v1.25.9.5721-965587f64
|
||||||
description: Plex Media Server
|
description: Plex Media Server
|
||||||
name: plex
|
name: plex
|
||||||
version: 6.2.0
|
version: 6.2.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- plex
|
- plex
|
||||||
@ -22,4 +22,4 @@ dependencies:
|
|||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Update image to v1.25.9.5721-965587f64.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# plex
|
# 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
|
Plex Media Server
|
||||||
|
|
||||||
@ -81,7 +81,7 @@ N/A
|
|||||||
| hostNetwork | bool | `false` | Enable devices to be discoverable |
|
| hostNetwork | bool | `false` | Enable devices to be discoverable |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||||
| image.repository | string | `"ghcr.io/k8s-at-home/plex"` | image repository |
|
| 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. |
|
| 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. |
|
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||||
| podSecurityContext | object | `{}` | Configure the Security Context for the Pod |
|
| podSecurityContext | object | `{}` | Configure the Security Context for the Pod |
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
image:
|
image:
|
||||||
# -- image repository
|
# -- image repository
|
||||||
repository: ghcr.io/k8s-at-home/plex
|
repository: ghcr.io/k8s-at-home/plex
|
||||||
# -- image tag
|
# @default -- chart.appVersion
|
||||||
tag: v1.24.1.4931-1a38e63c6
|
tag:
|
||||||
# -- image pull policy
|
# -- image pull policy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user