From e51cf1b09d0de6319c776c456e8b23be426a1b74 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 27 Jan 2023 21:31:54 -0800 Subject: [PATCH] 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 --- cmd/k8s-operator/manifests/operator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/k8s-operator/manifests/operator.yaml b/cmd/k8s-operator/manifests/operator.yaml index 6f1bd18a3..6d4eb0ac1 100644 --- a/cmd/k8s-operator/manifests/operator.yaml +++ b/cmd/k8s-operator/manifests/operator.yaml @@ -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: