Files
truecharts/charts/stable/lancache-dns/values.yaml
T
TrueCharts BotandGitHub 690aa94483 chore(helm): update image docker.io/lancachenet/lancache-dns digest to b4b5a99 (#40306)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/lancachenet/lancache-dns | digest | `70d5034` -> `b4b5a99` |

---

> [!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-02 14:47:06 +02:00

48 lines
1.3 KiB
YAML

image:
repository: docker.io/lancachenet/lancache-dns
pullPolicy: IfNotPresent
tag: latest@sha256:b4b5a9932af9bbc01a411984dc71295eab16db098e114bf90e9219498a8866fe
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: tcp
readiness:
type: tcp
startup:
type: tcp
env:
CACHE_DOMAINS_REPO: "https://github.com/uklans/cache-domains.git"
CACHE_DOMAINS_BRANCH: "master"
UPSTREAM_DNS: "1.1.1.1;1.0.0.1"
# If you are using a single monolithic instance set this to true
# USE_GENERIC_CACHE: true
# Set IP for the monolithic app, only if USE_GENERIC_CACHE is true
# LANCACHE_IP: "127.0.0.1"
DISABLE_BLIZZARD: false
DISABLE_RIOT: false
DISABLE_UPLAY: false
DISABLE_ORIGIN: false
DISABLE_SONY: false
DISABLE_SQUARE: false
service:
main:
ports:
main:
port: 53
targetPort: 53
dns:
enabled: true
protocol: udp
port: 53
targetPort: 53