From 3bf75283fe4b6cf16ab6daf46da137561c21c06d Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Sun, 8 Mar 2026 20:38:16 +0000 Subject: [PATCH] Automated Manifest Update (#4534) This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4534 Co-authored-by: gitea-bot Co-committed-by: gitea-bot --- clusters/cl01tl/manifests/booklore/Deployment-booklore.yaml | 2 +- .../manifests/music-grabber/Deployment-music-grabber.yaml | 4 ++++ .../manifests/qbittorrent/Deployment-qbittorrent-main.yaml | 4 ++++ clusters/cl01tl/manifests/slskd/Deployment-slskd-main.yaml | 4 ++++ clusters/cl01tl/manifests/tdarr/DaemonSet-tdarr-node.yaml | 2 +- clusters/cl01tl/manifests/tdarr/Deployment-tdarr-server.yaml | 2 +- .../manifests/tubearchivist/Deployment-tubearchivist.yaml | 4 ++++ 7 files changed, 19 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/manifests/booklore/Deployment-booklore.yaml b/clusters/cl01tl/manifests/booklore/Deployment-booklore.yaml index f3e63a524..684848912 100644 --- a/clusters/cl01tl/manifests/booklore/Deployment-booklore.yaml +++ b/clusters/cl01tl/manifests/booklore/Deployment-booklore.yaml @@ -54,7 +54,7 @@ spec: value: "6060" - name: SWAGGER_ENABLED value: "false" - image: ghcr.io/booklore-app/booklore:v2.0.6 + image: ghcr.io/booklore-app/booklore:v2.1.0 imagePullPolicy: IfNotPresent name: main resources: diff --git a/clusters/cl01tl/manifests/music-grabber/Deployment-music-grabber.yaml b/clusters/cl01tl/manifests/music-grabber/Deployment-music-grabber.yaml index e1423fdb2..14a683aee 100644 --- a/clusters/cl01tl/manifests/music-grabber/Deployment-music-grabber.yaml +++ b/clusters/cl01tl/manifests/music-grabber/Deployment-music-grabber.yaml @@ -60,6 +60,10 @@ spec: value: "8080" - name: DNS_UPSTREAM_RESOLVER_TYPE value: dot + - name: HTTPPROXY + value: "off" + - name: SHADOWSOCKS + value: "off" image: ghcr.io/qdm12/gluetun:v3.41.1@sha256:1a5bf4b4820a879cdf8d93d7ef0d2d963af56670c9ebff8981860b6804ebc8ab imagePullPolicy: IfNotPresent lifecycle: diff --git a/clusters/cl01tl/manifests/qbittorrent/Deployment-qbittorrent-main.yaml b/clusters/cl01tl/manifests/qbittorrent/Deployment-qbittorrent-main.yaml index 7bd43bee8..7a5e10d83 100644 --- a/clusters/cl01tl/manifests/qbittorrent/Deployment-qbittorrent-main.yaml +++ b/clusters/cl01tl/manifests/qbittorrent/Deployment-qbittorrent-main.yaml @@ -99,6 +99,10 @@ spec: value: 8080,9022 - name: DNS_UPSTREAM_RESOLVER_TYPE value: dot + - name: HTTPPROXY + value: "off" + - name: SHADOWSOCKS + value: "off" image: ghcr.io/qdm12/gluetun:v3.41.1@sha256:1a5bf4b4820a879cdf8d93d7ef0d2d963af56670c9ebff8981860b6804ebc8ab imagePullPolicy: IfNotPresent lifecycle: diff --git a/clusters/cl01tl/manifests/slskd/Deployment-slskd-main.yaml b/clusters/cl01tl/manifests/slskd/Deployment-slskd-main.yaml index 3688eabe8..3da85c7a5 100644 --- a/clusters/cl01tl/manifests/slskd/Deployment-slskd-main.yaml +++ b/clusters/cl01tl/manifests/slskd/Deployment-slskd-main.yaml @@ -81,6 +81,10 @@ spec: value: 5030,50300 - name: DNS_UPSTREAM_RESOLVER_TYPE value: dot + - name: HTTPPROXY + value: "off" + - name: SHADOWSOCKS + value: "off" image: ghcr.io/qdm12/gluetun:v3.41.1@sha256:1a5bf4b4820a879cdf8d93d7ef0d2d963af56670c9ebff8981860b6804ebc8ab imagePullPolicy: IfNotPresent lifecycle: diff --git a/clusters/cl01tl/manifests/tdarr/DaemonSet-tdarr-node.yaml b/clusters/cl01tl/manifests/tdarr/DaemonSet-tdarr-node.yaml index 0b64b5613..73b3c4712 100644 --- a/clusters/cl01tl/manifests/tdarr/DaemonSet-tdarr-node.yaml +++ b/clusters/cl01tl/manifests/tdarr/DaemonSet-tdarr-node.yaml @@ -55,7 +55,7 @@ spec: value: tdarr-api - name: serverPort value: "8266" - image: ghcr.io/haveagitgat/tdarr_node:2.61.01 + image: ghcr.io/haveagitgat/tdarr_node:2.62.01 imagePullPolicy: IfNotPresent name: main resources: diff --git a/clusters/cl01tl/manifests/tdarr/Deployment-tdarr-server.yaml b/clusters/cl01tl/manifests/tdarr/Deployment-tdarr-server.yaml index 101682cd8..532191453 100644 --- a/clusters/cl01tl/manifests/tdarr/Deployment-tdarr-server.yaml +++ b/clusters/cl01tl/manifests/tdarr/Deployment-tdarr-server.yaml @@ -57,7 +57,7 @@ spec: value: "8266" - name: webUIPort value: "8265" - image: ghcr.io/haveagitgat/tdarr:2.61.01 + image: ghcr.io/haveagitgat/tdarr:2.62.01 imagePullPolicy: IfNotPresent name: main resources: diff --git a/clusters/cl01tl/manifests/tubearchivist/Deployment-tubearchivist.yaml b/clusters/cl01tl/manifests/tubearchivist/Deployment-tubearchivist.yaml index c9be9882c..9559e2f7d 100644 --- a/clusters/cl01tl/manifests/tubearchivist/Deployment-tubearchivist.yaml +++ b/clusters/cl01tl/manifests/tubearchivist/Deployment-tubearchivist.yaml @@ -63,6 +63,10 @@ spec: value: 80,8000,24000 - name: DNS_UPSTREAM_RESOLVER_TYPE value: dot + - name: HTTPPROXY + value: "off" + - name: SHADOWSOCKS + value: "off" image: ghcr.io/qdm12/gluetun:v3.41.1@sha256:1a5bf4b4820a879cdf8d93d7ef0d2d963af56670c9ebff8981860b6804ebc8ab imagePullPolicy: IfNotPresent lifecycle: