Publish new changes in catalog

This commit is contained in:
sonicaj
2024-08-13 07:45:54 +00:00
parent ad2c78cbac
commit 12029e73a3
12 changed files with 3 additions and 3 deletions

View File

@@ -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/

View File

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