diff --git a/community/zerotier/1.0.22/Chart.lock b/community/zerotier/1.0.23/Chart.lock similarity index 100% rename from community/zerotier/1.0.22/Chart.lock rename to community/zerotier/1.0.23/Chart.lock diff --git a/community/zerotier/1.0.22/Chart.yaml b/community/zerotier/1.0.23/Chart.yaml similarity index 93% rename from community/zerotier/1.0.22/Chart.yaml rename to community/zerotier/1.0.23/Chart.yaml index e42de6010c..fa2bbabb1c 100644 --- a/community/zerotier/1.0.22/Chart.yaml +++ b/community/zerotier/1.0.23/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/community/zerotier/1.0.22/README.md b/community/zerotier/1.0.23/README.md similarity index 100% rename from community/zerotier/1.0.22/README.md rename to community/zerotier/1.0.23/README.md diff --git a/community/zerotier/1.0.22/app-readme.md b/community/zerotier/1.0.23/app-readme.md similarity index 100% rename from community/zerotier/1.0.22/app-readme.md rename to community/zerotier/1.0.23/app-readme.md diff --git a/community/zerotier/1.0.22/charts/common-1.2.9.tgz b/community/zerotier/1.0.23/charts/common-1.2.9.tgz similarity index 100% rename from community/zerotier/1.0.22/charts/common-1.2.9.tgz rename to community/zerotier/1.0.23/charts/common-1.2.9.tgz diff --git a/community/zerotier/1.0.22/ci/basic-values.yaml b/community/zerotier/1.0.23/ci/basic-values.yaml similarity index 100% rename from community/zerotier/1.0.22/ci/basic-values.yaml rename to community/zerotier/1.0.23/ci/basic-values.yaml diff --git a/community/zerotier/1.0.22/ix_values.yaml b/community/zerotier/1.0.23/ix_values.yaml similarity index 100% rename from community/zerotier/1.0.22/ix_values.yaml rename to community/zerotier/1.0.23/ix_values.yaml diff --git a/community/zerotier/1.0.22/metadata.yaml b/community/zerotier/1.0.23/metadata.yaml similarity index 100% rename from community/zerotier/1.0.22/metadata.yaml rename to community/zerotier/1.0.23/metadata.yaml diff --git a/community/zerotier/1.0.22/questions.yaml b/community/zerotier/1.0.23/questions.yaml similarity index 100% rename from community/zerotier/1.0.22/questions.yaml rename to community/zerotier/1.0.23/questions.yaml diff --git a/community/zerotier/1.0.22/templates/NOTES.txt b/community/zerotier/1.0.23/templates/NOTES.txt similarity index 100% rename from community/zerotier/1.0.22/templates/NOTES.txt rename to community/zerotier/1.0.23/templates/NOTES.txt diff --git a/community/zerotier/1.0.22/templates/_zerotier.tpl b/community/zerotier/1.0.23/templates/_zerotier.tpl similarity index 99% rename from community/zerotier/1.0.22/templates/_zerotier.tpl rename to community/zerotier/1.0.23/templates/_zerotier.tpl index debdcdd6bb..cf124fc2fa 100644 --- a/community/zerotier/1.0.22/templates/_zerotier.tpl +++ b/community/zerotier/1.0.23/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 diff --git a/community/zerotier/1.0.22/templates/common.yaml b/community/zerotier/1.0.23/templates/common.yaml similarity index 100% rename from community/zerotier/1.0.22/templates/common.yaml rename to community/zerotier/1.0.23/templates/common.yaml