build: automatic update of plex

updates image linuxserver/plex tag 'sha256:28f18c27b6822328df994154dbf7c0f511032d9f91bbd10881030b706afd8593' to '1.42.2.10156-f737b826c-ls288'
This commit is contained in:
argocd-image-updater
2026-01-11 17:04:12 +00:00
parent e474d0d882
commit e26b8401ef
+1 -11
View File
@@ -1,26 +1,18 @@
claimToken: "claim-E_NxQDtUMMVsLCBFvybK" claimToken: "claim-E_NxQDtUMMVsLCBFvybK"
image: image:
repository: linuxserver/plex repository: linuxserver/plex
tag: "latest" tag: "1.42.2.10156-f737b826c-ls288"
pullPolicy: Always pullPolicy: Always
kubePlex: kubePlex:
enabled: false # kubePlex (transcoder job) is disabled because not available on ARM. The transcoding will be performed by the main Plex instance instead of a separate Job. enabled: false # kubePlex (transcoder job) is disabled because not available on ARM. The transcoding will be performed by the main Plex instance instead of a separate Job.
timezone: Europe/Amsterdam timezone: Europe/Amsterdam
service: service:
type: LoadBalancer # We will use a LoadBalancer to obtain a virtual IP that can be exposed to Plex Media via our router type: LoadBalancer # We will use a LoadBalancer to obtain a virtual IP that can be exposed to Plex Media via our router
port: 32400 # Port to expose Plex port: 32400 # Port to expose Plex
rbac: rbac:
create: true create: true
nodeSelector: nodeSelector:
kubernetes.io/arch: amd64 kubernetes.io/arch: amd64
persistence: persistence:
transcode: transcode:
claimName: "plex-transcode" claimName: "plex-transcode"
@@ -28,13 +20,11 @@ persistence:
claimName: "plex-data" claimName: "plex-data"
config: config:
claimName: "plex-config" claimName: "plex-config"
# GPU support for hardware-accelerated transcoding # GPU support for hardware-accelerated transcoding
gpu: gpu:
enabled: true enabled: true
hostPath: "/dev/dri" hostPath: "/dev/dri"
mountPath: "/dev/dri" mountPath: "/dev/dri"
resources: resources:
requests: requests:
memory: "2Gi" memory: "2Gi"