Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-09-26 23:18:29 +00:00
parent 919b1273ba
commit f40ee6213d
591 changed files with 4307 additions and 509 deletions
+5
View File
@@ -1,6 +1,11 @@
# Changelog<br>
<a name="nullserv-3.0.1"></a>
### [nullserv-3.0.1](https://github.com/truecharts/apps/compare/nullserv-3.0.0...nullserv-3.0.1) (2021-09-26)
<a name="nullserv-3.0.0"></a>
### [nullserv-3.0.0](https://github.com/truecharts/apps/compare/nullserv-2.0.2...nullserv-3.0.0) (2021-09-26)
+5
View File
@@ -17,6 +17,11 @@ You will, however, be able to use all values referenced in the common chart here
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/k8s-at-home/nullserv"` | image repository |
| image.tag | string | `"v1.3.0@sha256:0792c7e6d814bf292455da3f40aa5d56c465f2b5024e786ac3bf3dc3b16cc757"` | image tag |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| probes | object | See values.yaml | Configures the probes for the main Pod. |
+1 -1
View File
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 8.0.7 |
| https://truecharts.org | common | 8.0.8 |
## Installing the Chart