feat(app): Move to stable (#2279)

* move to stable

* update image version

* no message

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
sagit
2022-03-25 19:47:47 +02:00
committed by GitHub
co-authored by Stavros Kois
parent 275093acf6
commit f9d1e5110e
20 changed files with 4 additions and 5 deletions
+22
View File
@@ -0,0 +1,22 @@
# Default Helm-Values
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
Most of our Apps also consume our "common" Helm Chart.
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"jakowenko/double-take"` | |
| image.tag | string | `"1.7.0@sha256:7d05d0e36833583ed8ca3dfdcebc8dbe08757a32970d6dbd982f4284184460e4"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/.storage"` | |
| service.main.ports.main.port | int | `10200` | |
| service.main.ports.main.targetPort | int | `3000` | |
All Rights Reserved - The TrueCharts Project