From d8eb6c7445b6be3fbdb6e8d43984aa306435f3b1 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Thu, 5 May 2022 08:25:29 +0300 Subject: [PATCH] fix(wireguard): use nft for IPTABLES (#51) --- charts/common/Chart.yaml | 2 +- charts/common/templates/addons/vpn/wireguard/_container.tpl | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/common/Chart.yaml b/charts/common/Chart.yaml index d41fd06c..5c5ecde9 100644 --- a/charts/common/Chart.yaml +++ b/charts/common/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: common sources: null type: library -version: 9.3.2 +version: 9.3.3 diff --git a/charts/common/templates/addons/vpn/wireguard/_container.tpl b/charts/common/templates/addons/vpn/wireguard/_container.tpl index 1445f3f0..4eb13fda 100644 --- a/charts/common/templates/addons/vpn/wireguard/_container.tpl +++ b/charts/common/templates/addons/vpn/wireguard/_container.tpl @@ -15,6 +15,8 @@ securityContext: env: - name: SEPARATOR value: ";" + - name: IPTABLES_BACKEND + value: "nft" {{- range $envList := .Values.addons.vpn.envList }} {{- if and $envList.name $envList.value }} - name: {{ $envList.name }}