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 <danderson@tailscale.com>
This commit is contained in:
David Anderson 2023-01-27 18:55:24 -08:00 committed by Dave Anderson
parent 4950e6117e
commit 0dc9cbc9ab

View File

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