This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/truecharts/watcharr](https://togithub.com/truecharts/containers) | minor | `v1.16.1` -> `v1.21.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy42Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNjYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
52 lines
1.1 KiB
YAML
52 lines
1.1 KiB
YAML
image:
|
|
repository: tccr.io/truecharts/watcharr
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.21.1@sha256:0d6a588de5c7ddbabc5a84deda1c42f290a849c89e3979e85d3d7cfbb32eabdf
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
targetPort: 3080
|
|
port: 10684
|
|
|
|
watcharr:
|
|
mode: prod
|
|
jellyfin_host: ""
|
|
signup_enabled: true
|
|
tmdb_key: ""
|
|
debug: false
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
JELLYFIN_HOST: "{{ .Values.watcharr.jellyfin_host }}"
|
|
SIGNUP_ENABLED: "{{ .Values.watcharr.signup_enabled }}"
|
|
TMDB_KEY: "{{ .Values.watcharr.tmdb_key }}"
|
|
DEBUG: "{{ .Values.watcharr.debug }}"
|
|
MODE: "{{ .Values.watcharr.mode }}"
|
|
JWT_SECRET:
|
|
secretKeyRef:
|
|
name: watcharr-secrets
|
|
key: JWT_SECRET
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data"
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|