From 871ecd734fb3d82522f2ced8650ec1e0bfb0d83c Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 17 Mar 2026 01:23:01 +0000 Subject: [PATCH 01/11] Merge into Dev (#4797) Trivy fix Co-authored-by: Renovate Bot Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4797 --- clusters/cl01tl/helm/trivy/values.yaml | 78 +++++++++++++------------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/clusters/cl01tl/helm/trivy/values.yaml b/clusters/cl01tl/helm/trivy/values.yaml index fd4220dd4..f0a4a29ac 100644 --- a/clusters/cl01tl/helm/trivy/values.yaml +++ b/clusters/cl01tl/helm/trivy/values.yaml @@ -46,42 +46,42 @@ trivy-operator: cpu: 200m memory: 512Mi replicas: 1 -nodeCollector: - volumeMounts: - - name: var-lib-etcd - mountPath: /var/lib/etcd - readOnly: true - - name: var-lib-kubelet - mountPath: /var/lib/kubelet - readOnly: true - - name: var-lib-kube-scheduler - mountPath: /var/lib/kube-scheduler - readOnly: true - - name: var-lib-kube-controller-manager - mountPath: /var/lib/kube-controller-manager - readOnly: true - - name: etc-kubernetes - mountPath: /etc/kubernetes - readOnly: true - - name: etc-cni-netd - mountPath: /etc/cni/net.d/ - readOnly: true - volumes: - - name: var-lib-etcd - hostPath: - path: /var/lib/etcd - - name: var-lib-kubelet - hostPath: - path: /var/lib/kubelet - - name: var-lib-kube-scheduler - hostPath: - path: /var/lib/kube-scheduler - - name: var-lib-kube-controller-manager - hostPath: - path: /var/lib/kube-controller-manager - - name: etc-kubernetes - hostPath: - path: /etc/kubernetes - - name: etc-cni-netd - hostPath: - path: /etc/cni/net.d/ + nodeCollector: + volumeMounts: + - name: var-lib-etcd + mountPath: /var/lib/etcd + readOnly: true + - name: var-lib-kubelet + mountPath: /var/lib/kubelet + readOnly: true + - name: var-lib-kube-scheduler + mountPath: /var/lib/kube-scheduler + readOnly: true + - name: var-lib-kube-controller-manager + mountPath: /var/lib/kube-controller-manager + readOnly: true + - name: etc-kubernetes + mountPath: /etc/kubernetes + readOnly: true + - name: etc-cni-netd + mountPath: /etc/cni/net.d/ + readOnly: true + volumes: + - name: var-lib-etcd + hostPath: + path: /var/lib/etcd + - name: var-lib-kubelet + hostPath: + path: /var/lib/kubelet + - name: var-lib-kube-scheduler + hostPath: + path: /var/lib/kube-scheduler + - name: var-lib-kube-controller-manager + hostPath: + path: /var/lib/kube-controller-manager + - name: etc-kubernetes + hostPath: + path: /etc/kubernetes + - name: etc-cni-netd + hostPath: + path: /etc/cni/net.d/ From a1ce469787c0b8287116a72a20b2fa41988c28f9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 17 Mar 2026 02:02:53 +0000 Subject: [PATCH 02/11] chore(deps): update dependency binwiederhier/ntfy to v2.19.1 (#4799) --- clusters/cl01tl/helm/ntfy/Chart.yaml | 2 +- clusters/cl01tl/helm/ntfy/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/ntfy/Chart.yaml b/clusters/cl01tl/helm/ntfy/Chart.yaml index a2539c54a..d020e3990 100644 --- a/clusters/cl01tl/helm/ntfy/Chart.yaml +++ b/clusters/cl01tl/helm/ntfy/Chart.yaml @@ -20,4 +20,4 @@ dependencies: version: 4.6.2 icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/ntfy.png # renovate: datasource=github-releases depName=binwiederhier/ntfy -appVersion: 2.19.0 +appVersion: 2.19.1 diff --git a/clusters/cl01tl/helm/ntfy/values.yaml b/clusters/cl01tl/helm/ntfy/values.yaml index 0ebf87cb7..4501515b8 100644 --- a/clusters/cl01tl/helm/ntfy/values.yaml +++ b/clusters/cl01tl/helm/ntfy/values.yaml @@ -9,7 +9,7 @@ ntfy: main: image: repository: binwiederhier/ntfy - tag: v2.19.0 + tag: v2.19.1 pullPolicy: IfNotPresent args: ["serve"] env: From ac933d97fdd2725719bc3c70a98955290b0e22a7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 17 Mar 2026 12:03:07 +0000 Subject: [PATCH 03/11] chore(deps): update dependency argoproj/argo-cd to v3.3.4 (#4801) --- clusters/cl01tl/helm/argocd/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/argocd/Chart.yaml b/clusters/cl01tl/helm/argocd/Chart.yaml index b897feb0e..4b0d6b8a6 100644 --- a/clusters/cl01tl/helm/argocd/Chart.yaml +++ b/clusters/cl01tl/helm/argocd/Chart.yaml @@ -19,4 +19,4 @@ dependencies: repository: https://argoproj.github.io/argo-helm icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/argo-cd.png # renovate: datasource=github-releases depName=argoproj/argo-cd -appVersion: v3.3.3 +appVersion: v3.3.4 From 58535a4181941d19dc88a00014c8d21e123ed862 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 17 Mar 2026 13:05:27 +0000 Subject: [PATCH 04/11] chore(deps): update dependency home-assistant/core to v2026.3.2 (#4803) --- clusters/cl01tl/helm/home-assistant/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/home-assistant/Chart.yaml b/clusters/cl01tl/helm/home-assistant/Chart.yaml index be7faf400..509817e80 100644 --- a/clusters/cl01tl/helm/home-assistant/Chart.yaml +++ b/clusters/cl01tl/helm/home-assistant/Chart.yaml @@ -25,4 +25,4 @@ dependencies: repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/home-assistant.png # renovate: datasource=github-releases depName=home-assistant/core -appVersion: 2026.3.1 +appVersion: 2026.3.2 From ebf04db452f15cd6f197f3d57108945df1b4b3a2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 17 Mar 2026 13:06:11 +0000 Subject: [PATCH 05/11] chore(deps): update helm release argo-cd to v9.4.11 (#4804) --- clusters/cl01tl/helm/argocd/Chart.lock | 6 +++--- clusters/cl01tl/helm/argocd/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/helm/argocd/Chart.lock b/clusters/cl01tl/helm/argocd/Chart.lock index 61a23a395..a1817083e 100644 --- a/clusters/cl01tl/helm/argocd/Chart.lock +++ b/clusters/cl01tl/helm/argocd/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: argo-cd repository: https://argoproj.github.io/argo-helm - version: 9.4.10 -digest: sha256:795aad956acef3f5efb8160390caf9b9792b7b4150d3a7984f1c5edbad92dfaa -generated: "2026-03-10T18:58:35.720448421Z" + version: 9.4.11 +digest: sha256:7726a0806d7ab4e0c2f5942aceee4ce363decf63d54a545a91b537559e5a9f0f +generated: "2026-03-17T13:05:43.394982076Z" diff --git a/clusters/cl01tl/helm/argocd/Chart.yaml b/clusters/cl01tl/helm/argocd/Chart.yaml index 4b0d6b8a6..bfe2e0ffb 100644 --- a/clusters/cl01tl/helm/argocd/Chart.yaml +++ b/clusters/cl01tl/helm/argocd/Chart.yaml @@ -15,7 +15,7 @@ maintainers: - name: alexlebens dependencies: - name: argo-cd - version: 9.4.10 + version: 9.4.11 repository: https://argoproj.github.io/argo-helm icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/argo-cd.png # renovate: datasource=github-releases depName=argoproj/argo-cd From 10a15685d8e15de540df56d56f9746064755005f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 17 Mar 2026 19:04:07 +0000 Subject: [PATCH 06/11] chore(deps): update searxng/searxng:latest docker digest to 090d7ef (#4806) --- clusters/cl01tl/helm/searxng/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/searxng/values.yaml b/clusters/cl01tl/helm/searxng/values.yaml index 91fe76c29..390675f0b 100644 --- a/clusters/cl01tl/helm/searxng/values.yaml +++ b/clusters/cl01tl/helm/searxng/values.yaml @@ -9,7 +9,7 @@ searxng: main: image: repository: searxng/searxng - tag: latest@sha256:9206e4c2de22ea36274a67eb961afd90f51d2a9df2f8242b00c94e6c6692a946 + tag: latest@sha256:090d7ef2e61cb540baf0db0656bfd4dfbcbba82604adb8ebfb5e316d09289fef pullPolicy: IfNotPresent env: - name: SEARXNG_BASE_URL @@ -39,7 +39,7 @@ searxng: main: image: repository: searxng/searxng - tag: latest@sha256:9206e4c2de22ea36274a67eb961afd90f51d2a9df2f8242b00c94e6c6692a946 + tag: latest@sha256:090d7ef2e61cb540baf0db0656bfd4dfbcbba82604adb8ebfb5e316d09289fef pullPolicy: IfNotPresent env: - name: SEARXNG_BASE_URL From 1837cd43c91e2ed47231c99b387273bd10260299 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 17 Mar 2026 20:04:00 +0000 Subject: [PATCH 07/11] chore(deps): update ghcr.io/linuxserver/lidarr:3.1.2-nightly docker digest to 034055f (#4808) --- clusters/cl01tl/helm/lidarr/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/lidarr/values.yaml b/clusters/cl01tl/helm/lidarr/values.yaml index 73678eb22..0418fe6e4 100644 --- a/clusters/cl01tl/helm/lidarr/values.yaml +++ b/clusters/cl01tl/helm/lidarr/values.yaml @@ -15,7 +15,7 @@ lidarr: main: image: repository: ghcr.io/linuxserver/lidarr - tag: 3.1.2-nightly@sha256:2b1b64f07214c6cf05bcfed999aa74ee23825e4bc2ef2c48aba1cd5d5bf968fe + tag: 3.1.2-nightly@sha256:034055feee43b11eb2f7a8438a9af1c99ab564dd2b43e5df2fe5b3c9b3b8b1ac pullPolicy: IfNotPresent env: - name: TZ From 4d7fcd49c5ef2ce3e21dfb7edc9b3743a64478c9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 17 Mar 2026 20:04:20 +0000 Subject: [PATCH 08/11] chore(deps): update g33kphr33k/musicgrabber docker tag to v2.4.4 (#4809) --- clusters/cl01tl/helm/music-grabber/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/music-grabber/values.yaml b/clusters/cl01tl/helm/music-grabber/values.yaml index cde62767d..940051609 100644 --- a/clusters/cl01tl/helm/music-grabber/values.yaml +++ b/clusters/cl01tl/helm/music-grabber/values.yaml @@ -9,7 +9,7 @@ music-grabber: main: image: repository: g33kphr33k/musicgrabber - tag: 2.4.3 + tag: 2.4.4 pullPolicy: IfNotPresent env: - name: MUSIC_DIR From d9fcb0c864e2af3bde2a3176f8293eb053e6fd6d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 17 Mar 2026 20:57:17 +0000 Subject: [PATCH 09/11] chore(deps): update ghcr.io/gabe565/castsponsorskip docker tag to v0.8.3 (#4812) --- hosts/ps10rp/castsponsorskip/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ps10rp/castsponsorskip/compose.yaml b/hosts/ps10rp/castsponsorskip/compose.yaml index 6b8e4f199..9c982b6a8 100644 --- a/hosts/ps10rp/castsponsorskip/compose.yaml +++ b/hosts/ps10rp/castsponsorskip/compose.yaml @@ -1,7 +1,7 @@ --- services: castsponsorskip: - image: ghcr.io/gabe565/castsponsorskip:0.8.2 + image: ghcr.io/gabe565/castsponsorskip:0.8.3 container_name: castsponsorskip environment: - TZ=America/Chicago From 7ca2f811908b643d8c0417829d3a2ba1470d628a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 17 Mar 2026 20:57:50 +0000 Subject: [PATCH 10/11] chore(deps): update prometheus-operator-crds docker tag to v27.0.1 (#4813) --- clusters/cl01tl/helm/prometheus-operator-crds/Chart.lock | 6 +++--- clusters/cl01tl/helm/prometheus-operator-crds/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/helm/prometheus-operator-crds/Chart.lock b/clusters/cl01tl/helm/prometheus-operator-crds/Chart.lock index 4ca636570..805dc15df 100644 --- a/clusters/cl01tl/helm/prometheus-operator-crds/Chart.lock +++ b/clusters/cl01tl/helm/prometheus-operator-crds/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: prometheus-operator-crds repository: oci://ghcr.io/prometheus-community/charts - version: 27.0.0 -digest: sha256:ab76a45fb53268d4afdad507277c244af11c50344e50a24799182bbd9757258d -generated: "2026-02-06T14:05:22.069162277Z" + version: 27.0.1 +digest: sha256:c66f0099390741388fce480670ce5f40f0e8459f3471a9f49da6f3f217c028a0 +generated: "2026-03-17T20:57:34.001956235Z" diff --git a/clusters/cl01tl/helm/prometheus-operator-crds/Chart.yaml b/clusters/cl01tl/helm/prometheus-operator-crds/Chart.yaml index 7851c1fd0..ee17245f7 100644 --- a/clusters/cl01tl/helm/prometheus-operator-crds/Chart.yaml +++ b/clusters/cl01tl/helm/prometheus-operator-crds/Chart.yaml @@ -15,7 +15,7 @@ maintainers: - name: alexlebens dependencies: - name: prometheus-operator-crds - version: 27.0.0 + version: 27.0.1 repository: oci://ghcr.io/prometheus-community/charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/prometheus.png # renovate: datasource=github-releases depName=prometheus-operator/prometheus-operator From 77c29e7db58fd285eea98e5be483c386c00fa65c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 17 Mar 2026 21:20:56 +0000 Subject: [PATCH 11/11] chore(deps): update harbor.alexlebens.net/images/site-profile docker tag to v3.14.0 (#4814) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [harbor.alexlebens.net/images/site-profile](https://gitea.alexlebens.dev/alexlebens/site-profile) | minor | `3.13.0` → `3.14.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/2) for more information. --- ### Release Notes
alexlebens/site-profile (harbor.alexlebens.net/images/site-profile) ### [`v3.14.0`](https://gitea.alexlebens.dev/alexlebens/site-profile/releases/tag/3.14.0) [Compare Source](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/3.13.0...3.14.0) ##### Features - release for content ([abdb30b](https://gitea.alexlebens.dev/alexlebens/site-profile/commit/abdb30b0e362bb97d59969cc5ea714c60b0efe60))
--- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4814 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/site-profile/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/site-profile/values.yaml b/clusters/cl01tl/helm/site-profile/values.yaml index 14da491a7..5d0375c77 100644 --- a/clusters/cl01tl/helm/site-profile/values.yaml +++ b/clusters/cl01tl/helm/site-profile/values.yaml @@ -11,7 +11,7 @@ site-profile: main: image: repository: harbor.alexlebens.net/images/site-profile - tag: 3.13.0 + tag: 3.14.0 pullPolicy: IfNotPresent resources: requests: