This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/truecharts/prowlarr](https://togithub.com/truecharts/containers) | patch | `1.3.1.2796` -> `1.3.2.3006` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS42Ni4xIiwidXBkYXRlZEluVmVyIjoiMzUuNjYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9--> --------- Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
28 lines
586 B
YAML
28 lines
586 B
YAML
image:
|
|
repository: tccr.io/truecharts/prowlarr
|
|
tag: 1.3.2.3006@sha256:a42bf86b63ce85a1a107ff63a60bd67ac56788a82ae9cfd3307c4384ecf7b0f8
|
|
pullPolicy: IfNotPresent
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 9696
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
PROWLARR__PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
PROWLARR__AUTHENTICATION_METHOD: ""
|