Skip to content

Commit

Permalink
Merge pull request #18 from freifunkMUC/bump-version
Browse files Browse the repository at this point in the history
Bump wg-access-server release to latest
  • Loading branch information
awlx authored May 25, 2023
2 parents 824e012 + e42a08d commit b6054b7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ ingress:

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| config | object | `{}` | inline wg-access-server config (config.yaml) |
| config | object | `{}` | inline wg-access-server config ([config.yaml](https://www.freie-netze.org/wg-access-server/2-configuration/#the-config-file-configyaml)) |
| web.config.adminUsername | string | `"admin"` | |
| web.config.adminPassword | string | `""` | If omitted a random password will be generated and stored in the secret |
| web.service.annotations | object | `{}` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/wg-access-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: v0.8.4
appVersion: v0.9.0
description: A Wireguard VPN Access Server
name: wg-access-server
version: 0.11.0
version: 0.12.0
2 changes: 1 addition & 1 deletion charts/wg-access-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ ingress:

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| config | object | `{}` | inline wg-access-server config (config.yaml) |
| config | object | `{}` | inline wg-access-server config ([config.yaml](https://www.freie-netze.org/wg-access-server/2-configuration/#the-config-file-configyaml)) |
| web.config.adminUsername | string | `"admin"` | |
| web.config.adminPassword | string | `""` | If omitted a random password will be generated and stored in the secret |
| web.service.annotations | object | `{}` | |
Expand Down
9 changes: 8 additions & 1 deletion charts/wg-access-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ config:
vpn:
cidrv6: 0

# Declare a custom DNS entry to be written into the wg-quick client config file.
# Adapt to your needs or remove if you want the wg-access-server to act as DNS server.
clientConfig:
dnsServers:
- ""
dnsSearchDomain: ""

secretConfig:
config: {}
existingSecret: ""
Expand Down Expand Up @@ -32,7 +39,7 @@ wireguard:
existingSecret: ""
secretRefKeys:
privateKey: "privateKey"
# PrivateKey must be change before run this on prodcution.
# PrivateKey must be changed before running this in a production environment.
privateKey: "qJvFeHHuffBaPWx4veJGQqXw6j5zdo5cSOaBd1Z0Km4="
service:
annotations: {}
Expand Down

0 comments on commit b6054b7

Please sign in to comment.