Files
truecharts/charts/stable/plex/values.yaml
TrueCharts Bot 861c95b897 chore(deps): update container image ghcr.io/onedr0p/plex to v1.40.0.7998-c29d4c0c8@6aee52b by renovate (#18413)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/plex](https://ghcr.io/onedr0p/plex)
([source](https://togithub.com/onedr0p/containers)) | minor |
`1.32.8.7639-fb6452ebf` -> `1.40.0.7998-c29d4c0c8` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMyIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-21 15:51:39 +01:00

53 lines
1.3 KiB
YAML

image:
repository: ghcr.io/onedr0p/plex
pullPolicy: IfNotPresent
tag: 1.40.0.7998-c29d4c0c8@sha256:6aee52b3ad59747bd8d794820be9771ab11d8ee60168c77ea2871f69301bdc35
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: ""
portal:
open:
enabled: true