Files
truecharts/charts/stable/zerotier/values.yaml
T
TrueCharts Bot 40490a7be3 chore(deps): update container image docker.io/zerotier/zerotier to v1.14.0@0819d39 by renovate (#21606)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/zerotier/zerotier | minor | `1.12.2` -> `1.14.0` |

---

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

---

### 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-05 12:58:59 +02:00

51 lines
1.0 KiB
YAML

image:
repository: docker.io/zerotier/zerotier
pullPolicy: IfNotPresent
tag: 1.14.0@sha256:0819d39738e837efdf00f2baa1639b6c8663e0a4828648d557fcd7a7176e3392
service:
main:
ports:
main:
protocol: udp
targetPort: 9993
port: 10190
persistence:
config:
enabled: true
mountPath: "/var/lib/zerotier-one"
tun:
enabled: true
type: hostPath
hostPath: /dev/net/tun
mountPath: /dev/net/tun
hostPathType: ""
readOnly: false
portal:
open:
enabled: false
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
capabilities:
add:
- NET_ADMIN
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
env:
ZEROTIER_API_SECRET: ""
ZEROTIER_IDENTITY_PUBLIC: ""
ZEROTIER_IDENTITY_SECRET: ""