From ee6a0103d06a7c051b2ce9d0ba02683083af84cf Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 11 Sep 2025 12:24:44 -0500 Subject: [PATCH] upgrade --- clusters/cl01tl/applications/slskd/values.yaml | 4 ++-- clusters/cl01tl/applications/tubearchivist/values.yaml | 4 ++-- clusters/cl01tl/platform/qbittorrent/values.yaml | 4 ++-- clusters/cl01tl/services/generic-device-plugin/Chart.yaml | 2 +- .../tailscale-operator/templates/proxy-class.yaml | 8 ++++---- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/clusters/cl01tl/applications/slskd/values.yaml b/clusters/cl01tl/applications/slskd/values.yaml index 1dd36058d..78e1bce95 100644 --- a/clusters/cl01tl/applications/slskd/values.yaml +++ b/clusters/cl01tl/applications/slskd/values.yaml @@ -76,9 +76,9 @@ slskd: - SYS_MODULE resources: limits: - squat.ai/tun: "1" + devic.es/tun: "1" requests: - squat.ai/tun: "1" + devic.es/tun: "1" cpu: 10m memory: 128Mi soularr: diff --git a/clusters/cl01tl/applications/tubearchivist/values.yaml b/clusters/cl01tl/applications/tubearchivist/values.yaml index 9c231b992..ed7da4100 100644 --- a/clusters/cl01tl/applications/tubearchivist/values.yaml +++ b/clusters/cl01tl/applications/tubearchivist/values.yaml @@ -74,9 +74,9 @@ tubearchivist: - SYS_MODULE resources: limits: - squat.ai/tun: "1" + devic.es/tun: "1" requests: - squat.ai/tun: "1" + devic.es/tun: "1" cpu: 10m memory: 128Mi service: diff --git a/clusters/cl01tl/platform/qbittorrent/values.yaml b/clusters/cl01tl/platform/qbittorrent/values.yaml index 753753c27..d3646a498 100644 --- a/clusters/cl01tl/platform/qbittorrent/values.yaml +++ b/clusters/cl01tl/platform/qbittorrent/values.yaml @@ -86,9 +86,9 @@ qbittorrent: - SYS_MODULE resources: limits: - squat.ai/tun: "1" + devic.es/tun: "1" requests: - squat.ai/tun: "1" + devic.es/tun: "1" cpu: 10m memory: 64Mi exporter: diff --git a/clusters/cl01tl/services/generic-device-plugin/Chart.yaml b/clusters/cl01tl/services/generic-device-plugin/Chart.yaml index 54aa133d0..ed07ece6c 100644 --- a/clusters/cl01tl/services/generic-device-plugin/Chart.yaml +++ b/clusters/cl01tl/services/generic-device-plugin/Chart.yaml @@ -15,6 +15,6 @@ maintainers: dependencies: - name: generic-device-plugin repository: https://gitea.alexlebens.dev/api/packages/alexlebens/helm - version: 0.4.0 + version: 0.5.0 icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png appVersion: 0.1.10 diff --git a/clusters/cl01tl/services/tailscale-operator/templates/proxy-class.yaml b/clusters/cl01tl/services/tailscale-operator/templates/proxy-class.yaml index 61912ec4f..8cd14c059 100644 --- a/clusters/cl01tl/services/tailscale-operator/templates/proxy-class.yaml +++ b/clusters/cl01tl/services/tailscale-operator/templates/proxy-class.yaml @@ -17,11 +17,11 @@ spec: tailscaleContainer: resources: limits: - squat.ai/tun: "1" + devic.es/tun: "1" tailscaleInitContainer: resources: limits: - squat.ai/tun: "1" + devic.es/tun: "1" --- apiVersion: tailscale.com/v1alpha1 @@ -41,8 +41,8 @@ spec: tailscaleContainer: resources: limits: - squat.ai/tun: "1" + devic.es/tun: "1" tailscaleInitContainer: resources: limits: - squat.ai/tun: "1" + devic.es/tun: "1"