Commit Graph

131 Commits

Author SHA1 Message Date
argocd-image-updater 4baced68c1 build: automatic update of plex
updates image linuxserver/plex tag 'sha256:28f18c27b6822328df994154dbf7c0f511032d9f91bbd10881030b706afd8593' to 'sha256:a4749f3b84dc3f923a7bd4d2bc4ddc1e871b5a656b62022d3827d3d98afd5efd'
2025-11-10 09:38:22 +00:00
argocd-image-updater 95b491083b build: automatic update of plex
updates image linuxserver/plex tag 'sha256:28f18c27b6822328df994154dbf7c0f511032d9f91bbd10881030b706afd8593' to 'sha256:a59133e5b94b3ca19158e4ab272657c77c62dc9abdbebe1172b7657da138badb'
2025-10-27 09:38:19 +00:00
argocd-image-updater d833f1d885 build: automatic update of plex
updates image linuxserver/plex tag 'sha256:28f18c27b6822328df994154dbf7c0f511032d9f91bbd10881030b706afd8593' to 'sha256:b13c1a01150225d88085214dc3deabb41985fa5427766c0126c84780d156b9a9'
2025-10-13 09:39:56 +00:00
argocd-image-updater f7faecab76 build: automatic update of plex
updates image linuxserver/plex tag 'sha256:28f18c27b6822328df994154dbf7c0f511032d9f91bbd10881030b706afd8593' to 'sha256:06f1ee577e910c8cd2dbd9a9bcca82750d1678f994f6d754e55bc3d5f0d699cb'
2025-10-06 09:38:42 +00:00
argocd-image-updater b33b3a460d build: automatic update of plex
updates image linuxserver/plex tag 'sha256:28f18c27b6822328df994154dbf7c0f511032d9f91bbd10881030b706afd8593' to 'sha256:57c690bb1a54685e626b730b01d8b40e25ddd468df1cf63374d85b0b16490f5c'
2025-09-29 09:36:49 +00:00
argocd-image-updater b8ee971988 build: automatic update of plex
updates image linuxserver/plex tag 'sha256:28f18c27b6822328df994154dbf7c0f511032d9f91bbd10881030b706afd8593' to 'sha256:fb775e66e1dfcac73d1a909636b9884d753849c4846c262d9471cb574f75d2d7'
2025-09-22 18:58:02 +00:00
argocd-image-updater 0a80e6cfc2 build: automatic update of plex
updates image linuxserver/plex tag 'sha256:28f18c27b6822328df994154dbf7c0f511032d9f91bbd10881030b706afd8593' to 'sha256:3380d8901bf62a9b2246e665d6b8d1f9e03847327b539fb95feef681a8a171ff'
2025-09-15 09:36:25 +00:00
argocd-image-updater f49cd48a88 build: automatic update of plex
updates image linuxserver/plex tag 'dummy' to 'sha256:28f18c27b6822328df994154dbf7c0f511032d9f91bbd10881030b706afd8593'
2025-08-15 15:45:02 +00:00
argocd-image-updater a5d9297b70 build: automatic update of plex
updates image linuxserver/plex tag '1.41.8' to 'version-1.42.1.10060-4e8b05daf'
2025-08-15 15:42:47 +00:00
gilgamezh 5a81df25db fix: remove duplicate port definition in kube-plex deployment
- Remove duplicate containerPort 32400 (http port)
- Keep pms port (32400) and https port (32443)
- Fixes ArgoCD deployment conflict with existing Helm release
2025-08-15 17:29:29 +02:00
gilgamezh 1bc376f4f1 Add configurable GPU support for hardware transcoding
- Add gpu configuration section to values.yaml with enable/disable toggle
- Make hostPath and mountPath configurable with sensible defaults (/dev/dri)
- Update deployment template with conditional GPU volume mounting
- GPU support is disabled by default for backward compatibility
- When enabled, mounts host GPU devices for hardware-accelerated transcoding

Usage:
  gpu:
    enabled: true
    hostPath: "/dev/dri"      # Host GPU device path
    mountPath: "/dev/dri"     # Container mount path

This allows users to easily enable GPU acceleration while maintaining
flexibility for different GPU setups and container paths.
2025-07-28 14:35:14 +02:00
James Munnelly 74c7ede426 Merge pull request #104 from tedder/patch-1
add a hint about type=loadbalancer
2020-06-12 10:05:21 +01:00
Ted Timmons 53976c601f add a hint about type=loadbalancer
I couldn't figure out why setting a LB IP didn't change the service type, so I dug into the template and saw that it is switched by `type`.
2020-06-03 09:06:39 -07:00
Devin Buhl fc929e29f8 Add deploymentAnnotations (#86)
* add deploymentAnnotations

* remove duplicate podAnnotation
2020-03-03 10:33:09 +00:00
Devin Buhl 1e3785dc15 Set revisionHistoryLimit to 3 (#88) 2020-03-03 10:32:05 +00:00
Drew Stinnett 03dfd95664 Adding in option for additional mounts (#79) 2020-02-04 20:04:32 +00:00
Devin Buhl 7c2ec8721c allow to change accessmode for transode volume (#85) 2020-02-04 19:41:35 +00:00
Cristian e853014021 Fix claimName for existent pvc (#77) 2020-01-11 16:47:05 +00:00
hogtrough 5194fc4db7 Update README.md (#72)
Update helm command to new usage for name
2020-01-10 20:05:49 +00:00
Cristian 177f5ad965 Allow to specify "access mode" to data pvc (#76)
* Allow to specify "access mode" to data pvc

* Updated readme

* Updated values
2020-01-10 20:04:03 +00:00
Cristian a8c616065c Add affinity and tolerations (#75)
* Add affinity and tolerations

This is useful when running on clusters with more than one worker where one would like to pin plex to a specific node.

* Add docs to vaules.yaml

* Added tolerations and affinity to readme
2020-01-08 13:52:09 +00:00
Zee Ahmed b49dc17484 Merge pull request #65 from msenebald/http_proxy
introduced new environmental variables for use of proxy within pms
2019-10-16 20:21:01 +01:00
Martin Senebald 46042491e1 bump Chart version to 0.2.5 2019-08-03 14:25:07 +02:00
Martin Senebald 0921337faf introduced new environmental variables for use of proxy within pms 2019-08-03 13:47:46 +02:00
Zee Ahmed 78093c6ef6 Merge pull request #64 from billimek/annotations
support for pod annotations
2019-07-18 14:11:58 +01:00
Jeff Billimek f549b2d735 support for pod annotations
Signed-off-by: Jeff Billimek <jeff@billimek.com>
2019-07-11 23:14:57 -04:00
James Munnelly 240c687c41 Merge pull request #62 from zee-ahmed/master
Updating plex media server to 1.16.0.1226-7eb2c8f6f
2019-06-25 15:15:53 +02:00
Zee bfc858e49f Updating plex media server to 1.16.0.1226-7eb2c8f6f 2019-06-25 14:11:06 +01:00
Zee Ahmed 88de9b9c55 Merge pull request #54 from yoshwata/yoshwata-patch-1
Update README.md
2019-06-24 17:22:23 +01:00
Yoshiyuki 584443aa4a Update README.md 2019-05-02 12:02:21 +09:00
James Munnelly 54f8b02777 Merge pull request #50 from billimek/persistence-options
different persistence accessmodes for config files
2019-04-29 12:40:21 +01:00
Jeff Billimek df2326f9d7 this should default to ReadWriteMany
Signed-off-by: Jeff Billimek <jeff@billimek.com>
2019-01-24 08:49:11 -05:00
Jeff Billimek ba9ed1b38c Merge remote-tracking branch 'upstream/master' into persistence-options
* upstream/master:
  Create LICENSE
  making probe timeouts more lenient
  enable healthchecks
2019-01-24 08:48:11 -05:00
James Munnelly ff5853121e Create LICENSE 2019-01-24 13:33:33 +00:00
James Munnelly 60ee12b7bb Merge pull request #48 from billimek/healthcheck
enable healthchecks
2019-01-24 13:30:04 +00:00
Jeff Billimek 8ff5b97832 different persistence accessmodes for config files 2019-01-22 20:57:51 -05:00
Jeff Billimek 9771771bcc making probe timeouts more lenient 2019-01-22 08:16:23 -05:00
Jeff Billimek 7d5a90db0a enable healthchecks
Fixes #47

Signed-off-by: Jeff Billimek <jeff@billimek.com>
2019-01-18 16:33:47 +00:00
James Munnelly df3daeafd7 Merge pull request #40 from regisbsb/patch-1
Update README.md
2018-12-06 13:31:50 +00:00
James Munnelly 979229c56a Merge pull request #35 from billimek/service-features
service enhancement
2018-12-06 13:31:15 +00:00
Regis Bittencourt 6a29e000c1 Update README.md
persistent
2018-11-18 20:47:06 +00:00
Jeff Billimek 09bd923465 including needed ports in deployment spec
Signed-off-by: Jeff Billimek <jeff@billimek.com>
2018-11-05 13:15:10 -05:00
Jeff Billimek 0c5036d33b removing cruft
Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>
2018-11-05 11:34:08 -05:00
Jeff Billimek 6dc2ac41e0 reverting claimName changes
Signed-off-by: Jeff Billimek <jeff@billimek.com>
2018-11-05 11:32:10 -05:00
Jeff Billimek 943a4c934b cleaning-up claimName settings
Signed-off-by: Jeff Billimek <jeff@billimek.com>
2018-11-05 11:32:10 -05:00
Jeff Billimek 823e436d87 enriching service options
Signed-off-by: Jeff Billimek <jeff@billimek.com>
2018-11-05 11:32:10 -05:00
James Munnelly 723b0c710f Merge pull request #36 from billimek/chart-and-readme
fleshing-out Chart.yaml and values documentation
2018-11-05 16:16:49 +00:00
James Munnelly 38e97aabe4 Merge branch 'master' into chart-and-readme 2018-11-05 16:15:52 +00:00
James Munnelly 78e252e60b Merge pull request #34 from billimek/subpath
support for SubPaths
2018-11-05 16:11:19 +00:00
Jeff Billimek 0dabed6a2d typos
Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>
2018-11-05 10:55:20 -05:00