Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bryopsida committed Jul 22, 2023
1 parent 109a363 commit 3f49f0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/wireguard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion helm/wireguard/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion helm/wireguard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ~
Expand Down

0 comments on commit 3f49f0b

Please sign in to comment.