Files
truecharts/charts/stable/riven/values.yaml
T
TrueCharts BotandGitHub 0d05f071df chore(helm): update image ghcr.io/elfhosted/riven v0.21.20 → v0.21.21 (#35292)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/elfhosted/riven | patch | `a13a189` -> `bf1a9ca` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-05-12 07:19:44 +00:00

112 lines
3.3 KiB
YAML

image:
repository: ghcr.io/elfhosted/riven
pullPolicy: IfNotPresent
tag: v0.21.21@sha256:bf1a9cab579d5eaac0ed72e20584b139547db7c38753a03b3756151af5e0ac13
frontendImage:
repository: ghcr.io/elfhosted/riven-frontend
pullPolicy: IfNotPresent
tag: v0.20.0@sha256:c4d792868a8113a2f57f504fe371cbcd8c52172d734c812c366bff352672998e
service:
main:
ports:
main:
port: 3001
targetPort: 3001
frontend:
enabled: true
ports:
frontend:
enabled: true
port: 3000
targetPort: 3000
backend:
enabled: true
ports:
backend:
enabled: true
port: 8080
targetPort: 8080
workload:
main:
podSpec:
containers:
main:
tty: true
env:
# forces the use of env vars to be always used!
RIVEN_FORCE_ENV: "true"
ZURG_URL: somezurgurl:9999
# Set this to your rclone's mount `__all__` dir if using Zurg
RIVEN_SYMLINK_RCLONE_PATH: "/mnt/zurg/__all__"
# This is the path that symlinks will be placed in
RIVEN_SYMLINK_LIBRARY_PATH: "/mnt/library"
RIVEN_DATABASE_HOST: '{{ printf "postgresql+psycopg2://%s:%s@%s.%s/%s" .Values.cnpg.main.user .Values.cnpg.main.creds.password (.Values.cnpg.main.creds.host | trimAll "\"") .Release.Namespace .Values.cnpg.main.database }}'
RIVEN_DOWNLOADERS_REAL_DEBRID_ENABLED: "false"
# set your real debrid api key
RIVEN_DOWNLOADERS_REAL_DEBRID_API_KEY: "xxxxx"
RIVEN_UPDATERS_PLEX_ENABLED: "false"
RIVEN_UPDATERS_PLEX_URL: "http://plex:32400"
# set your plex token"
RIVEN_UPDATERS_PLEX_TOKEN: "xxxxx"
RIVEN_CONTENT_OVERSEERR_ENABLED: "false"
RIVEN_CONTENT_OVERSEERR_URL: "http://overseerr:5055"
# set your overseerr token
RIVEN_CONTENT_OVERSEERR_API_KEY: "xxxxx"
RIVEN_SCRAPING_TORRENTIO_ENABLED: "false"
RIVEN_SCRAPING_ZILEAN_ENABLED: "false"
RIVEN_SCRAPING_ZILEAN_URL: "http://zilean:8181"
probes:
liveness:
type: tcp
readiness:
type: tcp
startup:
type: tcp
frontend:
enabled: true
tty: true
imageSelector: frontendImage
probes:
liveness:
port: 3000
type: tcp
readiness:
port: 3000
type: tcp
startup:
port: 3000
type: tcp
env:
# ORIGIN: "http://localhost:3000"
BACKEND_URL: "http://localhost:8080"
DIALECT: "postgres"
DATABASE_URL: '{{ printf "postgresql://%s:%s@%s.%s/%s" .Values.cnpg.main.user .Values.cnpg.main.creds.password (.Values.cnpg.main.creds.host | trimAll "\"") .Release.Namespace .Values.cnpg.main.database }}'
persistence:
logs:
enabled: true
mountPath: "/riven/data/logs"
data:
enabled: true
mountPath: "/riven/data"
zurg-all:
enabled: true
mountPath: "/mnt/zurg/__all__"
library:
enabled: true
mountPath: "/mnt/library"
cnpg:
main:
enabled: true
user: riven
database: riven
ingress:
main:
targetSelector:
frontend: frontend