Files
truecharts/charts/stable/telethon-downloader/values.yaml
T
TrueCharts BotandGitHub 23b1c2d7e1 chore(helm): update image docker.io/jsavargas/telethon_downloader digest to 980b5b5 (#40368)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/jsavargas/telethon_downloader | digest | `4c1813b` ->
`980b5b5` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-10-04 07:36:55 +02:00

45 lines
942 B
YAML

image:
pullPolicy: IfNotPresent
repository: docker.io/jsavargas/telethon_downloader
tag: latest@sha256:980b5b5b7dc47533077e69306b3d2aa94f3a7600e9ee0b5eed0bee0a42a84a8d
persistence:
config:
enabled: true
mountPath: /config
pathdownload:
enabled: true
mountPath: /download
pathwatch:
enabled: true
mountPath: /watch
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
enabled: false
ports:
main:
enabled: false
workload:
main:
podSpec:
containers:
main:
env:
TG_API_HASH: " "
TG_API_ID: " "
TG_AUTHORIZED_USER_ID: " "
TG_BOT_TOKEN: ""
TG_PROGRESS_DOWNLOAD: ""
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false