fix: update Tailscale operator chart version to 1.95.91
Some checks failed
Deploy Cluster / Ansible (push) Has been cancelled
Deploy Cluster / Terraform (push) Has been cancelled

This commit is contained in:
2026-03-02 21:03:53 +00:00
parent 5a3f7550fe
commit eb6bf3862a
2 changed files with 8 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
---
tailscale_operator_namespace: "tailscale-system"
tailscale_operator_version: "1.68.1"
tailscale_operator_version: "1.95.91"
tailscale_oauth_client_id: ""
tailscale_oauth_client_secret: ""

View File

@@ -1,9 +1,12 @@
apiServerProxyConfig:
mode: "true"
oauth:
clientId: "{{ tailscale_oauth_client_id }}"
clientSecret: "{{ tailscale_oauth_client_secret }}"
apiServerProxyConfig:
mode: "true"
operatorConfig:
hostname: "{{ tailscale_operator_hostname | default('ts-operator') }}"
defaultTags:
- "tag:k8s-operator"
installCRDs: true