Skip to content

Tags: plexinc/pms-docker

Tags

helm-chart-1.6.0

Toggle helm-chart-1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add httpRoute label support (#170)

Add additional label support to the HTTPRoute template.

helm-chart-1.5.0

Toggle helm-chart-1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add support for Service.spec.trafficDistribution (#168)

Allow users to set trafficDistribution policy on the default Service.

Upgrade PMS tag to v1.43.0.10492

Prepare release v1.5.0

helm-chart-1.4.0

Toggle helm-chart-1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: prepare release v1.4.0 (#164)

Signed-off-by: Gaston Festari <cilindrox@gmail.com>

helm-chart-1.3.0

Toggle helm-chart-1.3.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
feat: add support for custom NVIDIA GPU device selection and capabili…

…ties (#161)

* Add support for custom NVIDIA GPU device selection and capabilities

Allow users to specify custom GPU devices and driver capabilities
for NVIDIA GPU workloads instead of using hardcoded defaults.

Changes:
- Add optional `pms.gpu.nvidia.devices` field (default: "all")
  Supports GPU indices, UUIDs, or "all" for all GPUs
- Add optional `pms.gpu.nvidia.capabilities` field
  (default: "compute,video,utility")
- Add documentation links to NVIDIA Container Toolkit docs
- Use Helm default function for cleaner template syntax

Users can now specify specific GPUs (e.g., "0,1" or by UUID) and
customize driver capabilities (compute, video, utility, graphics, etc.)
according to their workload requirements.

References:
- GPU enumeration: https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/docker-specialized.html#gpu-enumeration
- Driver capabilities: https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/docker-specialized.html#driver-capabilities

* docs: add NVIDIA GPU configuration options to README

Document new configurable fields for NVIDIA GPU support:
- pms.gpu.nvidia.devices: GPU device selection
- pms.gpu.nvidia.capabilities: Driver capabilities configuration

Include links to official NVIDIA Container Toolkit documentation
for GPU enumeration and driver capabilities.

Bump chart version.

* docs: update pms.nvidia values description

---------

Signed-off-by: Gaston Festari <cilindrox@gmail.com>
Co-authored-by: Gaston Festari <cilindrox@gmail.com>

helm-chart-1.2.0

Toggle helm-chart-1.2.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
feat: Add optional hostNetwork support for Pods to the helm chart (#159)

* feat: Add optional hostNetwork support for Pods

* feat(network): Add configurable hostNetwork and dnsPolicy parameters

* docs: update values reference

* chore: prepare release v1.2.0

---------

Co-authored-by: Gaston Festari <cilindrox@gmail.com>

helm-chart-1.1.3

Toggle helm-chart-1.1.3's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
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 <cilindrox@gmail.com>

helm-chart-1.1.2

Toggle helm-chart-1.1.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat: update plex-media-server to v1.42.1

Signed-off-by: Gaston Festari <gaston@plexapp.com>

helm-chart-1.1.1

Toggle helm-chart-1.1.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore: prepare release v1.1.1

helm-chart-1.1.0

Toggle helm-chart-1.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
build: add GH releases config template

helm-chart-1.0.3

Toggle helm-chart-1.0.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore: chart v1.0.3

Update README and bump chart version.