Skip to content

Commit 38ccdbe

Browse files
authored
cmd/k8s-operator: default to stable image (tailscale#17848)
This commit modifies the helm/static manifest configuration for the k8s-operator to prefer the stable image tag. This avoids making those using static manifests seeing unstable behaviour by default if they do not manually make the change. This is managed for us when using helm but not when generating the static manifests. Updates tailscale#10655 Signed-off-by: David Bond <[email protected]>
1 parent 408336a commit 38ccdbe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmd/k8s-operator/deploy/chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ maintainers:
2626
version: 0.1.0
2727

2828
# appVersion will be set to Tailscale repo tag at release time.
29-
appVersion: "unstable"
29+
appVersion: "stable"

cmd/k8s-operator/deploy/manifests/operator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5366,7 +5366,7 @@ spec:
53665366
- name: CLIENT_SECRET_FILE
53675367
value: /oauth/client_secret
53685368
- name: PROXY_IMAGE
5369-
value: tailscale/tailscale:unstable
5369+
value: tailscale/tailscale:stable
53705370
- name: PROXY_TAGS
53715371
value: tag:k8s
53725372
- name: APISERVER_PROXY
@@ -5381,7 +5381,7 @@ spec:
53815381
valueFrom:
53825382
fieldRef:
53835383
fieldPath: metadata.uid
5384-
image: tailscale/k8s-operator:unstable
5384+
image: tailscale/k8s-operator:stable
53855385
imagePullPolicy: Always
53865386
name: operator
53875387
volumeMounts:

0 commit comments

Comments
 (0)