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>
pull/7102/head
David Anderson 1 year ago committed by Dave Anderson
parent 4950e6117e
commit 0dc9cbc9ab

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

Loading…
Cancel
Save