1
0
镜像自地址 https://github.com/devcm-repo/helm-charts.git 已同步 2026-06-06 04:21:06 +00:00

feat(tailscale): add tailscale derp

这个提交包含在:
2024-06-24 18:46:06 +08:00
未验证
父节点 ba7a39622a
当前提交 7381b3b61d
修改 2 个文件,包含 2 行新增2 行删除
+1 -1
查看文件
@@ -10,4 +10,4 @@ maintainers:
url: https://github.com/devcm-repo url: https://github.com/devcm-repo
icon: https://tailscale.com/files/apple-touch-icon.png icon: https://tailscale.com/files/apple-touch-icon.png
version: 0.0.1 version: 0.0.1
appVersion: 1.44.0 appVersion: 1.68.0
+1 -1
查看文件
@@ -5,7 +5,7 @@ This Helm Chart is a Tailscale container deployment for a tailnet relay server (
## Installing the Helm Chart ## Installing the Helm Chart
```shell ```shell
helm repo add tailscale https://spreitzer.ch/helm-tailscale helm repo add tailscale https://devcm-repo.github.io/helm-charts
helm install tailscale-derp tailscale/tailscale-derp helm install tailscale-derp tailscale/tailscale-derp
``` ```