Files
truecharts/charts/stable/plex/values.yaml
T
TrueCharts BotandGitHub 3fa024187d chore(helm): update image ghcr.io/home-operations/plex 1.41.6.9685 → 1.41.7.9799 (#35562)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/home-operations/plex](https://ghcr.io/home-operations/plex)
([source](https://redirect.github.com/plexinc/pms-docker)) | patch |
`37d3664` -> `0c31ee1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-05-21 09:11:48 +00:00

57 lines
1.3 KiB
YAML

image:
repository: ghcr.io/home-operations/plex
pullPolicy: IfNotPresent
tag: 1.41.7.9799@sha256:0c31ee1ebee0b63ead2de2accc6c52b1e65e9322b39118715eeac8b2f2bb786f
service:
main:
ports:
main:
protocol: http
port: 32400
targetPort: 32400
persistence:
config:
enabled: true
mountPath: "/config"
transcode:
enabled: true
mountPath: "/transcode"
type: emptyDir
medium: Memory
targetSelectAll: true
plex:
# User Defined
serverIP: "127.0.0.1"
additionalAdvertiseURL: ""
disableGDM: true
requireHTTPS: false
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
enabled: true
path: /identity
readiness:
enabled: true
path: /identity
startup:
enabled: true
path: /identity
env:
PLEX_PREFERENCE_GDM: 'GdmEnabled={{ ternary "0" "1" .Values.plex.disableGDM }}'
# 0=Required, 1=Preferred
PLEX_PREFERENCE_SEC_CON: 'secureConnections={{ ternary "0" "1" .Values.plex.requireHTTPS }}'
# User Defined
ALLOWED_NETWORKS: "172.16.0.0/12,10.0.0.0/8,192.168.0.0/16"
PLEX_CLAIM: ""
resources:
limits:
cpu: 4000m
memory: 8000Mi
requests:
cpu: 500m
memory: 1000Mi