Pārlūkot izejas kodu

zerotier: make sure net id is always lowercase (#2726)

Stavros Kois 1 gadu atpakaļ
vecāks
revīzija
ad2c78cbac

+ 2 - 2
library/ix-dev/community/zerotier/Chart.yaml

@@ -3,10 +3,10 @@ description: Securely connect any device, anywhere.
 annotations:
   title: Zerotier
 type: application
-version: 1.0.22
+version: 1.0.23
 apiVersion: v2
 appVersion: 1.14.0
-kubeVersion: '>=1.16.0-0'
+kubeVersion: ">=1.16.0-0"
 maintainers:
   - name: truenas
     url: https://www.truenas.com/

+ 1 - 1
library/ix-dev/community/zerotier/templates/_zerotier.tpl

@@ -21,7 +21,7 @@ workload:
             {{ fail "Zerotier - At least one network must be specified" }}
           {{ end }}
           {{ range .Values.zerotierConfig.networks }}
-          - {{ . }}
+          - {{ . | lower }}
           {{ end }}
           securityContext:
             runAsUser: 0