From fb4292d9329d021bd3c78817b8ee01a0947519dd Mon Sep 17 00:00:00 2001 From: 0x7fffff92 <0x7fffff92@example.com> Date: Tue, 5 Nov 2024 05:37:03 +0000 Subject: [PATCH] feat: custom derpmap url --- .../user/helm-charts/headscale/templates/headscale_deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party/headscale/config/user/helm-charts/headscale/templates/headscale_deploy.yaml b/third-party/headscale/config/user/helm-charts/headscale/templates/headscale_deploy.yaml index 087af57f..5da1f573 100644 --- a/third-party/headscale/config/user/helm-charts/headscale/templates/headscale_deploy.yaml +++ b/third-party/headscale/config/user/helm-charts/headscale/templates/headscale_deploy.yaml @@ -68,7 +68,7 @@ spec: - | chown -R 1000:1000 /headscale - name: init - image: beclab/headscale-init:v0.1.6 + image: beclab/headscale-init:v0.1.7 imagePullPolicy: IfNotPresent securityContext: privileged: true