Files
truecharts/charts/stable/watcharr/values.yaml
T
TrueCharts Bot fea4bace6a chore(helm): update image ghcr.io/sbondco/watcharr v2.1.0 → v2.1.1 (#37655)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/sbondco/watcharr](https://redirect.github.com/sbondCo/Watcharr)
| patch | `09f4dbc` -> `e19f8be` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>sbondCo/Watcharr (ghcr.io/sbondco/watcharr)</summary>

###
[`v2.1.1`](https://redirect.github.com/sbondCo/Watcharr/releases/tag/v2.1.1)

[Compare
Source](https://redirect.github.com/sbondCo/Watcharr/compare/v2.1.0...v2.1.1)

#### Fixed

- import: Perfect matching now takes Year into account if provided by
[@&#8203;IRHM](https://redirect.github.com/IRHM) in
[https://github.com/sbondCo/Watcharr/pull/915](https://redirect.github.com/sbondCo/Watcharr/pull/915)
- StarRating: Ignore star presses if scroll position changes from start
to end of click (this should fix accidental rating changes when trying
to scroll down the page on mobile) by
[@&#8203;IRHM](https://redirect.github.com/IRHM) in
[https://github.com/sbondCo/Watcharr/pull/916](https://redirect.github.com/sbondCo/Watcharr/pull/916)
- Fix Twitch init error logging bug by
[@&#8203;ParksideParade](https://redirect.github.com/ParksideParade) in
[https://github.com/sbondCo/Watcharr/pull/921](https://redirect.github.com/sbondCo/Watcharr/pull/921)
- fix bug on return from blurhash.Encode by
[@&#8203;ParksideParade](https://redirect.github.com/ParksideParade) in
[https://github.com/sbondCo/Watcharr/pull/922](https://redirect.github.com/sbondCo/Watcharr/pull/922)

#### Credits

Many thanks to everyone who has worked on this release!

- [@&#8203;ParksideParade](https://redirect.github.com/ParksideParade)
made their first contribution in
[https://github.com/sbondCo/Watcharr/pull/921](https://redirect.github.com/sbondCo/Watcharr/pull/921)

#### 🆘 Getting Help

If you need help, encounter an issue or find a bug please [create an
issue](https://redirect.github.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/462309867?tag=v2.1.1
or on [docker
hub](https://hub.docker.com/layers/sbondco/watcharr/v2.1.1/images/sha256-8a94e8c5b718e61c073117b6eaef24095b326e94a9114bf56fe10ad0f0ae959e).
**Full Changelog**:
https://github.com/sbondCo/Watcharr/compare/v2.1.0...v2.1.1

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-07-28 16:12:25 +00:00

48 lines
1.0 KiB
YAML

image:
repository: ghcr.io/sbondco/watcharr
tag: v2.1.1@sha256:e19f8beec1269b4a6677549ca212acbba829fae5ee4113c9687f0b04611db7b8
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"