diff --git a/helm/wireguard/Chart.yaml b/helm/wireguard/Chart.yaml index 9e84dbd..79ddb28 100644 --- a/helm/wireguard/Chart.yaml +++ b/helm/wireguard/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: wireguard description: A Helm chart for managing a wireguard vpn in kubernetes type: application -version: 0.10.0 +version: 0.11.0 appVersion: "0.0.0" maintainers: - name: bryopsida diff --git a/helm/wireguard/README.md b/helm/wireguard/README.md index d5a80af..40dda23 100644 --- a/helm/wireguard/README.md +++ b/helm/wireguard/README.md @@ -1,6 +1,6 @@ # wireguard -![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.0](https://img.shields.io/badge/AppVersion-0.0.0-informational?style=flat-square) +![Version: 0.11.0](https://img.shields.io/badge/Version-0.11.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.0](https://img.shields.io/badge/AppVersion-0.0.0-informational?style=flat-square) A Helm chart for managing a wireguard vpn in kubernetes diff --git a/helm/wireguard/values.yaml b/helm/wireguard/values.yaml index d821b98..28c83df 100644 --- a/helm/wireguard/values.yaml +++ b/helm/wireguard/values.yaml @@ -22,7 +22,7 @@ service: enabled: true # -- Service type, to keep internal to cluster use ClusterIP type: LoadBalancer - # -- Service port, default is 51280 UDP + # -- Service port, default is 51820 UDP port: 51820 # -- Name of a secret with a wireguard private key on key privatekey, if not provided on first install a hook generates one. secretName: ~