From 549bbe97c1b048523041a127f2e0a21909f72a4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 20:01:32 +0000 Subject: [PATCH] chore(deps): update helm release wireguard to v0.31.0 --- bootstrap/cni/wireguard.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/cni/wireguard.tf b/bootstrap/cni/wireguard.tf index e3720b63..e30c4070 100644 --- a/bootstrap/cni/wireguard.tf +++ b/bootstrap/cni/wireguard.tf @@ -42,7 +42,7 @@ resource "helm_release" "wireguard" { repository = "https://bryopsida.github.io/wireguard-chart" chart = "wireguard" - version = "0.30.0" + version = "0.31.0" name = "wireguard" namespace = "sys-wireguard"