From 6c6b5d4318115d025a11bbbe990510efc44a9d39 Mon Sep 17 00:00:00 2001 From: Martin Jackson Date: Wed, 18 Mar 2026 06:58:35 -0500 Subject: [PATCH 1/3] Changes for testing wireguard with submariner --- templates/submariner_addon_install.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/submariner_addon_install.yaml b/templates/submariner_addon_install.yaml index 92ad173..7a513a6 100644 --- a/templates/submariner_addon_install.yaml +++ b/templates/submariner_addon_install.yaml @@ -50,7 +50,9 @@ spec: gateways: 1 aws: instanceType: {{ $.Values.submariner.instanceType }} + {{- if $.Values.submariner.ipsecNatPort }} IPSecNATTPort: {{ $.Values.submariner.ipsecNatPort }} + {{- end }} NATTEnable: {{ $.Values.submariner.NATTEnable }} cableDriver: {{ $.Values.submariner.cableDriver }} credentialsSecret: From 5f4d40f09af41dccb0434adf0bca17e8e4c70868 Mon Sep 17 00:00:00 2001 From: Martin Jackson Date: Wed, 18 Mar 2026 11:40:55 -0500 Subject: [PATCH 2/3] Allow for vxlan testing too --- templates/submariner_addon_install.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/submariner_addon_install.yaml b/templates/submariner_addon_install.yaml index 7a513a6..06eeea5 100644 --- a/templates/submariner_addon_install.yaml +++ b/templates/submariner_addon_install.yaml @@ -50,10 +50,10 @@ spec: gateways: 1 aws: instanceType: {{ $.Values.submariner.instanceType }} - {{- if $.Values.submariner.ipsecNatPort }} + {{- if eq $.Values.submariner.cableDriver "libreswan" }} IPSecNATTPort: {{ $.Values.submariner.ipsecNatPort }} - {{- end }} NATTEnable: {{ $.Values.submariner.NATTEnable }} + {{- end }} cableDriver: {{ $.Values.submariner.cableDriver }} credentialsSecret: name: {{ $cluster.name }}-cluster-aws-creds From 125834d1f940c868bbac887411ef4d1229cf29e6 Mon Sep 17 00:00:00 2001 From: Martin Jackson Date: Wed, 18 Mar 2026 11:53:50 -0500 Subject: [PATCH 3/3] Update docs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34e40ef..7335a47 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,12 @@ A Helm chart to deploy RegionalDR configuration -This chart is used to serve as the template for Validated Patterns Charts +This chart provides a Regional DR configuration ## Notable changes +v0.1.0 - Initial release + ## Values | Key | Type | Default | Description |