cmd/k8s-operator: use unstable tailscale image as well

We need a post-1.36 tailscale image to handle custom hostnames correctly.

Updates #502

Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
David Anderson 2023-01-27 21:31:54 -08:00 committed by Dave Anderson
parent 7921198c05
commit e51cf1b09d

View File

@ -145,7 +145,7 @@ spec:
- name: CLIENT_SECRET_FILE
value: /oauth/client_secret
- name: PROXY_IMAGE
value: tailscale/tailscale:latest
value: tailscale/tailscale:unstable
- name: PROXY_TAGS
value: tag:k8s
volumeMounts: