This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/sbondco/watcharr](https://togithub.com/sbondCo/Watcharr) | minor | `v1.36.0` -> `v1.37.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>sbondCo/Watcharr (ghcr.io/sbondco/watcharr)</summary> ### [`v1.37.0`](https://togithub.com/sbondCo/Watcharr/releases/tag/v1.37.0) [Compare Source](https://togithub.com/sbondCo/Watcharr/compare/v1.36.0...v1.37.0) #### 🌔 New - Configurable data location via environment variable `WATCHARR_DATA` by [@​mordquist](https://togithub.com/mordquist) in [https://github.com/sbondCo/Watcharr/pull/423](https://togithub.com/sbondCo/Watcharr/pull/423) - User management by [@​IRHM](https://togithub.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/437](https://togithub.com/sbondCo/Watcharr/pull/437)  - Importing Watcharr Exports by [@​stephaje](https://togithub.com/stephaje) in [https://github.com/sbondCo/Watcharr/pull/389](https://togithub.com/sbondCo/Watcharr/pull/389) - Importing from MyAnimeList by [@​IRHM](https://togithub.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/439](https://togithub.com/sbondCo/Watcharr/pull/439) #### ☎️ Changed - Poster and search bar mobile responsiveness improvements by [@​IRHM](https://togithub.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/428](https://togithub.com/sbondCo/Watcharr/pull/428) #### 📖 [Documentation](https://watcharr.app/) - docs: installation for development by [@​IRHM](https://togithub.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/432](https://togithub.com/sbondCo/Watcharr/pull/432) - docs: restoring admin guide by [@​IRHM](https://togithub.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/438](https://togithub.com/sbondCo/Watcharr/pull/438) - docs: Importing from MyAnimeList by [@​IRHM](https://togithub.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/439](https://togithub.com/sbondCo/Watcharr/pull/439) - \[ImgBot] Optimize images by [@​imgbot](https://togithub.com/imgbot) in [https://github.com/sbondCo/Watcharr/pull/440](https://togithub.com/sbondCo/Watcharr/pull/440) #### ⛏️ New Contributors - [@​mordquist](https://togithub.com/mordquist) made their first contribution (thank you very much for the great work!) in [https://github.com/sbondCo/Watcharr/pull/423](https://togithub.com/sbondCo/Watcharr/pull/423) #### 🆘 Getting Help If you need help, encounter an issue or find a bug please [create an issue](https://togithub.com/sbondCo/Watcharr/issues/new/choose) or [join our space on Matrix](https://matrix.to/#/#watcharr:matrix.org) for support. Always happy to help! Some changes regarding responsiveness on mobile have been made (dynamic poster sizes at certain device sizes). I did my best to ensure nothing broke, but if you spot anything, please let us know! **Package**: https://github.com/orgs/sbondCo/packages/container/watcharr/196745444?tag=v1.37.0 **Full Changelog**: https://github.com/sbondCo/Watcharr/compare/v1.36.0...v1.37.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
52 lines
1.1 KiB
YAML
52 lines
1.1 KiB
YAML
image:
|
|
repository: ghcr.io/sbondco/watcharr
|
|
tag: v1.37.0@sha256:f013921dd30f2e67362bf16871f5d08df37493dc44e5432b49fa300624fb22ff
|
|
pullPolicy: IfNotPresent
|
|
|
|
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
|