diff --git a/cluster/apps/media/plex/helm-release.yaml b/cluster/apps/media/plex/helm-release.yaml index 7636da0fe..6956abcd2 100644 --- a/cluster/apps/media/plex/helm-release.yaml +++ b/cluster/apps/media/plex/helm-release.yaml @@ -1,4 +1,3 @@ ---- apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease metadata: @@ -25,7 +24,7 @@ spec: values: image: repository: ghcr.io/k8s-at-home/plex # {"$imagepolicy": "flux-system:plex:name"} - tag: v1.25.3.5409-f11334058 # {"$imagepolicy": "flux-system:plex:tag"} + tag: v1.26.2.5797-5bd057d2b # {"$imagepolicy": "flux-system:plex:tag"} imagePullPolicy: IfNotPresent env: TZ: "${TZ}" @@ -57,7 +56,6 @@ spec: - 65541 - 65536 - 65537 - service: main: type: LoadBalancer @@ -69,7 +67,6 @@ spec: coredns.io/hostname: plex port: port: 32400 - ingress: main: enabled: true @@ -93,7 +90,6 @@ spec: - hosts: - "{{ (index .Values.ingress.main.hosts 0).host }}" secretName: "tls.plex" - persistence: config: enabled: true @@ -126,14 +122,12 @@ spec: existingClaim: nfs-misc-pvc mountPath: /DataR readOnly: false - podAnnotations: backup.velero.io/backup-volumes: config # pre.hook.backup.velero.io/container: fsfreeze # pre.hook.backup.velero.io/command: '["/sbin/fsfreeze", "--freeze", "/data"]' # post.hook.backup.velero.io/container: fsfreeze # post.hook.backup.velero.io/command: '["/sbin/fsfreeze", "--unfreeze", "/data"]' - resources: requests: cpu: 100m @@ -142,7 +136,6 @@ spec: limits: gpu.intel.com/i915: 1 memory: 9000Mi - affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: @@ -171,12 +164,12 @@ spec: securityContext: runAsUser: 0 - # additionalContainers: - # fsfreeze: - # name: fsfreeze - # image: ghcr.io/k8s-at-home/fsfreeze:v2.37-r0 - # volumeMounts: - # - name: config - # mountPath: /data - # securityContext: - # privileged: true +# additionalContainers: +# fsfreeze: +# name: fsfreeze +# image: ghcr.io/k8s-at-home/fsfreeze:v2.37-r0 +# volumeMounts: +# - name: config +# mountPath: /data +# securityContext: +# privileged: true