From b64f8ab4ef140115fa82a180bafa41ba31ce7594 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Wed, 3 Dec 2025 23:11:35 +0000 Subject: [PATCH 1/5] chore: Update manifests after change --- clusters/cl01tl/manifests/unpoller/unpoller.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/manifests/unpoller/unpoller.yaml b/clusters/cl01tl/manifests/unpoller/unpoller.yaml index c0b8115ed..329b1ee13 100644 --- a/clusters/cl01tl/manifests/unpoller/unpoller.yaml +++ b/clusters/cl01tl/manifests/unpoller/unpoller.yaml @@ -91,7 +91,7 @@ spec: envFrom: - secretRef: name: unpoller-unifi-secret - image: ghcr.io/unpoller/unpoller:v2.15.4 + image: ghcr.io/unpoller/unpoller:v2.16.0 imagePullPolicy: IfNotPresent name: main resources: -- 2.49.1 From bf14ab879f9230717985c96c229b686b84af411f Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Wed, 3 Dec 2025 23:25:08 +0000 Subject: [PATCH 2/5] chore: Update manifests after change --- clusters/cl01tl/manifests/home-assistant/home-assistant.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/manifests/home-assistant/home-assistant.yaml b/clusters/cl01tl/manifests/home-assistant/home-assistant.yaml index 5357a6057..455d97864 100644 --- a/clusters/cl01tl/manifests/home-assistant/home-assistant.yaml +++ b/clusters/cl01tl/manifests/home-assistant/home-assistant.yaml @@ -129,7 +129,7 @@ spec: - env: - name: TZ value: US/Central - image: ghcr.io/home-assistant/home-assistant:2025.11.3 + image: ghcr.io/home-assistant/home-assistant:2025.12.0 imagePullPolicy: IfNotPresent name: main resources: -- 2.49.1 From 0c817cb846a15bde0449f74cf26bacb0f3679806 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Wed, 3 Dec 2025 23:26:47 +0000 Subject: [PATCH 3/5] chore: Update manifests after change --- clusters/cl01tl/manifests/trivy/trivy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/manifests/trivy/trivy.yaml b/clusters/cl01tl/manifests/trivy/trivy.yaml index 8ba97f190..caccd6313 100644 --- a/clusters/cl01tl/manifests/trivy/trivy.yaml +++ b/clusters/cl01tl/manifests/trivy/trivy.yaml @@ -3130,7 +3130,7 @@ metadata: app.kubernetes.io/managed-by: Helm data: trivy.repository: "mirror.gcr.io/aquasec/trivy" - trivy.tag: "0.67.2" + trivy.tag: "0.68.1" trivy.imagePullPolicy: "IfNotPresent" trivy.additionalVulnerabilityReportFields: "" trivy.registry.mirror.gcr.io: "proxy-gcr.io" -- 2.49.1 From 8d2794d64196128fc3fba9a523e858ada3367eb0 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Wed, 3 Dec 2025 23:35:04 +0000 Subject: [PATCH 4/5] chore: Update manifests after change --- clusters/cl01tl/manifests/actual/actual.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/manifests/actual/actual.yaml b/clusters/cl01tl/manifests/actual/actual.yaml index a5eed7638..1473c83ea 100644 --- a/clusters/cl01tl/manifests/actual/actual.yaml +++ b/clusters/cl01tl/manifests/actual/actual.yaml @@ -85,7 +85,7 @@ spec: - env: - name: TZ value: US/Central - image: ghcr.io/actualbudget/actual:25.11.0 + image: ghcr.io/actualbudget/actual:25.12.0 imagePullPolicy: IfNotPresent livenessProbe: exec: -- 2.49.1 From 314eafcf3cb59562f46a555a1837ace0b0410e22 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Wed, 3 Dec 2025 23:37:46 +0000 Subject: [PATCH 5/5] chore: Update manifests after change --- clusters/cl01tl/manifests/freshrss/freshrss.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/manifests/freshrss/freshrss.yaml b/clusters/cl01tl/manifests/freshrss/freshrss.yaml index b70954a21..8c83f58fd 100644 --- a/clusters/cl01tl/manifests/freshrss/freshrss.yaml +++ b/clusters/cl01tl/manifests/freshrss/freshrss.yaml @@ -176,7 +176,7 @@ spec: rm -rf /var/www/FreshRSS/extensions/xExtension-YouTubeChannel2RssFeed cp -r xExtension-YouTubeChannel2RssFeed /var/www/FreshRSS/extensions chown -R 568:568 /var/www/FreshRSS/extensions/xExtension-YouTubeChannel2RssFeed - image: alpine:3.22.2 + image: alpine:3.23.0 imagePullPolicy: IfNotPresent name: init-download-extension-1 resources: @@ -201,7 +201,7 @@ spec: rm -rf /var/www/FreshRSS/extensions/xExtension-ImageProxy cp -r xExtension-ImageProxy /var/www/FreshRSS/extensions chown -R 568:568 /var/www/FreshRSS/extensions/xExtension-ImageProxy - image: alpine:3.22.2 + image: alpine:3.23.0 imagePullPolicy: IfNotPresent name: init-download-extension-2 resources: @@ -224,7 +224,7 @@ spec: mkdir /var/www/FreshRSS/extensions/xExtension-karakeep-button cp -r /tmp/xExtension-karakeep-button-*/* /var/www/FreshRSS/extensions/xExtension-karakeep-button chown -R 568:568 /var/www/FreshRSS/extensions/xExtension-karakeep-button - image: alpine:3.22.2 + image: alpine:3.23.0 imagePullPolicy: IfNotPresent name: init-download-extension-3 resources: -- 2.49.1