Merge pull request #91 from sirius0xdev/fix/tailscale-timeout

Fix Tailscale operator HelmRelease for v1.96.x + PodSecurity
This commit is contained in:
sirius0xdev 2026-05-03 21:47:36 -04:00 committed by GitHub
commit 59cd6af863
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ spec:
chart: chart:
spec: spec:
chart: tailscale-operator chart: tailscale-operator
version: "1.86.x" version: "1.96.x"
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: tailscale name: tailscale
@ -23,7 +23,7 @@ spec:
crds: CreateReplace crds: CreateReplace
values: values:
# Operator configuration # Operator configuration
operator: operatorConfig:
# Tag to use for pods created by the operator (e.g., tailnet) # Tag to use for pods created by the operator (e.g., tailnet)
tags: [tailnet] tags: [tailnet]
# Auth key from secret - PLACEHOLDER, replace with real key # Auth key from secret - PLACEHOLDER, replace with real key