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 2 years ago committed by Dave Anderson
parent 4950e6117e
commit 0dc9cbc9ab

@ -124,7 +124,7 @@ spec:
secretName: operator-oauth secretName: operator-oauth
containers: containers:
- name: operator - name: operator
image: tailscale/k8s-operator:latest image: tailscale/k8s-operator:unstable
resources: resources:
requests: requests:
cpu: 500m cpu: 500m

Loading…
Cancel
Save