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>
crawshaw/ondemanddomains
David Anderson 1 year ago committed by Dave Anderson
parent 7921198c05
commit e51cf1b09d

@ -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:

Loading…
Cancel
Save