# 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 | |-----|------|---------|-------------| | env | object | See below | environment variables. See [image docs](https://github.com/linuxserver/docker-healthchecks#parameters) for more details. | | env.REGENERATE_SETTINGS | string | `"True"` | Set to true to always override the local_settings.py file with values from environment variables. Do not set to True if you have made manual modifications to this file. | | env.SITE_NAME | int | `8265` | The site's name (e.g., "Example Corp HealthChecks") | | env.SITE_ROOT | string | `"https://healthchecks.domain"` | The site's top-level URL and the port it listens to | | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"tccr.io/truecharts/healthchecks"` | image repository | | image.tag | string | `"version-v1.22.0@sha256:234347d239410227e8d4585c467293f7bb59859f2042bad885633c1ff30c98f2"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | persistence.config | object | `{"enabled":true,"mountPath":"/config"}` | Volume used for configuration | | podSecurityContext.runAsGroup | int | `0` | | | podSecurityContext.runAsUser | int | `0` | | | secret.SUPERUSER_EMAIL | string | `"email@healthchecks.io"` | Superuser email | | secret.SUPERUSER_PASSWORD | string | `"myVeryStrongPassword"` | Superuser password | | securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | | service | object | See values.yaml | Configures service settings for the chart. | All Rights Reserved - The TrueCharts Project