Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-02-03 18:31:19 +00:00
parent 90e86d32bf
commit 278aeeb790
182 changed files with 5431 additions and 4743 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ You will, however, be able to use all values referenced in the common chart here
| existingSecret | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/truecharts/redis"` | |
| image.tag | string | `"v6.2.6@sha256:d32f1e5a73090250b70ef02f924d5e1394a97eadbde6c1730778d5f8e9df6253"` | |
| image.tag | string | `"v6.2.6@sha256:bcb1cce7412c36979adf3dee70c17d562b68e94f6f50ff81c29ea8a337956908"` | |
| persistence.redis-health | object | See below | redis-health configmap mount |
| persistence.redis-health.mountPath | string | `"/health"` | Where to mount the volume in the main container. Defaults to `/<name_of_the_volume>`, setting to '-' creates the volume but disables the volumeMount. |
| persistence.redis-health.readOnly | bool | `false` | Specify if the volume should be mounted read-only. |