Jelajahi Sumber

Publish new changes in catalog

sonicaj 2 tahun lalu
induk
melakukan
76ac57571b

+ 0 - 0
charts/wg-easy/2.0.4/.helmignore → charts/wg-easy/2.0.5/.helmignore


+ 0 - 0
charts/wg-easy/2.0.4/Chart.lock → charts/wg-easy/2.0.5/Chart.lock


+ 2 - 2
charts/wg-easy/2.0.4/Chart.yaml → charts/wg-easy/2.0.5/Chart.yaml

@@ -3,9 +3,9 @@ description: WG-Easy is the easiest way to install & manage WireGuard!
 annotations:
   title: WG Easy
 type: application
-version: 2.0.4
+version: 2.0.5
 apiVersion: v2
-appVersion: "7"
+appVersion: "8"
 kubeVersion: ">=1.16.0-0"
 maintainers:
   - name: truenas

+ 0 - 0
charts/wg-easy/2.0.4/README.md → charts/wg-easy/2.0.5/README.md


+ 0 - 0
charts/wg-easy/2.0.4/app-readme.md → charts/wg-easy/2.0.5/app-readme.md


+ 0 - 0
charts/wg-easy/2.0.4/charts/common-1.2.5.tgz → charts/wg-easy/2.0.5/charts/common-1.2.5.tgz


+ 0 - 0
charts/wg-easy/2.0.4/ci/test-values.yaml → charts/wg-easy/2.0.5/ci/test-values.yaml


+ 3 - 2
charts/wg-easy/2.0.4/ix_values.yaml → charts/wg-easy/2.0.5/ix_values.yaml

@@ -1,7 +1,7 @@
 image:
   pullPolicy: IfNotPresent
-  repository: weejewel/wg-easy
-  tag: "7"
+  repository: ghcr.io/wg-easy/wg-easy
+  tag: "8"
 
 resources:
   limits:
@@ -24,6 +24,7 @@ wgConfig:
   clientMTU: 1420
   clientAddressRange: 10.8.0.x
   clientDNSServer: "1.1.1.1"
+  deviceName: eth0
   allowedIPs: []
   additionalEnvs: []
 

+ 0 - 0
charts/wg-easy/2.0.4/metadata.yaml → charts/wg-easy/2.0.5/metadata.yaml


+ 0 - 0
charts/wg-easy/2.0.4/migrations/migrate → charts/wg-easy/2.0.5/migrations/migrate


+ 7 - 0
charts/wg-easy/2.0.4/questions.yaml → charts/wg-easy/2.0.5/questions.yaml

@@ -111,6 +111,13 @@ questions:
             type: int
             required: true
             default: 0
+        - variable: deviceName
+          label: Device Name
+          description: Ethernet device the wireguard traffic should be forwarded through.
+          schema:
+            type: string
+            required: true
+            default: eth0
         - variable: clientMTU
           label: Clients MTU
           description: The MTU the clients will use.

+ 0 - 0
charts/wg-easy/2.0.4/templates/_migration.tpl → charts/wg-easy/2.0.5/templates/_migration.tpl


+ 0 - 0
charts/wg-easy/2.0.4/templates/_persistence.tpl → charts/wg-easy/2.0.5/templates/_persistence.tpl


+ 0 - 0
charts/wg-easy/2.0.4/templates/_portal.tpl → charts/wg-easy/2.0.5/templates/_portal.tpl


+ 0 - 0
charts/wg-easy/2.0.4/templates/_service.tpl → charts/wg-easy/2.0.5/templates/_service.tpl


+ 2 - 0
charts/wg-easy/2.0.4/templates/_wgeasy.tpl → charts/wg-easy/2.0.5/templates/_wgeasy.tpl

@@ -24,6 +24,7 @@ workload:
                 - SYS_MODULE
           env:
             WG_PORT: {{ .Values.wgNetwork.udpPort }}
+            WG_PATH: /etc/wireguard
             PORT: {{ .Values.wgNetwork.webPort }}
             WG_HOST: {{ .Values.wgConfig.host | quote }}
             PASSWORD: {{ .Values.wgConfig.password | quote }}
@@ -31,6 +32,7 @@ workload:
             WG_MTU: {{ .Values.wgConfig.clientMTU }}
             WG_DEFAULT_ADDRESS: {{ .Values.wgConfig.clientAddressRange }}
             WG_DEFAULT_DNS: {{ .Values.wgConfig.clientDNSServer }}
+            WG_DEVICE: {{ .Values.wgConfig.deviceName | default "eth0" }}
             WG_ALLOWED_IPS: {{ join "," .Values.wgConfig.allowedIPs | default "0.0.0.0/0,::/0" | quote }}
           fixedEnv:
             PUID: 0

+ 0 - 0
charts/wg-easy/2.0.4/templates/common.yaml → charts/wg-easy/2.0.5/templates/common.yaml


+ 0 - 0
charts/wg-easy/2.0.4/to_keep_versions.md → charts/wg-easy/2.0.5/to_keep_versions.md