Files
truecharts/charts/stable/radarr/values.yaml
T
TrueCharts BotandGitHub 2d5768bd07 chore(deps): update container image tccr.io/truecharts/radarr to 4.4.4.7068 (#8392)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/radarr](https://togithub.com/truecharts/containers)
| digest | `93c49f0` -> `299a9fc` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please 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:eyJjcmVhdGVkSW5WZXIiOiIzNS42NC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNjQuMCJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-29 15:23:14 +02:00

41 lines
856 B
YAML

image:
repository: tccr.io/truecharts/radarr
pullPolicy: IfNotPresent
tag: 4.4.4.7068@sha256:299a9fc534456ac607bb99e480582d413a8accc21b641f2041d7bcb30905ff26
service:
main:
ports:
main:
port: 7878
persistence:
config:
enabled: true
mountPath: /config
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
workload:
main:
podSpec:
containers:
main:
probes:
readiness:
enabled: true
type: http
path: /ping
liveness:
enabled: true
type: http
path: /ping
startup:
enabled: true
type: http
path: /ping
env:
RADARR__PORT: "{{ .Values.service.main.ports.main.port }}"