Files
truecharts/charts/stable/tailscale/values.yaml
T
TrueCharts Bot 57156e4753 chore(deps): update container image tailscale/tailscale to v1.66.3@cf8e976 by renovate (#22109)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tailscale/tailscale | minor | `v1.64.2` -> `v1.66.3` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuOSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My45IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-15 20:29:43 +02:00

102 lines
2.1 KiB
YAML

image:
repository: tailscale/tailscale
pullPolicy: IfNotPresent
tag: v1.66.3@sha256:cf8e97667e8be250caaed88694cec0befe11040bbd5a3de3b33086cc52ef4eb1
serviceAccount:
main:
enabled: true
primary: true
rbac:
main:
enabled: true
primary: true
rules:
- apiGroups:
- ""
resources:
- secrets
verbs:
- create
- apiGroups:
- ""
resources:
- secrets
resourceNames:
- '{{ printf "%s-tailscale-secret" (include "tc.v1.common.lib.chart.names.fullname" .) }}'
verbs:
- get
- update
- patch
tailscale:
authkey: supersecret
auth_once: true
userspace: true
accept_dns: false
routes: ""
dest_ip: ""
sock5_server: ""
outbound_http_proxy_listen: ""
extra_args: ""
daemon_extra_args: ""
hostname: ""
advertise_as_exit_node: false
hostNetwork: true
service:
main:
enabled: false
ports:
main:
enabled: false
persistence:
varrun:
enabled: true
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:
automountServiceAccountToken: true
containers:
main:
probes:
liveness:
enabled: false
type: exec
command:
- tailscale
- status
readiness:
enabled: false
type: exec
command:
- tailscale
- status
startup:
enabled: false
type: exec
command:
- tailscale
- status
envFrom:
- configMapRef:
name: "tailscale-config"
command:
- /usr/local/bin/containerboot