f9ac3596c6
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [fallenbagel/jellyseerr](https://togithub.com/Fallenbagel/jellyseerr) | patch | `1.9.1` -> `1.9.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>Fallenbagel/jellyseerr (fallenbagel/jellyseerr)</summary> ### [`v1.9.2`](https://togithub.com/Fallenbagel/jellyseerr/releases/tag/v1.9.2) [Compare Source](https://togithub.com/Fallenbagel/jellyseerr/compare/v1.9.1...v1.9.2) ##### Bug Fixes - **auth:** improve login resilience with headerless fallback authentication ([#​814](https://togithub.com/fallenbagel/jellyseerr/issues/814)) ([a9741fa](https://togithub.com/fallenbagel/jellyseerr/commit/a9741fa36d06710aa00d28db3dd2c29f2b0973d3)) - **auth:** validation of ipv6/ipv4 ([#​812](https://togithub.com/fallenbagel/jellyseerr/issues/812)) ([9aeb360](https://togithub.com/fallenbagel/jellyseerr/commit/9aeb3604e6498c388df1d30dd0b613ba84160fc0)), closes [#​795](https://togithub.com/fallenbagel/jellyseerr/issues/795) - bypass cache-able lookups when resolving localhost ([#​813](https://togithub.com/fallenbagel/jellyseerr/issues/813)) ([b5a0699](https://togithub.com/fallenbagel/jellyseerr/commit/b5a069901a9545772deaa9c491f2075261da0189)) *** This release is also available on: - `v1.9.2` </details> --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDcuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
27 lines
548 B
YAML
27 lines
548 B
YAML
image:
|
|
repository: fallenbagel/jellyseerr
|
|
tag: 1.9.2@sha256:8f708df0ce3f202056bde5d7bff625eb59efe38f4ee47bdddc7560b6e4a5a214
|
|
pullPolicy: IfNotPresent
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10241
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/app/config"
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
# User Defined
|
|
JELLYFIN_TYPE: ""
|
|
LOG_LEVEL: "info"
|