From 0dc9cbc9ab546119c86f440d2efd9fe6d540d72c Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 27 Jan 2023 18:55:24 -0800 Subject: [PATCH] cmd/k8s-operator: use the unstable operator image There is no stable release yet, and for alpha we want people on the unstable build while we iterate. 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 ca9bd4785..6f1bd18a3 100644 --- a/cmd/k8s-operator/manifests/operator.yaml +++ b/cmd/k8s-operator/manifests/operator.yaml @@ -124,7 +124,7 @@ spec: secretName: operator-oauth containers: - name: operator - image: tailscale/k8s-operator:latest + image: tailscale/k8s-operator:unstable resources: requests: cpu: 500m