fix: update Tailscale operator chart version to 1.95.91
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
tailscale_operator_namespace: "tailscale-system"
|
tailscale_operator_namespace: "tailscale-system"
|
||||||
tailscale_operator_version: "1.68.1"
|
tailscale_operator_version: "1.95.91"
|
||||||
|
|
||||||
tailscale_oauth_client_id: ""
|
tailscale_oauth_client_id: ""
|
||||||
tailscale_oauth_client_secret: ""
|
tailscale_oauth_client_secret: ""
|
||||||
|
|||||||
@@ -1,9 +1,12 @@
|
|||||||
apiServerProxyConfig:
|
|
||||||
mode: "true"
|
|
||||||
|
|
||||||
oauth:
|
oauth:
|
||||||
clientId: "{{ tailscale_oauth_client_id }}"
|
clientId: "{{ tailscale_oauth_client_id }}"
|
||||||
clientSecret: "{{ tailscale_oauth_client_secret }}"
|
clientSecret: "{{ tailscale_oauth_client_secret }}"
|
||||||
|
|
||||||
|
apiServerProxyConfig:
|
||||||
|
mode: "true"
|
||||||
|
|
||||||
operatorConfig:
|
operatorConfig:
|
||||||
hostname: "{{ tailscale_operator_hostname | default('ts-operator') }}"
|
defaultTags:
|
||||||
|
- "tag:k8s-operator"
|
||||||
|
|
||||||
|
installCRDs: true
|
||||||
|
|||||||
Reference in New Issue
Block a user