Automated Manifest Update (#2696)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2696
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2696.
This commit is contained in:
2025-12-18 03:20:31 +00:00
committed by Alex Lebens
parent 8c9e421f8b
commit efc4fa91b2
16 changed files with 34 additions and 38 deletions

View File

@@ -16,13 +16,9 @@ spec:
app: operator
spec:
serviceAccountName: operator
volumes:
- name: oauth
secret:
secretName: operator-oauth
containers:
- name: operator
image: tailscale/k8s-operator:v1.90.9
image: tailscale/k8s-operator:v1.92.3
imagePullPolicy: Always
env:
- name: OPERATOR_INITIAL_TAGS
@@ -41,12 +37,8 @@ spec:
value:
- name: OPERATOR_INGRESS_CLASS_NAME
value: tailscale
- name: CLIENT_ID_FILE
value: /oauth/client_id
- name: CLIENT_SECRET_FILE
value: /oauth/client_secret
- name: PROXY_IMAGE
value: tailscale/tailscale:v1.90.9
value: tailscale/tailscale:v1.92.3
- name: PROXY_TAGS
value: tag:k8s
- name: APISERVER_PROXY
@@ -63,9 +55,5 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.uid
volumeMounts:
- name: oauth
mountPath: /oauth
readOnly: true
nodeSelector:
kubernetes.io/os: linux