Files
truecharts/charts/stable/watcharr/values.yaml
T
TrueCharts BotandGitHub 524a43db97 chore(deps): update container image ghcr.io/sbondco/watcharr to v1.31.0@285e79d by renovate (#17018)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/sbondco/watcharr](https://togithub.com/sbondCo/Watcharr) |
minor | `v1.30.0` -> `v1.31.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.31.0`](https://togithub.com/sbondCo/Watcharr/releases/tag/v1.31.0)

[Compare
Source](https://togithub.com/sbondCo/Watcharr/compare/v1.30.0...v1.31.0)

#### New

- Poster detailed view by [@&#8203;IRHM](https://togithub.com/IRHM)
(thanks to [@&#8203;Contrillion-2](https://togithub.com/Contrillion-2))
in
[https://github.com/sbondCo/Watcharr/pull/297](https://togithub.com/sbondCo/Watcharr/pull/297)

![image](https://togithub.com/sbondCo/Watcharr/assets/37304121/c5dc0179-2111-4bf9-8408-4ee8f0889341)
![image](https://togithub.com/sbondCo/Watcharr/assets/37304121/01ce9587-937b-4ef3-b91e-a4751bae99e1)

#### Fixed

- Input changed validation by [@&#8203;IRHM](https://togithub.com/IRHM)
in
[https://github.com/sbondCo/Watcharr/pull/299](https://togithub.com/sbondCo/Watcharr/pull/299)

#### Maintenance

- ui: bump axios from 1.6.2 to 1.6.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/sbondCo/Watcharr/pull/293](https://togithub.com/sbondCo/Watcharr/pull/293)
- ui: bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.16.0 to 6.17.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/sbondCo/Watcharr/pull/294](https://togithub.com/sbondCo/Watcharr/pull/294)
- ui: bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.16.0 to 6.18.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/sbondCo/Watcharr/pull/298](https://togithub.com/sbondCo/Watcharr/pull/298)

**Package**:
https://github.com/orgs/sbondCo/packages/container/watcharr/164427545?tag=v1.31.0
**Full Changelog**:
https://github.com/sbondCo/Watcharr/compare/v1.30.0...v1.31.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:33:18 +01:00

52 lines
1.1 KiB
YAML

image:
repository: ghcr.io/sbondco/watcharr
tag: v1.31.0@sha256:285e79d476c371e0d14ea3d84d778ebc63abf164e36a612f26c71a7c98322dff
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