From 2b6225c4e84053af2498b785e9bd7d178deed169 Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Mon, 4 May 2026 00:48:09 +0000 Subject: [PATCH] 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