Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-03-21 18:26:49 +00:00
parent 3c946cf068
commit 19e339f902
9 changed files with 92 additions and 45 deletions
+9
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)
+3
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` | |