730f4978db
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/sbondco/watcharr](https://togithub.com/sbondCo/Watcharr) | minor | `v1.38.2` -> `v1.39.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.39.0`](https://togithub.com/sbondCo/Watcharr/releases/tag/v1.39.0) [Compare Source](https://togithub.com/sbondCo/Watcharr/compare/v1.38.2...v1.39.0) #### 🧠 New - Support pinning watched list items to the top of your list (pinned items are highlighted with a gold outline) by [@​IRHM](https://togithub.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/498](https://togithub.com/sbondCo/Watcharr/pull/498)  - Support emby branding (new `USE_EMBY` setting that will swap out Jellyfin branding for Embys branding, no auth logic has been changed) by [@​IRHM](https://togithub.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/504](https://togithub.com/sbondCo/Watcharr/pull/504) #### 💯 Changed - Better thoughts (now a modal is opened so you can add your thoughts more easily) by [@​IRHM](https://togithub.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/495](https://togithub.com/sbondCo/Watcharr/pull/495) - Improve search (add content type filters and remove dumb sort) by [@​IRHM](https://togithub.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/496](https://togithub.com/sbondCo/Watcharr/pull/496)  - Support detailed view for posters on search page by [@​IRHM](https://togithub.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/497](https://togithub.com/sbondCo/Watcharr/pull/497) #### 🏗️ Fixed - LastFinished Sort: Prefer custom dates that are set on `FINISHED` activities by [@​IRHM](https://togithub.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/494](https://togithub.com/sbondCo/Watcharr/pull/494) - Content Pages: Make btns container wrap elements when overflowing by [@​IRHM](https://togithub.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/499](https://togithub.com/sbondCo/Watcharr/pull/499) #### 🥇 Credit A big thanks to [@​n00b12345](https://togithub.com/n00b12345), [@​simonbcn](https://togithub.com/simonbcn), [@​mommyune](https://togithub.com/mommyune), [@​gardebreak](https://togithub.com/gardebreak) and [@​rguinn829](https://togithub.com/rguinn829) for suggesting the improvements/fixes made in this release! #### 🆘 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! **Package**: https://github.com/orgs/sbondCo/packages/container/watcharr/207084376?tag=v1.39.0 or [on docker hub](https://hub.docker.com/layers/sbondco/watcharr/v1.39.0/images/sha256-9c5d999d92d3475b6a91317727d1620f14b5d85309a3878604f38c60eee22526?context=explore) **Full Changelog**: https://github.com/sbondCo/Watcharr/compare/v1.38.2...v1.39.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTkuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMxOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
52 lines
1.1 KiB
YAML
52 lines
1.1 KiB
YAML
image:
|
|
repository: ghcr.io/sbondco/watcharr
|
|
tag: v1.39.0@sha256:9c5d999d92d3475b6a91317727d1620f14b5d85309a3878604f38c60eee22526
|
|
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
|