From ad2c78cbace7fc393289e0ff9a40988a3b2172a5 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Tue, 13 Aug 2024 10:44:31 +0300 Subject: [PATCH] zerotier: make sure net id is always lowercase (#2726) --- library/ix-dev/community/zerotier/Chart.yaml | 4 ++-- library/ix-dev/community/zerotier/templates/_zerotier.tpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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