From dad83ce5cde9640270595a16b4e4c57ae55c7d1c Mon Sep 17 00:00:00 2001 From: Chris Sanders Date: Wed, 27 Dec 2023 16:26:25 -0600 Subject: [PATCH] Bump wg-easy and add ip_forward to pid sysctl --- charts/wg-easy/Chart.yaml | 2 +- charts/wg-easy/values.yaml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/charts/wg-easy/Chart.yaml b/charts/wg-easy/Chart.yaml index 4eb5d9d..dd62bd9 100644 --- a/charts/wg-easy/Chart.yaml +++ b/charts/wg-easy/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: wg-easy -version: 0.0.1 +version: 0.0.2 description: Simple wireguard with web configuration management dependencies: - name: replicated-library diff --git a/charts/wg-easy/values.yaml b/charts/wg-easy/values.yaml index ad65b72..d737b76 100644 --- a/charts/wg-easy/values.yaml +++ b/charts/wg-easy/values.yaml @@ -3,11 +3,15 @@ apps: enabled: true type: deployment replicas: 1 + securityContext: + sysctls: + - name: net.ipv4.ip_forward + value: "1" containers: wg-container: image: repository: weejewel/wg-easy - tag: 7.0 + tag: 9.0 securityContext: allowPrivilegeEscalation: false capabilities: