Skip to content

Commit

Permalink
wg-easy: fix password
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Aug 27, 2024
1 parent cef719e commit 685caa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/ix-dev/charts/wg-easy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: WG-Easy is the easiest way to install & manage WireGuard!
annotations:
title: WG Easy
type: application
version: 2.0.20
version: 2.0.21
apiVersion: v2
appVersion: '14'
kubeVersion: '>=1.16.0-0'
Expand Down
2 changes: 1 addition & 1 deletion library/ix-dev/charts/wg-easy/templates/_wgeasy.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ workload:
WG_PATH: /etc/wireguard
PORT: {{ .Values.wgNetwork.webPort }}
WG_HOST: {{ .Values.wgConfig.host | quote }}
PASSWORD: {{ .Values.wgConfig.password | quote }}
PASSWORD_HASH: {{ bcrypt .Values.wgConfig.password | quote }}
WG_PERSISTENT_KEEPALIVE: {{ .Values.wgConfig.keepAlive }}
WG_MTU: {{ .Values.wgConfig.clientMTU }}
WG_DEFAULT_ADDRESS: {{ .Values.wgConfig.clientAddressRange }}
Expand Down

0 comments on commit 685caa9

Please sign in to comment.