From 7c063f3b5ebbdd185b428035de01131d105af2b8 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Mon, 25 May 2026 20:09:34 +0000 Subject: [PATCH] chore: Update manifests after change --- clusters/cl01tl/manifests/gitea/StatefulSet-gitea-runner.yaml | 2 +- .../local-path-provisioner/ConfigMap-local-path-config.yaml | 2 +- .../Deployment-local-path-provisioner.yaml | 2 +- .../manifests/qbittorrent/Deployment-qbittorrent-main.yaml | 2 +- .../qbittorrent/Deployment-qbittorrent-qbit-manage.yaml | 2 +- clusters/cl01tl/manifests/slskd/Deployment-slskd.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/clusters/cl01tl/manifests/gitea/StatefulSet-gitea-runner.yaml b/clusters/cl01tl/manifests/gitea/StatefulSet-gitea-runner.yaml index b72af1ccf..f3c99857d 100644 --- a/clusters/cl01tl/manifests/gitea/StatefulSet-gitea-runner.yaml +++ b/clusters/cl01tl/manifests/gitea/StatefulSet-gitea-runner.yaml @@ -34,7 +34,7 @@ spec: restartPolicy: Always initContainers: - name: init-gitea - image: "docker.io/busybox:1.37.0@sha256:1487d0af5f52b4ba31c7e465126ee2123fe3f2305d638e7827681e7cf6c83d5e" + image: "docker.io/busybox:1.38.0@sha256:fd8d9aa63ba2f0982b5304e1ee8d3b90a210bc1ffb5314d980eb6962f1a9715d" command: - sh - -c diff --git a/clusters/cl01tl/manifests/local-path-provisioner/ConfigMap-local-path-config.yaml b/clusters/cl01tl/manifests/local-path-provisioner/ConfigMap-local-path-config.yaml index 924483eca..300bb9c42 100644 --- a/clusters/cl01tl/manifests/local-path-provisioner/ConfigMap-local-path-config.yaml +++ b/clusters/cl01tl/manifests/local-path-provisioner/ConfigMap-local-path-config.yaml @@ -49,7 +49,7 @@ data: effect: NoSchedule containers: - name: helper-pod - image: busybox:1.37.0@sha256:1487d0af5f52b4ba31c7e465126ee2123fe3f2305d638e7827681e7cf6c83d5e + image: busybox:1.38.0@sha256:fd8d9aa63ba2f0982b5304e1ee8d3b90a210bc1ffb5314d980eb6962f1a9715d imagePullPolicy: IfNotPresent resources: {} diff --git a/clusters/cl01tl/manifests/local-path-provisioner/Deployment-local-path-provisioner.yaml b/clusters/cl01tl/manifests/local-path-provisioner/Deployment-local-path-provisioner.yaml index 48f542df0..ba61fd965 100644 --- a/clusters/cl01tl/manifests/local-path-provisioner/Deployment-local-path-provisioner.yaml +++ b/clusters/cl01tl/manifests/local-path-provisioner/Deployment-local-path-provisioner.yaml @@ -42,7 +42,7 @@ spec: - --provisioner-name - cluster.local/local-path-provisioner - --helper-image - - "busybox:1.37.0@sha256:1487d0af5f52b4ba31c7e465126ee2123fe3f2305d638e7827681e7cf6c83d5e" + - "busybox:1.38.0@sha256:fd8d9aa63ba2f0982b5304e1ee8d3b90a210bc1ffb5314d980eb6962f1a9715d" - --configmap-name - local-path-config volumeMounts: diff --git a/clusters/cl01tl/manifests/qbittorrent/Deployment-qbittorrent-main.yaml b/clusters/cl01tl/manifests/qbittorrent/Deployment-qbittorrent-main.yaml index b3f12b665..cbfe9f4eb 100644 --- a/clusters/cl01tl/manifests/qbittorrent/Deployment-qbittorrent-main.yaml +++ b/clusters/cl01tl/manifests/qbittorrent/Deployment-qbittorrent-main.yaml @@ -111,7 +111,7 @@ spec: sysctl -w net.ipv6.conf.all.disable_ipv6=1 command: - /bin/sh - image: busybox:1.37.0@sha256:1487d0af5f52b4ba31c7e465126ee2123fe3f2305d638e7827681e7cf6c83d5e + image: busybox:1.38.0@sha256:fd8d9aa63ba2f0982b5304e1ee8d3b90a210bc1ffb5314d980eb6962f1a9715d name: init-sysctl securityContext: privileged: true diff --git a/clusters/cl01tl/manifests/qbittorrent/Deployment-qbittorrent-qbit-manage.yaml b/clusters/cl01tl/manifests/qbittorrent/Deployment-qbittorrent-qbit-manage.yaml index ae5fe0f47..ddef0d192 100644 --- a/clusters/cl01tl/manifests/qbittorrent/Deployment-qbittorrent-qbit-manage.yaml +++ b/clusters/cl01tl/manifests/qbittorrent/Deployment-qbittorrent-qbit-manage.yaml @@ -41,7 +41,7 @@ spec: - -ec - | cp /tmp/config.yml /app/config/config.yml - image: busybox:1.37.0@sha256:1487d0af5f52b4ba31c7e465126ee2123fe3f2305d638e7827681e7cf6c83d5e + image: busybox:1.38.0@sha256:fd8d9aa63ba2f0982b5304e1ee8d3b90a210bc1ffb5314d980eb6962f1a9715d name: init-copy-config volumeMounts: - mountPath: /tmp/config.yml diff --git a/clusters/cl01tl/manifests/slskd/Deployment-slskd.yaml b/clusters/cl01tl/manifests/slskd/Deployment-slskd.yaml index aad2add98..da5a257cf 100644 --- a/clusters/cl01tl/manifests/slskd/Deployment-slskd.yaml +++ b/clusters/cl01tl/manifests/slskd/Deployment-slskd.yaml @@ -101,7 +101,7 @@ spec: sysctl -w net.ipv6.conf.all.disable_ipv6=1 command: - /bin/sh - image: busybox:1.37.0@sha256:1487d0af5f52b4ba31c7e465126ee2123fe3f2305d638e7827681e7cf6c83d5e + image: busybox:1.38.0@sha256:fd8d9aa63ba2f0982b5304e1ee8d3b90a210bc1ffb5314d980eb6962f1a9715d name: init-sysctl securityContext: privileged: true