From 2b6225c4e84053af2498b785e9bd7d178deed169 Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Mon, 4 May 2026 00:48:09 +0000 Subject: [PATCH 1/2] fix: increase tailscale-operator HelmRelease timeout to 10m (install was timing out) --- infrastructure/controllers/base/tailscale/release-operator.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/controllers/base/tailscale/release-operator.yaml b/infrastructure/controllers/base/tailscale/release-operator.yaml index 2f014ee..31db52e 100644 --- a/infrastructure/controllers/base/tailscale/release-operator.yaml +++ b/infrastructure/controllers/base/tailscale/release-operator.yaml @@ -5,6 +5,7 @@ metadata: namespace: tailscale spec: interval: 1h + timeout: 10m chart: spec: chart: tailscale-operator From bf4a2b260f71e4297e555fa562d8941a80de882f Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Mon, 4 May 2026 00:50:43 +0000 Subject: [PATCH 2/2] fix: increase tailscale-operator HelmRelease timeout to 15m --- .../controllers/base/tailscale/release-operator.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/controllers/base/tailscale/release-operator.yaml b/infrastructure/controllers/base/tailscale/release-operator.yaml index 31db52e..94e73d8 100644 --- a/infrastructure/controllers/base/tailscale/release-operator.yaml +++ b/infrastructure/controllers/base/tailscale/release-operator.yaml @@ -5,7 +5,7 @@ metadata: namespace: tailscale spec: interval: 1h - timeout: 10m + timeout: 15m chart: spec: chart: tailscale-operator @@ -29,7 +29,7 @@ spec: # Auth key from secret - PLACEHOLDER, replace with real key # Create secret: kubectl create secret generic tailscale-operator-authkey \ # -n tailscale --from-literal=authkey=tskey-abc123... \ - # --dry-run=client -o yaml | kubectl apply -f - + # --dry-run=client -o yaml | kubectl apply -n tailscale operatorSecretRef: name: tailscale-operator-authkey key: authkey