kashalls / home-cluster

🖳 In-house kubernetes cluster built with Talos and managed by flux (gitops).
https://discord.gg/home-operations
Do What The F*ck You Want To Public License
89 stars 2 forks source link

fix(helm): update chart tailscale-operator to 1.72.1 #2836

Closed layla-bot[bot] closed 2 months ago

layla-bot[bot] commented 2 months ago

This PR contains the following updates:

Package Update Change
tailscale-operator patch 1.72.0 -> 1.72.1

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

tailscale/tailscale (tailscale-operator) ### [`v1.72.1`](https://togithub.com/tailscale/tailscale/releases/tag/v1.72.1) [Compare Source](https://togithub.com/tailscale/tailscale/compare/v1.72.0...v1.72.1) Please refer to the changelog available at .

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.



This PR has been generated by Renovate Bot.

layla-bot[bot] commented 2 months ago
--- kubernetes/storage/apps/networking/tailscale/app Kustomization: flux-system/tailscale-operator HelmRelease: networking/tailscale-operator

+++ kubernetes/storage/apps/networking/tailscale/app Kustomization: flux-system/tailscale-operator HelmRelease: networking/tailscale-operator

@@ -14,13 +14,13 @@

       chart: tailscale-operator
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: tailscale
         namespace: flux-system
-      version: 1.72.0
+      version: 1.72.1
   interval: 30m
   values:
     apiServerProxyConfig:
       mode: 'false'
     operatorConfig:
       hostname: tailscale-storage-operator
layla-bot[bot] commented 2 months ago
--- HelmRelease: networking/tailscale-operator Deployment: networking/operator

+++ HelmRelease: networking/tailscale-operator Deployment: networking/operator

@@ -20,13 +20,13 @@

       volumes:
       - name: oauth
         secret:
           secretName: operator-oauth
       containers:
       - name: operator
-        image: tailscale/k8s-operator:v1.72.0
+        image: tailscale/k8s-operator:v1.72.1
         imagePullPolicy: Always
         env:
         - name: OPERATOR_INITIAL_TAGS
           value: tag:k8s-operator
         - name: OPERATOR_HOSTNAME
           value: tailscale-storage-operator
@@ -40,13 +40,13 @@

               fieldPath: metadata.namespace
         - name: CLIENT_ID_FILE
           value: /oauth/client_id
         - name: CLIENT_SECRET_FILE
           value: /oauth/client_secret
         - name: PROXY_IMAGE
-          value: tailscale/tailscale:v1.72.0
+          value: tailscale/tailscale:v1.72.1
         - name: PROXY_TAGS
           value: tag:k8s
         - name: APISERVER_PROXY
           value: 'false'
         - name: PROXY_FIREWALL_MODE
           value: auto