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 2023-01-27 18:55:24 -08:00 committed by Dave Anderson
parent 4950e6117e
commit 0dc9cbc9ab
1 changed files with 1 additions and 1 deletions

View File

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