Browse Source

Publish new changes in catalog

sonicaj 1 year ago
parent
commit
12029e73a3

+ 0 - 0
community/zerotier/1.0.22/Chart.lock → community/zerotier/1.0.23/Chart.lock


+ 2 - 2
community/zerotier/1.0.22/Chart.yaml → 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/

+ 0 - 0
community/zerotier/1.0.22/README.md → community/zerotier/1.0.23/README.md


+ 0 - 0
community/zerotier/1.0.22/app-readme.md → community/zerotier/1.0.23/app-readme.md


+ 0 - 0
community/zerotier/1.0.22/charts/common-1.2.9.tgz → community/zerotier/1.0.23/charts/common-1.2.9.tgz


+ 0 - 0
community/zerotier/1.0.22/ci/basic-values.yaml → community/zerotier/1.0.23/ci/basic-values.yaml


+ 0 - 0
community/zerotier/1.0.22/ix_values.yaml → community/zerotier/1.0.23/ix_values.yaml


+ 0 - 0
community/zerotier/1.0.22/metadata.yaml → community/zerotier/1.0.23/metadata.yaml


+ 0 - 0
community/zerotier/1.0.22/questions.yaml → community/zerotier/1.0.23/questions.yaml


+ 0 - 0
community/zerotier/1.0.22/templates/NOTES.txt → community/zerotier/1.0.23/templates/NOTES.txt


+ 1 - 1
community/zerotier/1.0.22/templates/_zerotier.tpl → 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

+ 0 - 0
community/zerotier/1.0.22/templates/common.yaml → community/zerotier/1.0.23/templates/common.yaml