This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/wizarrrr/wizarr](https://redirect.github.com/astral-sh/uv) | minor | `5809c5d` -> `83fc0b5` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
46 lines
937 B
YAML
46 lines
937 B
YAML
image:
|
|
repository: ghcr.io/wizarrrr/wizarr
|
|
pullPolicy: IfNotPresent
|
|
tag: v2025.12.0@sha256:83fc0b50985d196226b7c28a27062a1c4e63124a5d6d2448710aee222637b79e
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
targetPort: 5690
|
|
port: 10596
|
|
securityContext:
|
|
container:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
path: "/"
|
|
type: http
|
|
readiness:
|
|
path: "/"
|
|
type: http
|
|
startup:
|
|
type: tcp
|
|
env:
|
|
DISABLE_BUILTIN_AUTH: false
|
|
persistence:
|
|
database:
|
|
enabled: true
|
|
mountPath: /data/database
|
|
varrun:
|
|
enabled: false
|
|
type: emptyDir
|
|
mountPath: /var/run
|
|
nginxrun:
|
|
enabled: true
|
|
type: emptyDir
|
|
mountPath: /run/nginx
|