From fb5337c7728ffbc3de422ee91d6bf47bd62a1fb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Aug 2025 22:13:28 +0200 Subject: [PATCH] chore(deps): renovate 2025-08-03 chore(deps): update proxmox-csi-plugin docker tag to v0.3.13 (#351) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> chore(deps): update helm release argo-cd to v8.2.5 (#352) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> chore(deps): update ghcr.io/advplyr/audiobookshelf docker tag to v2.27.0 (#353) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> chore(deps): update netbird (#354) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> chore(deps): update terraform kubernetes to v2.38.0 (#355) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> chore(deps): update terraform google to ~> 6.46.0 (#357) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> chore(deps): update media containers (#358) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> chore(deps): update helm release cloudnative-pg to v0.25.0 (#360) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> chore(deps): update helm release kube-prometheus-stack to v75.15.1 (#361) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> chore(deps): update docker.io/adguard/adguardhome docker tag to v0.107.64 (#362) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> chore(deps): update dependency siderolabs/talos to v1.10.6 (#363) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> chore(deps): update docker.io/grafana/grafana docker tag to v12 (#367) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> chore(deps): update terraform proxmox to v0.81.0 (#366) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> chore(deps): update cilium (#364) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- k8s/apps/media/arr/lidarr/deployment.yaml | 2 +- k8s/apps/media/arr/prowlarr/deployment.yaml | 2 +- k8s/apps/media/arr/radarr/deployment.yaml | 2 +- k8s/apps/media/audiobookshelf/deployment.yaml | 2 +- k8s/infra/controllers/argocd/kustomization.yaml | 2 +- k8s/infra/database/cnpg/kustomization.yaml | 2 +- k8s/infra/monitoring/kube-prometheus-stack/kustomization.yaml | 2 +- k8s/infra/network/cilium/kustomization.yaml | 2 +- k8s/infra/network/dns/adguard/deployment.yaml | 2 +- k8s/infra/storage/proxmox-csi/kustomization.yaml | 2 +- k8s/infra/vpn/netbird/agent/daemon-set.yaml | 2 +- k8s/infra/vpn/netbird/dashboard/deployment.yaml | 2 +- k8s/infra/vpn/netbird/management/deployment.yaml | 2 +- k8s/infra/vpn/netbird/relay/deployment.yaml | 2 +- k8s/infra/vpn/netbird/signal/deployment.yaml | 2 +- tofu/home-assistant/main.tofu | 2 +- tofu/kubernetes/providers.tofu | 4 ++-- tofu/kubernetes/talos/inline-manifests/cilium-install.yaml | 4 ++-- tofu/kubernetes/talos_image.auto.tfvars | 2 +- tofu/state/gcs/providers.tofu | 2 +- tofu/state/providers.tofu | 2 +- 21 files changed, 23 insertions(+), 23 deletions(-) diff --git a/k8s/apps/media/arr/lidarr/deployment.yaml b/k8s/apps/media/arr/lidarr/deployment.yaml index f90b73a..5f64156 100644 --- a/k8s/apps/media/arr/lidarr/deployment.yaml +++ b/k8s/apps/media/arr/lidarr/deployment.yaml @@ -30,7 +30,7 @@ spec: type: RuntimeDefault containers: - name: lidarr - image: ghcr.io/home-operations/lidarr:2.13.0 # renovate: docker=ghcr.io/home-operations/lidarr + image: ghcr.io/home-operations/lidarr:2.13.1 # renovate: docker=ghcr.io/home-operations/lidarr securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true diff --git a/k8s/apps/media/arr/prowlarr/deployment.yaml b/k8s/apps/media/arr/prowlarr/deployment.yaml index 41a1ed1..432c261 100644 --- a/k8s/apps/media/arr/prowlarr/deployment.yaml +++ b/k8s/apps/media/arr/prowlarr/deployment.yaml @@ -30,7 +30,7 @@ spec: type: RuntimeDefault containers: - name: prowlarr - image: ghcr.io/home-operations/prowlarr:2.0.1 # renovate: docker=ghcr.io/home-operations/prowlarr + image: ghcr.io/home-operations/prowlarr:2.0.2 # renovate: docker=ghcr.io/home-operations/prowlarr securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true diff --git a/k8s/apps/media/arr/radarr/deployment.yaml b/k8s/apps/media/arr/radarr/deployment.yaml index 56906ed..e0cd867 100644 --- a/k8s/apps/media/arr/radarr/deployment.yaml +++ b/k8s/apps/media/arr/radarr/deployment.yaml @@ -30,7 +30,7 @@ spec: type: RuntimeDefault containers: - name: radarr - image: ghcr.io/home-operations/radarr:5.27.1 # renovate: docker=ghcr.io/home-operations/radarr + image: ghcr.io/home-operations/radarr:5.27.3 # renovate: docker=ghcr.io/home-operations/radarr securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true diff --git a/k8s/apps/media/audiobookshelf/deployment.yaml b/k8s/apps/media/audiobookshelf/deployment.yaml index 854b364..344bf0f 100644 --- a/k8s/apps/media/audiobookshelf/deployment.yaml +++ b/k8s/apps/media/audiobookshelf/deployment.yaml @@ -30,7 +30,7 @@ spec: type: RuntimeDefault containers: - name: audiobookshelf - image: ghcr.io/advplyr/audiobookshelf:2.26.1 # renovate: docker=ghcr.io/advplyr/audiobookshelf + image: ghcr.io/advplyr/audiobookshelf:2.27.0 # renovate: docker=ghcr.io/advplyr/audiobookshelf securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true diff --git a/k8s/infra/controllers/argocd/kustomization.yaml b/k8s/infra/controllers/argocd/kustomization.yaml index f7c5fb1..80c6826 100644 --- a/k8s/infra/controllers/argocd/kustomization.yaml +++ b/k8s/infra/controllers/argocd/kustomization.yaml @@ -20,7 +20,7 @@ resources: helmCharts: - name: argo-cd repo: https://argoproj.github.io/argo-helm - version: 8.1.3 + version: 8.2.5 releaseName: "argocd" namespace: argocd valuesFile: values.yaml diff --git a/k8s/infra/database/cnpg/kustomization.yaml b/k8s/infra/database/cnpg/kustomization.yaml index 93d3e95..c5fffac 100644 --- a/k8s/infra/database/cnpg/kustomization.yaml +++ b/k8s/infra/database/cnpg/kustomization.yaml @@ -11,5 +11,5 @@ helmCharts: releaseName: cnpg namespace: cnpg-system includeCRDs: true - version: 0.24.0 + version: 0.25.0 valuesFile: values.yaml diff --git a/k8s/infra/monitoring/kube-prometheus-stack/kustomization.yaml b/k8s/infra/monitoring/kube-prometheus-stack/kustomization.yaml index b5e0236..f763b91 100644 --- a/k8s/infra/monitoring/kube-prometheus-stack/kustomization.yaml +++ b/k8s/infra/monitoring/kube-prometheus-stack/kustomization.yaml @@ -11,6 +11,6 @@ helmCharts: repo: https://prometheus-community.github.io/helm-charts includeCRDs: true namespace: monitoring - version: 75.12.0 + version: 75.15.1 releaseName: kube-prometheus-stack valuesFile: ./values.yaml diff --git a/k8s/infra/network/cilium/kustomization.yaml b/k8s/infra/network/cilium/kustomization.yaml index 0055b9c..d5f9e24 100644 --- a/k8s/infra/network/cilium/kustomization.yaml +++ b/k8s/infra/network/cilium/kustomization.yaml @@ -10,7 +10,7 @@ resources: helmCharts: - name: cilium repo: https://helm.cilium.io - version: 1.17.6 # renovate: github-releases=cilium/cilium + version: 1.18.0 # renovate: github-releases=cilium/cilium releaseName: "cilium" includeCRDs: true namespace: kube-system diff --git a/k8s/infra/network/dns/adguard/deployment.yaml b/k8s/infra/network/dns/adguard/deployment.yaml index 7f1ff08..780c3bd 100644 --- a/k8s/infra/network/dns/adguard/deployment.yaml +++ b/k8s/infra/network/dns/adguard/deployment.yaml @@ -49,7 +49,7 @@ spec: mountPath: /opt/adguardhome/conf containers: - name: adguard - image: docker.io/adguard/adguardhome:v0.107.63 # renovate: docker=docker.io/adguard/adguardhome + image: docker.io/adguard/adguardhome:v0.107.64 # renovate: docker=docker.io/adguard/adguardhome securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true diff --git a/k8s/infra/storage/proxmox-csi/kustomization.yaml b/k8s/infra/storage/proxmox-csi/kustomization.yaml index 784b79d..8ffacbe 100644 --- a/k8s/infra/storage/proxmox-csi/kustomization.yaml +++ b/k8s/infra/storage/proxmox-csi/kustomization.yaml @@ -4,7 +4,7 @@ kind: Kustomization helmCharts: - name: proxmox-csi-plugin repo: oci://ghcr.io/sergelogvinov/charts - version: 0.3.11 + version: 0.3.13 releaseName: proxmox-csi-plugin includeCRDs: true namespace: csi-proxmox diff --git a/k8s/infra/vpn/netbird/agent/daemon-set.yaml b/k8s/infra/vpn/netbird/agent/daemon-set.yaml index e3f450f..43c08d5 100644 --- a/k8s/infra/vpn/netbird/agent/daemon-set.yaml +++ b/k8s/infra/vpn/netbird/agent/daemon-set.yaml @@ -22,7 +22,7 @@ spec: # value: "1" containers: - name: agent - image: docker.io/netbirdio/netbird:0.51.1 # renovate: docker=docker.io/netbirdio/netbird + image: docker.io/netbirdio/netbird:0.52.2 # renovate: docker=docker.io/netbirdio/netbird securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: false diff --git a/k8s/infra/vpn/netbird/dashboard/deployment.yaml b/k8s/infra/vpn/netbird/dashboard/deployment.yaml index 0d04f62..4a1d3f1 100644 --- a/k8s/infra/vpn/netbird/dashboard/deployment.yaml +++ b/k8s/infra/vpn/netbird/dashboard/deployment.yaml @@ -17,7 +17,7 @@ spec: type: RuntimeDefault containers: - name: dashboard - image: docker.io/netbirdio/dashboard:v2.14.0 # renovate: docker=docker.io/netbirdio/dashboard + image: docker.io/netbirdio/dashboard:v2.15.0 # renovate: docker=docker.io/netbirdio/dashboard securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: false diff --git a/k8s/infra/vpn/netbird/management/deployment.yaml b/k8s/infra/vpn/netbird/management/deployment.yaml index 89a95e1..0d344ab 100644 --- a/k8s/infra/vpn/netbird/management/deployment.yaml +++ b/k8s/infra/vpn/netbird/management/deployment.yaml @@ -54,7 +54,7 @@ spec: mountPath: /tmp/netbird containers: - name: management - image: docker.io/netbirdio/management:0.51.1 # renovate: docker=docker.io/netbirdio/management + image: docker.io/netbirdio/management:0.52.2 # renovate: docker=docker.io/netbirdio/management args: [ --dns-domain, $(DNS_DOMAIN), --log-level, $(LOG_LEVEL), --log-file, console, --idp-sign-key-refresh-enabled ] securityContext: allowPrivilegeEscalation: false diff --git a/k8s/infra/vpn/netbird/relay/deployment.yaml b/k8s/infra/vpn/netbird/relay/deployment.yaml index ad8a8c6..f759620 100644 --- a/k8s/infra/vpn/netbird/relay/deployment.yaml +++ b/k8s/infra/vpn/netbird/relay/deployment.yaml @@ -16,7 +16,7 @@ spec: seccompProfile: type: RuntimeDefault containers: - - image: docker.io/netbirdio/relay:0.51.1 # renovate: docker=docker.io/netbirdio/relay + - image: docker.io/netbirdio/relay:0.52.2 # renovate: docker=docker.io/netbirdio/relay imagePullPolicy: IfNotPresent name: relay securityContext: diff --git a/k8s/infra/vpn/netbird/signal/deployment.yaml b/k8s/infra/vpn/netbird/signal/deployment.yaml index 4169e38..f6080e3 100644 --- a/k8s/infra/vpn/netbird/signal/deployment.yaml +++ b/k8s/infra/vpn/netbird/signal/deployment.yaml @@ -21,7 +21,7 @@ spec: type: RuntimeDefault containers: - name: signal - image: docker.io/netbirdio/signal:0.51.1 # renovate: docker=docker.io/netbirdio/signal + image: docker.io/netbirdio/signal:0.52.2 # renovate: docker=docker.io/netbirdio/signal args: [ --port, $(PORT), --log-level, $(LOG_LEVEL), --log-file, console ] securityContext: allowPrivilegeEscalation: false diff --git a/tofu/home-assistant/main.tofu b/tofu/home-assistant/main.tofu index dd9d3f4..c6ada24 100644 --- a/tofu/home-assistant/main.tofu +++ b/tofu/home-assistant/main.tofu @@ -2,7 +2,7 @@ terraform { required_providers { proxmox = { source = "bpg/proxmox" - version = "0.80.0" + version = "0.81.0" } } } diff --git a/tofu/kubernetes/providers.tofu b/tofu/kubernetes/providers.tofu index fe6f021..2c8f1f9 100644 --- a/tofu/kubernetes/providers.tofu +++ b/tofu/kubernetes/providers.tofu @@ -2,11 +2,11 @@ terraform { required_providers { kubernetes = { source = "hashicorp/kubernetes" - version = "2.37.1" + version = "2.38.0" } proxmox = { source = "bpg/proxmox" - version = "0.80.0" + version = "0.81.0" } talos = { source = "siderolabs/talos" diff --git a/tofu/kubernetes/talos/inline-manifests/cilium-install.yaml b/tofu/kubernetes/talos/inline-manifests/cilium-install.yaml index 69c8f18..a282371 100644 --- a/tofu/kubernetes/talos/inline-manifests/cilium-install.yaml +++ b/tofu/kubernetes/talos/inline-manifests/cilium-install.yaml @@ -59,7 +59,7 @@ spec: hostNetwork: true containers: - name: cilium-install - image: quay.io/cilium/cilium-cli:v0.18.5 # renovate: github-releases=cilium/cilium-cli + image: quay.io/cilium/cilium-cli:v0.18.6 # renovate: github-releases=cilium/cilium-cli env: - name: KUBERNETES_SERVICE_HOST valueFrom: @@ -75,7 +75,7 @@ spec: command: - cilium - install - - --version=v1.17.6 # renovate: github-releases=cilium/cilium + - --version=v1.18.0 # renovate: github-releases=cilium/cilium - --set - kubeProxyReplacement=true - --values diff --git a/tofu/kubernetes/talos_image.auto.tfvars b/tofu/kubernetes/talos_image.auto.tfvars index db19c8d..ad690ff 100644 --- a/tofu/kubernetes/talos_image.auto.tfvars +++ b/tofu/kubernetes/talos_image.auto.tfvars @@ -1,6 +1,6 @@ talos_image = { version = "v1.10.3" - update_version = "v1.10.5" # renovate: github-releases=siderolabs/talos + update_version = "v1.10.6" # renovate: github-releases=siderolabs/talos schematic_path = "talos/image/schematic.yaml" # Point this to a new schematic file to update the schematic # update_schematic_path = "talos/image/schematic.yaml" diff --git a/tofu/state/gcs/providers.tofu b/tofu/state/gcs/providers.tofu index 84f3063..bb034e0 100644 --- a/tofu/state/gcs/providers.tofu +++ b/tofu/state/gcs/providers.tofu @@ -2,7 +2,7 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = "~> 6.44.0" + version = "~> 6.46.0" } } encryption { diff --git a/tofu/state/providers.tofu b/tofu/state/providers.tofu index a39fc6b..d8cff37 100644 --- a/tofu/state/providers.tofu +++ b/tofu/state/providers.tofu @@ -2,7 +2,7 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = "~> 6.44.0" + version = "~> 6.46.0" } } encryption {