Skip to content

Commit a67a8cf

Browse files
xvilocilindrox
andauthored
feat: update Plex version (#158)
* Update Plex version in Chart.yaml * Update image tag * Update README.md * docs: update readme badge link --------- Co-authored-by: Gaston Festari <[email protected]>
1 parent 8536496 commit a67a8cf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/plex-media-server/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ type: application
2222
# This is the chart version. This version number should be incremented each time you make changes
2323
# to the chart and its templates, including the app version.
2424
# Versions are expected to follow Semantic Versioning (https://semver.org/)
25-
version: 1.1.2
25+
version: 1.1.3
2626

2727
# This is the version number of the application being deployed. This version number should be
2828
# incremented each time you make changes to the application. Versions are not expected to
2929
# follow Semantic Versioning. They should reflect the version the application is using.
3030
# It is recommended to use it with quotes.
31-
appVersion: "1.42.1"
31+
appVersion: "1.42.2"
3232

3333
sources:
3434
- https://github.com/plexinc/pms-docker

charts/plex-media-server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# plex-media-server
22

3-
![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)
3+
![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)
44

55
**Homepage:** <https://www.plex.tv>
66

@@ -109,7 +109,7 @@ Before contributing, please read the [Code of Conduct](../../CODE_OF_CONDUCT.md)
109109
| extraVolumes | list | `[]` | Optionally specify additional volumes for the pod. |
110110
| fullnameOverride | string | `""` | |
111111
| global.imageRegistry | string | `""` | Allow parent charts to override registry hostname |
112-
| 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 |
112+
| 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 |
113113
| image.registry | string | `"index.docker.io"` | The public dockerhub registry |
114114
| imagePullSecrets | list | `[]` | |
115115
| ingress.annotations | object | `{}` | Custom annotations to put on the ingress resource |

charts/plex-media-server/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ image:
44
registry: index.docker.io
55
repository: plexinc/pms-docker
66
# renovate: datasource=custom.plex depName=plex versioning=loose
7-
tag: "1.42.1.10054-f333bdaa8"
7+
tag: "1.42.2.10156-f737b826c"
88
sha: ""
99
pullPolicy: IfNotPresent
1010

0 commit comments

Comments
 (0)