Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-03-21 18:26:45 +00:00
parent 5819dbb61d
commit 86cabc8654
13 changed files with 48 additions and 2 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="zerotier-1.0.2"></a>
### [zerotier-1.0.2](https://github.com/truecharts/apps/compare/zerotier-1.0.1...zerotier-1.0.2) (2022-03-21)
#### Chore
* Add some gui options ([#2237](https://github.com/truecharts/apps/issues/2237))
<a name="zerotier-1.0.1"></a>
### [zerotier-1.0.1](https://github.com/truecharts/apps/compare/zerotier-1.0.0...zerotier-1.0.1) (2022-03-21)

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 9.1.6
digest: sha256:d65395039794859a54173a3b1687c20877eeb9127fa4044016eb188cc1644675
generated: "2022-03-21T04:44:46.412689575Z"
generated: "2022-03-21T18:22:07.943260777Z"

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: zerotier
version: 1.0.1
version: 1.0.2
appVersion: "1.8.4"
description: ZeroTier is a smart programmable Ethernet switch for planet Earth
type: application

View File

@ -24,6 +24,9 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.tun.type | string | `"hostPath"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| secret.ZEROTIER_API_SECRET | string | `""` | |
| secret.ZEROTIER_IDENTITY_PUBLIC | string | `""` | |
| secret.ZEROTIER_IDENTITY_SECRET | string | `""` | |
| securityContext.capabilities.add[0] | string | `"NET_ADMIN"` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |

View File

@ -14,6 +14,11 @@ podSecurityContext:
runAsUser: 0
runAsGroup: 0
secret:
ZEROTIER_API_SECRET: ""
ZEROTIER_IDENTITY_PUBLIC: ""
ZEROTIER_IDENTITY_SECRET: ""
service:
main:
ports:

View File

@ -146,6 +146,35 @@ questions:
label: "Value"
schema:
type: string
- variable: secret
group: "Container Configuration"
label: "Image Secrets"
schema:
additional_attrs: true
type: dict
attrs:
- variable: ZEROTIER_API_SECRET
label: "ZEROTIER_API_SECRET"
description: "Replaces the authtoken.secret before booting and allows you to manage the control socket's authentication key"
schema:
type: string
default: ""
private: true
- variable: ZEROTIER_IDENTITY_PUBLIC
label: "ZEROTIER_IDENTITY_PUBLIC"
description: "The identity.public file for zerotier-one. Use zerotier-idtool to generate one of these for you."
schema:
type: string
default: ""
private: true
- variable: ZEROTIER_IDENTITY_SECRET
label: "ZEROTIER_IDENTITY_SECRET"
description: "The identity.secret file for zerotier-one. Use zerotier-idtool to generate one of these for you."
schema:
type: string
default: ""
private: true
- variable: TZ
label: "Timezone"