From 3f6b94a1f50e0425cd4e7203ca03e1019121b5e9 Mon Sep 17 00:00:00 2001 From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com> Date: Thu, 19 Feb 2026 19:20:25 +0100 Subject: [PATCH 01/15] fix(gluetun): Add NET_RAW capability --- k8s-wheatley/qbittorrent/deployments.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/k8s-wheatley/qbittorrent/deployments.yaml b/k8s-wheatley/qbittorrent/deployments.yaml index 0b796f6..939dd66 100644 --- a/k8s-wheatley/qbittorrent/deployments.yaml +++ b/k8s-wheatley/qbittorrent/deployments.yaml @@ -66,6 +66,7 @@ spec: add: - "CHOWN" - "NET_ADMIN" + - "NET_RAW" containers: - name: qbittorrent-nox image: docker.io/qbittorrentofficial/qbittorrent-nox From dc5758734935e1a1879e654df8a85312976ffeec Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 24 Feb 2026 00:03:48 +0000 Subject: [PATCH 02/15] chore(deps): update helm release external-secrets to v2.0.1 --- k8s-peterg/external-secrets-operator/kustomization.yaml | 2 +- k8s-wheatley/external-secrets-operator/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s-peterg/external-secrets-operator/kustomization.yaml b/k8s-peterg/external-secrets-operator/kustomization.yaml index 4dff8b8..d2369d9 100644 --- a/k8s-peterg/external-secrets-operator/kustomization.yaml +++ b/k8s-peterg/external-secrets-operator/kustomization.yaml @@ -12,4 +12,4 @@ helmCharts: repo: https://charts.external-secrets.io namespace: external-secrets releaseName: external-secrets - version: 2.0.0 + version: 2.0.1 diff --git a/k8s-wheatley/external-secrets-operator/kustomization.yaml b/k8s-wheatley/external-secrets-operator/kustomization.yaml index 4dff8b8..d2369d9 100644 --- a/k8s-wheatley/external-secrets-operator/kustomization.yaml +++ b/k8s-wheatley/external-secrets-operator/kustomization.yaml @@ -12,4 +12,4 @@ helmCharts: repo: https://charts.external-secrets.io namespace: external-secrets releaseName: external-secrets - version: 2.0.0 + version: 2.0.1 From a3765daa9ed069cd0dd0f702ba2697f6ea953980 Mon Sep 17 00:00:00 2001 From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com> Date: Tue, 24 Feb 2026 11:48:33 +0100 Subject: [PATCH 03/15] chore(renovate): Add custom plex packageRule --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index d2cdd71..77fb37e 100644 --- a/renovate.json +++ b/renovate.json @@ -11,5 +11,11 @@ "prHourlyLimit": 0, "schedule": [ "before 6am on Tuesday" + ], + "packageRules": [ + { + "matchPackageNames": ["plexinc/pms-docker"], + "versioning": "regex:^(?\\d+)\\.(?\\d+)\\.(?\\d+)\\.(?\\d+)-(?[a-f0-9]+)$" + } ] } From 1454ea65000481046794a1a02a7bc5d686172d6d Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 24 Feb 2026 10:55:15 +0000 Subject: [PATCH 04/15] chore(deps): update plexinc/pms-docker docker tag to v1.43.0.10492-121068a07 --- k8s-wheatley/plex/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s-wheatley/plex/kustomization.yaml b/k8s-wheatley/plex/kustomization.yaml index e347ee5..eb8b1eb 100644 --- a/k8s-wheatley/plex/kustomization.yaml +++ b/k8s-wheatley/plex/kustomization.yaml @@ -14,4 +14,4 @@ resources: images: - name: plexinc/pms-docker - newTag: 1.43.0.10467-2b1ba6e69@sha256:d38767ec3b948e860bcf1abfe16512bd638e6ac01230f5b65b64e2ef09052267 + newTag: 1.43.0.10492-121068a07@sha256:1131c4cd21fa22f8196f749f1dbb69af306776c3c83c7f5b061e51dc49bcff7f From 5e22d33fb517abcb8b8a4a2363cc08b2f7fd737a Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 3 Mar 2026 00:02:29 +0000 Subject: [PATCH 05/15] chore(deps): update linuxserver/radarr:6.0.4 docker digest to a360633 --- k8s-wheatley/radarr/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s-wheatley/radarr/kustomization.yaml b/k8s-wheatley/radarr/kustomization.yaml index 2dd3481..0856d13 100644 --- a/k8s-wheatley/radarr/kustomization.yaml +++ b/k8s-wheatley/radarr/kustomization.yaml @@ -14,4 +14,4 @@ resources: images: - name: linuxserver/radarr - newTag: 6.0.4@sha256:6d3e68474ea146f995af98d3fb2cb1a14e2e4457ddaf035aa5426889e2f9249c + newTag: 6.0.4@sha256:a360633a3682d41e96f71a07ff36ecbdf2394a9628465b84b0a8437087715b41 From 61f204cee527344abe49faa890961aa04ef2760f Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 3 Mar 2026 00:02:34 +0000 Subject: [PATCH 06/15] chore(deps): update helm release alloy to v1.6.1 --- kustomize-bases/alloy/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize-bases/alloy/kustomization.yaml b/kustomize-bases/alloy/kustomization.yaml index 4ad1d35..2ff5081 100644 --- a/kustomize-bases/alloy/kustomization.yaml +++ b/kustomize-bases/alloy/kustomization.yaml @@ -9,7 +9,7 @@ resources: helmCharts: - name: alloy repo: https://grafana.github.io/helm-charts - version: "1.6.0" + version: "1.6.1" releaseName: alloy valuesFile: values.yaml - name: kube-state-metrics From 4cc9cbc3ea58374167b39d463d311a1d15e70b1d Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 3 Mar 2026 00:03:28 +0000 Subject: [PATCH 07/15] chore(deps): update helm release kube-state-metrics to v7.2.0 --- kustomize-bases/alloy/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize-bases/alloy/kustomization.yaml b/kustomize-bases/alloy/kustomization.yaml index 4ad1d35..6049973 100644 --- a/kustomize-bases/alloy/kustomization.yaml +++ b/kustomize-bases/alloy/kustomization.yaml @@ -14,7 +14,7 @@ helmCharts: valuesFile: values.yaml - name: kube-state-metrics repo: https://prometheus-community.github.io/helm-charts - version: "7.1.0" + version: "7.2.0" releaseName: kube-state-metrics - name: prometheus-operator-crds repo: https://prometheus-community.github.io/helm-charts From 00f877f6a0d50e859761a5693d89bf6505c2bb29 Mon Sep 17 00:00:00 2001 From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com> Date: Wed, 4 Mar 2026 18:24:57 +0100 Subject: [PATCH 08/15] fix(argocd): Use correct syntax for exposing Authentik groups --- k8s-peterg/argocd/patches/configmap.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/k8s-peterg/argocd/patches/configmap.yaml b/k8s-peterg/argocd/patches/configmap.yaml index ea50ccb..11e273b 100644 --- a/k8s-peterg/argocd/patches/configmap.yaml +++ b/k8s-peterg/argocd/patches/configmap.yaml @@ -17,7 +17,7 @@ data: issuer: $argocd-authentik-provider:dex.authentik.issuer clientID: $argocd-authentik-provider:dex.authentik.clientID clientSecret: $argocd-authentik-provider:dex.authentik.clientSecret - isecureEnableGroups: true + insecureEnableGroups: true scopes: - openid - profile @@ -42,5 +42,4 @@ data: p, role:org-admin, logs, get, */*, allow p, role:org-admin, exec, create, */*, allow - g, peter@peterg.nl, role:org-admin g, ArgoCD Admins, role:admin From 1de1064b987e0a69a4f6c477a4b665fc3dd2684b Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 10 Mar 2026 00:03:21 +0000 Subject: [PATCH 09/15] chore(deps): update linuxserver/radarr:6.0.4 docker digest to ca43905 --- k8s-wheatley/radarr/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s-wheatley/radarr/kustomization.yaml b/k8s-wheatley/radarr/kustomization.yaml index 0856d13..25417d3 100644 --- a/k8s-wheatley/radarr/kustomization.yaml +++ b/k8s-wheatley/radarr/kustomization.yaml @@ -14,4 +14,4 @@ resources: images: - name: linuxserver/radarr - newTag: 6.0.4@sha256:a360633a3682d41e96f71a07ff36ecbdf2394a9628465b84b0a8437087715b41 + newTag: 6.0.4@sha256:ca43905eaf2dd11425efdcfe184892e43806b1ae0a830440c825cecbc2629cfb From 2d8df700c28694168151786f2eea19507d605193 Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 10 Mar 2026 00:03:26 +0000 Subject: [PATCH 10/15] chore(deps): update linuxserver/sonarr:4.0.16 docker digest to 21c1c3d --- k8s-wheatley/sonarr/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s-wheatley/sonarr/kustomization.yaml b/k8s-wheatley/sonarr/kustomization.yaml index c07271b..8ea7bb6 100644 --- a/k8s-wheatley/sonarr/kustomization.yaml +++ b/k8s-wheatley/sonarr/kustomization.yaml @@ -14,4 +14,4 @@ resources: images: - name: linuxserver/sonarr - newTag: 4.0.16@sha256:37be832b78548e3f55f69c45b50e3b14d18df1b6def2a4994258217e67efb1a1 + newTag: 4.0.16@sha256:21c1c3d52248589bb064f5adafec18cad45812d7a01d317472955eef051e619b From 9973932a112f90c3fbae1c4a87561623d6ccd936 Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 10 Mar 2026 00:03:43 +0000 Subject: [PATCH 11/15] chore(deps): update helm release external-secrets to v2.1.0 --- k8s-peterg/external-secrets-operator/kustomization.yaml | 2 +- k8s-wheatley/external-secrets-operator/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s-peterg/external-secrets-operator/kustomization.yaml b/k8s-peterg/external-secrets-operator/kustomization.yaml index d2369d9..bf9ffc9 100644 --- a/k8s-peterg/external-secrets-operator/kustomization.yaml +++ b/k8s-peterg/external-secrets-operator/kustomization.yaml @@ -12,4 +12,4 @@ helmCharts: repo: https://charts.external-secrets.io namespace: external-secrets releaseName: external-secrets - version: 2.0.1 + version: 2.1.0 diff --git a/k8s-wheatley/external-secrets-operator/kustomization.yaml b/k8s-wheatley/external-secrets-operator/kustomization.yaml index d2369d9..bf9ffc9 100644 --- a/k8s-wheatley/external-secrets-operator/kustomization.yaml +++ b/k8s-wheatley/external-secrets-operator/kustomization.yaml @@ -12,4 +12,4 @@ helmCharts: repo: https://charts.external-secrets.io namespace: external-secrets releaseName: external-secrets - version: 2.0.1 + version: 2.1.0 From 0d04ae10d4481a616a2872b1772c14376139956e Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 11 Mar 2026 06:02:16 +0000 Subject: [PATCH 12/15] chore(deps): update linuxserver/prowlarr:2.3.0 docker digest to 9ef5d8b --- k8s-wheatley/prowlarr/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s-wheatley/prowlarr/kustomization.yaml b/k8s-wheatley/prowlarr/kustomization.yaml index 263f15f..71d1948 100644 --- a/k8s-wheatley/prowlarr/kustomization.yaml +++ b/k8s-wheatley/prowlarr/kustomization.yaml @@ -16,4 +16,4 @@ images: - name: flaresolverr/flaresolverr newTag: v3.4.6@sha256:7962759d99d7e125e108e0f5e7f3cdbcd36161776d058d1d9b7153b92ef1af9e - name: linuxserver/prowlarr - newTag: 2.3.0@sha256:e74a1e093dcc223d671d4b7061e2b4946f1989a4d3059654ff4e623b731c9134 + newTag: 2.3.0@sha256:9ef5d8bf832edcacb6082f9262cb36087854e78eb7b1c3e1d4375056055b2d82 From eb9507a3c26b7944356a68b50b6ba0d783aeb1bd Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 17 Mar 2026 00:02:33 +0000 Subject: [PATCH 13/15] chore(deps): update helm release alloy to v1.6.2 --- kustomize-bases/alloy/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize-bases/alloy/kustomization.yaml b/kustomize-bases/alloy/kustomization.yaml index 059cfdf..77019d6 100644 --- a/kustomize-bases/alloy/kustomization.yaml +++ b/kustomize-bases/alloy/kustomization.yaml @@ -9,7 +9,7 @@ resources: helmCharts: - name: alloy repo: https://grafana.github.io/helm-charts - version: "1.6.1" + version: "1.6.2" releaseName: alloy valuesFile: values.yaml - name: kube-state-metrics From f743d1c55af57696ab50c39c3b429f920538a418 Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 17 Mar 2026 00:03:16 +0000 Subject: [PATCH 14/15] chore(deps): update helm release kube-state-metrics to v7.2.1 --- kustomize-bases/alloy/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize-bases/alloy/kustomization.yaml b/kustomize-bases/alloy/kustomization.yaml index 059cfdf..0e56a34 100644 --- a/kustomize-bases/alloy/kustomization.yaml +++ b/kustomize-bases/alloy/kustomization.yaml @@ -14,7 +14,7 @@ helmCharts: valuesFile: values.yaml - name: kube-state-metrics repo: https://prometheus-community.github.io/helm-charts - version: "7.2.0" + version: "7.2.1" releaseName: kube-state-metrics - name: prometheus-operator-crds repo: https://prometheus-community.github.io/helm-charts From da539eeb936abc192c062a8e331950ee5b47ec75 Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 23 Mar 2026 11:01:46 +0000 Subject: [PATCH 15/15] chore(deps): update helm release cilium to v1.19.2 --- kustomize-bases/cilium/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize-bases/cilium/kustomization.yaml b/kustomize-bases/cilium/kustomization.yaml index 4cccdf0..726d152 100644 --- a/kustomize-bases/cilium/kustomization.yaml +++ b/kustomize-bases/cilium/kustomization.yaml @@ -13,5 +13,5 @@ helmCharts: repo: https://helm.cilium.io namespace: kube-system releaseName: cilium - version: 1.18.6 + version: 1.19.2 valuesFile: values.yaml