Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 7, 2026

This PR contains the following updates:

Package Update Change
tailscale/tailscale patch 1.92.31.92.5

Release Notes

tailscale/tailscale (tailscale/tailscale)

v1.92.5

Compare Source

Please refer to the changelog available at https://tailscale.com/changelog


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Jan 7, 2026

civo-mgmt-0 - kustomization

--- k8s/base/tailscale/tailscale Kustomization: flux-system/tailscale-tailscale HelmRelease: tailscale/tailscale

+++ k8s/base/tailscale/tailscale Kustomization: flux-system/tailscale-tailscale HelmRelease: tailscale/tailscale

@@ -12,10 +12,10 @@

     spec:
       chart: tailscale-operator
       sourceRef:
         kind: HelmRepository
         name: tailscale
         namespace: flux-system
-      version: 1.92.3
+      version: 1.92.5
   interval: 10m
   values: null
 

@github-actions
Copy link

github-actions bot commented Jan 7, 2026

civo-mgmt-0 - helmrelease

--- HelmRelease: tailscale/tailscale Deployment: tailscale/operator

+++ HelmRelease: tailscale/tailscale Deployment: tailscale/operator

@@ -14,15 +14,19 @@

   template:
     metadata:
       labels:
         app: operator
     spec:
       serviceAccountName: operator
+      volumes:
+      - name: oauth
+        secret:
+          secretName: operator-oauth
       containers:
       - name: operator
-        image: tailscale/k8s-operator:v1.92.3
+        image: tailscale/k8s-operator:v1.92.5
         imagePullPolicy: Always
         env:
         - name: OPERATOR_INITIAL_TAGS
           value: tag:k8s-operator
         - name: OPERATOR_HOSTNAME
           value: tailscale-operator
@@ -35,14 +39,18 @@

             fieldRef:
               fieldPath: metadata.namespace
         - name: OPERATOR_LOGIN_SERVER
           value: null
         - 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.92.3
+          value: tailscale/tailscale:v1.92.5
         - name: PROXY_TAGS
           value: tag:k8s
         - name: APISERVER_PROXY
           value: 'false'
         - name: PROXY_FIREWALL_MODE
           value: auto
@@ -51,9 +59,13 @@

             fieldRef:
               fieldPath: metadata.name
         - name: POD_UID
           valueFrom:
             fieldRef:
               fieldPath: metadata.uid
+        volumeMounts:
+        - name: oauth
+          mountPath: /oauth
+          readOnly: true
       nodeSelector:
         kubernetes.io/os: linux
 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant