Bladeren bron

Publish new changes in catalog

sonicaj 11 maanden geleden
bovenliggende
commit
0a35b77af1

+ 0 - 0
charts/wg-easy/2.0.20/.helmignore → charts/wg-easy/2.0.21/.helmignore


+ 0 - 0
charts/wg-easy/2.0.20/Chart.lock → charts/wg-easy/2.0.21/Chart.lock


+ 1 - 1
charts/wg-easy/2.0.20/Chart.yaml → charts/wg-easy/2.0.21/Chart.yaml

@@ -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'

+ 0 - 0
charts/wg-easy/2.0.20/README.md → charts/wg-easy/2.0.21/README.md


+ 0 - 0
charts/wg-easy/2.0.20/app-readme.md → charts/wg-easy/2.0.21/app-readme.md


+ 0 - 0
charts/wg-easy/2.0.20/charts/common-1.2.9.tgz → charts/wg-easy/2.0.21/charts/common-1.2.9.tgz


+ 0 - 0
charts/wg-easy/2.0.20/ci/test-values.yaml → charts/wg-easy/2.0.21/ci/test-values.yaml


+ 0 - 0
charts/wg-easy/2.0.20/ix_values.yaml → charts/wg-easy/2.0.21/ix_values.yaml


+ 0 - 0
charts/wg-easy/2.0.20/metadata.yaml → charts/wg-easy/2.0.21/metadata.yaml


+ 0 - 0
charts/wg-easy/2.0.20/migrations/migrate → charts/wg-easy/2.0.21/migrations/migrate


+ 0 - 0
charts/wg-easy/2.0.20/questions.yaml → charts/wg-easy/2.0.21/questions.yaml


+ 0 - 0
charts/wg-easy/2.0.20/templates/NOTES.txt → charts/wg-easy/2.0.21/templates/NOTES.txt


+ 0 - 0
charts/wg-easy/2.0.20/templates/_migration.tpl → charts/wg-easy/2.0.21/templates/_migration.tpl


+ 0 - 0
charts/wg-easy/2.0.20/templates/_persistence.tpl → charts/wg-easy/2.0.21/templates/_persistence.tpl


+ 0 - 0
charts/wg-easy/2.0.20/templates/_portal.tpl → charts/wg-easy/2.0.21/templates/_portal.tpl


+ 0 - 0
charts/wg-easy/2.0.20/templates/_service.tpl → charts/wg-easy/2.0.21/templates/_service.tpl


+ 1 - 1
charts/wg-easy/2.0.20/templates/_wgeasy.tpl → charts/wg-easy/2.0.21/templates/_wgeasy.tpl

@@ -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 }}

+ 0 - 0
charts/wg-easy/2.0.20/templates/common.yaml → charts/wg-easy/2.0.21/templates/common.yaml


+ 0 - 0
charts/wg-easy/2.0.20/to_keep_versions.md → charts/wg-easy/2.0.21/to_keep_versions.md