Files
deprecated-helm-charts/stable/openvpn/Chart.yaml
T
Harold DrostandKubernetes Prow Robot a73e53019c Detect current network and netmask (#13250)
* Detect current network and netmask

Previously the network was guessed (assumed it was a /24 by replacing the last octet with a 0) and then later the netmask was hardcoded to 255.255.240.0 as a result the requested route is almost always incorrect. As most people supply their own or use the vpn tunnel as a default gateway it's probably rare to cause any issues.

Signed-off-by: Harold Drost <baelish@bluecell.net>

* Removing unnecessary debug messages.

Signed-off-by: Harold Drost <baelish@bluecell.net>

* Actually fixing the thing it was all about... :$

My testing worked because helm believed the `openvpn.conf` unchanged and therefore didn't replace the manually edited file which had the change in this commit.
Tested using brand new deployment now works correctly and without routing errors.

Signed-off-by: Harold Drost <baelish@bluecell.net>
2019-04-25 10:22:47 -07:00

25 lines
689 B
YAML
Executable File

apiVersion: v1
description: A Helm chart to install an openvpn server inside a kubernetes cluster. Certificate
generation is also part of the deployment, and this chart will generate client keys
as needed.
name: openvpn
version: 3.12.3
appVersion: 1.1.0
maintainers:
- name: jfelten
email: john.felten@gmail.com
icon: https://forums.openvpn.net/styles/openvpn/theme/images/ovpnlogo.png
keywords:
- openvpn
- vpn
- tunnel
- network
- service
- connectivity
- encryption
home: https://openvpn.net/index.php/open-source.html
sources:
- https://github.com/jfelten/openvpn-docker
- https://github.com/kubernetes/charts/tree/master/stable/openvpn
- https://github.com/jfelten/helm-charts