diff --git a/library/ix-dev/community/zerotier/Chart.yaml b/library/ix-dev/community/zerotier/Chart.yaml index e42de6010c..fa2bbabb1c 100644 --- a/library/ix-dev/community/zerotier/Chart.yaml +++ b/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/ diff --git a/library/ix-dev/community/zerotier/templates/_zerotier.tpl b/library/ix-dev/community/zerotier/templates/_zerotier.tpl index debdcdd6bb..cf124fc2fa 100644 --- a/library/ix-dev/community/zerotier/templates/_zerotier.tpl +++ b/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