| currents.rootUser.email |
string |
"admin@" |
The email address of the root user |
| currents.imageTag |
string |
"2026-07-26-003" |
The image tag to use for the Currents images |
| currents.email.transporter |
string |
"smtp" |
Which transport to send outgoing email through: smtp or ses. With ses the SMTP settings are ignored and no SMTP credentials are needed — the AWS SDK resolves credentials from the pod itself, so grant the Currents service account permission to send. See Using IAM Roles for Sending Email with SES. |
| currents.email.from |
tpl/string |
"" |
The email address to send from. Defaults to currents.email.smtp.from when unset, which is retained for compatibility. |
| currents.email.ses.region |
string |
"" |
The AWS region to send through. Required when transporter is ses, and the from address must be a verified identity in that region. |
| currents.email.smtp.port |
int |
587 |
The SMTP server port to use |
| currents.email.smtp.from |
tpl/string |
"Currents Report <report@>" |
The email address to send from |
| currents.email.smtp.tls |
bool |
false |
Whether the SMTP server uses TLS |
| currents.email.inviteFrom |
tpl/string |
"" |
The email address to send invitations from |
| currents.email.inviteExpirationDays |
string |
"" |
Number of days before invitation links expire |
| currents.email.reportsBcc |
string |
"" |
BCC address for automated report emails |
| currents.email.inviteBcc |
string |
"" |
BCC address for invitation emails |
| currents.email.linksBaseUrl |
string |
"" |
Base URL for links in emails (defaults to APP_BASE_URL if empty) |
| currents.ingress.enabled |
bool |
false |
Whether to enable the both default ingresses (server, and director) |
| currents.redis.host |
tpl |
-redis-master |
set the redis hostname to talk to |
| currents.clickhouse.port |
int |
8123 |
The ClickHouse port to use |
| currents.objectStorage.internalEndpoint |
string |
"" |
The object storage internal endpoint to use (for internal communication) |
| currents.objectStorage.region |
string |
"" |
The region to use for the object storage |
| currents.objectStorage.pathStyle |
bool |
false |
Whether to use path style access for the object storage |
| currents.logger.apiEndpoint |
string |
"" |
The coralogix API endpoint to use |
| currents.logger.apiSecretName |
string |
"" |
The k8s secret to use for the coralogix private key |
| currents.logger.apiSecretKey |
string |
"apiKey" |
The k8s secret key to use for the coralogix private key |
| global.imagePullPolicy |
string |
"IfNotPresent" |
The image pull policy to use for all images |
| global.additionalLabels |
object |
{} |
Labels to apply to all resources. |
| global.podAnnotations |
object |
{} |
This is for setting Kubernetes Annotations to a Pod |
| global.env |
list |
[] |
Additional environment variables to pass to binary. |
| global.containerSecurityContext |
dict |
{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true} |
Container Security Context to be set on the pods Configure a Security Context for a Pod or Container. |
| global.securityContext |
dict |
{"fsGroup":1000,"fsGroupChangePolicy":"OnRootMismatch","runAsNonRoot":true,"runAsUser":1000,"seccompProfile":{"type":"RuntimeDefault"}} |
Pod Security Context. Configure a Security Context for a Pod or Container. |
| global.revisionHistoryLimit |
string |
nil |
The number of old ReplicaSets to retain to allow rollback (if not set, the default Kubernetes value is set to 10). |
| global.priorityClassName |
string |
"" |
The optional priority class to be used for the currents pods. |
| global.volumes |
list |
[] |
Additional volumes on the output Deployment definition. |
| global.volumeMounts |
list |
[] |
Additional volumeMounts on the output Deployment definition. |
| global.nodeSelector |
object |
{"kubernetes.io/os":"linux"} |
This default ensures that Pods are only scheduled to Linux nodes. It prevents Pods being scheduled to Windows nodes in a mixed OS cluster. |
| global.tolerations |
list |
[] |
|
| global.affinity |
object |
{} |
|
| director.name |
string |
"director" |
|
| director.replicas |
int |
1 |
|
| director.image.registry |
string |
"513558712013.dkr.ecr.us-east-1.amazonaws.com" |
The container registry to pull the manager image from. |
| director.image.repository |
string |
"currents/on-prem/director" |
The container image for Currents Director. |
| director.image.tag |
string |
"" |
Override the image tag to deploy by setting this variable. |
| director.image.digest |
string |
"" |
Setting a digest will override any tag. |
| director.image.pullPolicy |
string |
"" |
default to the same as global.image.pullPolicy |
| director.deploymentStrategy |
object |
{} |
Deployment update strategy for Currents deployment. Kubernetes documentation |
| director.env |
list |
[] |
Env variables to pass to the container |
| director.volumes |
list |
[] |
Additional volumes on the output Deployment definition. |
| director.volumeMounts |
list |
[] |
Additional volumeMounts on the output Deployment definition. |
| director.livenessProbe |
object |
{"httpGet":{"path":"/","port":"http"}} |
Liveness probe to check if the container is alive |
| director.readinessProbe |
object |
{"httpGet":{"path":"/","port":"http"}} |
Readiness probe to check if the container is ready |
| director.nodeSelector |
object |
{} (defaults to global.nodeSelector) |
[Node selector] |
| director.tolerations |
list |
[] (defaults to global.tolerations) |
[Tolerations] for use with node taints |
| director.affinity |
object |
{} (defaults to the global.affinity preset) |
Assign custom [affinity] rules to the deployment |
| director.service |
object |
{"port":1234,"type":"ClusterIP"} |
This is for setting up a service more information |
| server.name |
string |
"server" |
|
| server.replicas |
int |
1 |
|
| server.image.registry |
string |
"513558712013.dkr.ecr.us-east-1.amazonaws.com" |
The container registry to pull the manager image from |
| server.image.repository |
string |
"currents/on-prem/api" |
The container image for Currents Server API |
| server.image.tag |
string |
"" |
Override the image tag to deploy by setting this variable |
| server.image.digest |
string |
"" |
Setting a digest will override any tag |
| server.image.pullPolicy |
string |
"" |
defaults to global.image.pullPolicy |
| server.deploymentStrategy |
object |
{} |
Deployment update strategy for Currents deployment |
| server.env |
list |
[] |
Env variables to pass to the container |
| server.volumes |
list |
[] |
Additional volumes on the output Deployment definition |
| server.volumeMounts |
list |
[] |
Additional volumeMounts on the output Deployment definition |
| server.livenessProbe |
object |
{"httpGet":{"path":"/","port":"http"}} |
Liveness probe to check if the container is alive |
| server.readinessProbe |
object |
{"httpGet":{"path":"/","port":"http"}} |
Readiness probe to check if the container is ready |
| server.nodeSelector |
object |
{} (defaults to global.nodeSelector) |
[Node selector] |
| server.tolerations |
list |
[] (defaults to global.tolerations) |
[Tolerations] for use with node taints |
| server.affinity |
object |
{} (defaults to the global.affinity preset) |
Assign custom [affinity] rules to the deployment |
| server.service |
object |
{"port":4000,"type":"ClusterIP"} |
This is for setting up a service more information |
| writer.name |
string |
"writer" |
|
| writer.replicas |
int |
1 |
|
| writer.image.registry |
string |
"513558712013.dkr.ecr.us-east-1.amazonaws.com" |
|
| writer.image.repository |
string |
"currents/on-prem/writer" |
|
| writer.image.tag |
string |
"" |
Override the image tag to deploy by setting this variable |
| writer.image.digest |
string |
"" |
Setting a digest will override any tag |
| writer.image.pullPolicy |
string |
"" |
defaults to global.image.pullPolicy |
| writer.deploymentStrategy |
object |
{} |
Deployment update strategy for Currents deployment |
| writer.env |
list |
[] |
Env variables to pass to the container |
| writer.volumes |
list |
[] |
Additional volumes on the output Deployment definition |
| writer.volumeMounts |
list |
[] |
Additional volumeMounts on the output Deployment definition |
| writer.livenessProbe |
object |
{"exec":{"command":["./node_modules/.bin/pm2","show","writer-service"]}} |
Liveness probe to check if the container is alive |
| writer.readinessProbe |
object |
{"exec":{"command":["./node_modules/.bin/pm2","show","writer-service"]}} |
Readiness probe to check if the container is ready |
| writer.nodeSelector |
object |
{} (defaults to global.nodeSelector) |
[Node selector] |
| writer.tolerations |
list |
[] (defaults to global.tolerations) |
[Tolerations] for use with node taints |
| writer.affinity |
object |
{} (defaults to the global.affinity preset) |
Assign custom [affinity] rules to the deployment |
| scheduler.name |
string |
"scheduler" |
|
| scheduler.image.registry |
string |
"513558712013.dkr.ecr.us-east-1.amazonaws.com" |
The container registry to pull the manager image from |
| scheduler.image.repository |
string |
"currents/on-prem/scheduler" |
The container image for Currents Server API |
| scheduler.image.tag |
string |
"" |
Override the image tag to deploy by setting this variable |
| scheduler.image.digest |
string |
"" |
Setting a digest will override any tag |
| scheduler.image.pullPolicy |
string |
"" |
defaults to global.image.pullPolicy |
| scheduler.startup.persistence |
object |
See values.yaml for default values |
Persistence settings used to optimize startup tasks (avoid rerun startup tasks on restart) |
| scheduler.deploymentStrategy |
object |
{"type":"Recreate"} |
Deployment update strategy for Currents deployment. Kubernetes documentation |
| scheduler.env |
list |
[] |
Env variables to pass to the container |
| scheduler.volumes |
list |
[] |
Additional volumes on the output Deployment definition |
| scheduler.volumeMounts |
list |
[] |
Additional volumeMounts on the output Deployment definition |
| scheduler.livenessProbe |
object |
{"exec":{"command":["./node_modules/.bin/pm2","show","dist"]}} |
Liveness probe to check if the container is alive |
| scheduler.readinessProbe |
object |
{"exec":{"command":["./node_modules/.bin/pm2","show","dist"]}} |
Readiness probe to check if the container is ready |
| scheduler.nodeSelector |
object |
{} (defaults to global.nodeSelector) |
[Node selector] |
| scheduler.tolerations |
list |
[] (defaults to global.tolerations) |
[Tolerations] for use with node taints |
| scheduler.affinity |
object |
{} (defaults to the global.affinity preset) |
Assign custom [affinity] rules to the deployment |
| changestreams.name |
string |
"change-streams" |
|
| changestreams.image.registry |
string |
"513558712013.dkr.ecr.us-east-1.amazonaws.com" |
The container registry to pull the manager image from. |
| changestreams.image.repository |
string |
"currents/on-prem/change-streams" |
The container image for Currents Change Streams Image |
| changestreams.image.tag |
string |
"" |
Override the image tag to deploy by setting this variable |
| changestreams.image.digest |
string |
"" |
Setting a digest will override any tag |
| changestreams.image.pullPolicy |
string |
"" |
defaults to global.image.pullPolicy |
| changestreams.deploymentStrategy |
object |
{"type":"Recreate"} |
Deployment update strategy for Currents deployment. Kubernetes documentation |
| changestreams.env |
list |
[] |
Env variables to pass to the container |
| changestreams.volumes |
list |
[] |
Additional volumes on the output Deployment definition |
| changestreams.volumeMounts |
list |
[] |
Additional volumeMounts on the output Deployment definition |
| changestreams.nodeSelector |
object |
{} (defaults to global.nodeSelector) |
[Node selector] |
| changestreams.tolerations |
list |
[] (defaults to global.tolerations) |
[Tolerations] for use with node taints |
| changestreams.affinity |
object |
{} (defaults to the global.affinity preset) |
Assign custom [affinity] rules to the deployment |
| webhooks.name |
string |
"webhooks" |
|
| webhooks.image.registry |
string |
"513558712013.dkr.ecr.us-east-1.amazonaws.com" |
|
| webhooks.image.repository |
string |
"currents/on-prem/webhooks" |
|
| webhooks.image.tag |
string |
"" |
Override the image tag to deploy by setting this variable |
| webhooks.image.digest |
string |
"" |
Setting a digest will override any tag |
| webhooks.image.pullPolicy |
string |
"" |
defaults to global.image.pullPolicy |
| webhooks.deploymentStrategy |
object |
{"type":"Recreate"} |
Deployment update strategy for Currents deployment. Kubernetes documentation |
| webhooks.env |
list |
[] |
Env variables to pass to the container |
| webhooks.volumes |
list |
[] |
Additional volumes on the output Deployment definition |
| webhooks.volumeMounts |
list |
[] |
Additional volumeMounts on the output Deployment definition |
| webhooks.livenessProbe |
object |
{"exec":{"command":["./node_modules/.bin/pm2","show","dist"]}} |
Liveness probe to check if the container is alive |
| webhooks.readinessProbe |
object |
{"exec":{"command":["./node_modules/.bin/pm2","show","dist"]}} |
Readiness probe to check if the container is ready |
| webhooks.nodeSelector |
object |
{} (defaults to global.nodeSelector) |
[Node selector] |
| webhooks.tolerations |
list |
[] (defaults to global.tolerations) |
[Tolerations] for use with node taints |
| webhooks.affinity |
object |
{} (defaults to the global.affinity preset) |
Assign custom [affinity] rules to the deployment |
| toolbox.enabled |
bool |
false |
Create the toolbox pod and its scratch PVC. Leave disabled for normal installs — with this off, nothing in this section renders. |
| toolbox.name |
string |
"toolbox" |
|
| toolbox.persistence |
object |
See values.yaml for default values |
Scratch space for artifacts and the import state file. Size it at ~1.5x the export’s total bytes (manifest totals.exportedBytes + clickhouseTotals.exportedBytes). |
| toolbox.env |
list |
[] |
Additional environment variables for toolbox containers. |
| toolbox.clickhouseRequestTimeoutMs |
int |
3600000 |
ClickHouse client per-request socket timeout (ms) for the import. |
| toolbox.clickhouseInsertBlockRows |
int |
65536 |
Rows per block the import inserts into ClickHouse. Each block is aggregated by test_metric_v2’s two materialized views, so this sets the insert’s peak memory on the ClickHouse server: measured against the real schema, 1M rows (the ClickHouse default) peaks at ~3.1 GiB and 65536 at ~1.3 GiB. Lower it if ClickHouse has less than 8 GiB or an insert fails with MEMORY_LIMIT_EXCEEDED. |
| toolbox.resources |
object |
{} |
Resource limits for the toolbox containers. A large import is IO-bound; give it enough memory to stream comfortably. |
| toolbox.nodeSelector |
object |
{} (defaults to global.nodeSelector) |
[Node selector] for the toolbox pod |
| toolbox.tolerations |
list |
[] (defaults to global.tolerations) |
[Tolerations] for use with node taints |
| toolbox.affinity |
object |
{} (defaults to the global.affinity preset) |
Assign custom [affinity] rules to the pod |
| serviceAccount.create |
bool |
true |
Specifies whether a service account should be created |
| serviceAccount.name |
string |
If not set and create is true, a name is generated using the fullname template |
The name of the service account to use. |
| serviceAccount.annotations |
object |
{} |
Optional additional annotations to add to the Service Account. Templates are allowed for both keys and values. |
| serviceAccount.automount |
bool |
true |
Automatically mount a ServiceAccount’s API credentials? |
| redis.image.repository |
string |
"redis/redis-stack-server" |
|
| redis.image.tag |
string |
"7.2.0-v15" |
|
| redis.commonConfiguration |
string |
"loadmodule /opt/redis-stack/lib/rejson.so" |
|
| redis.architecture |
string |
"standalone" |
|
| redis.auth.enabled |
bool |
false |
|
| redis.master.resourcesPreset |
string |
"none" |
|
| redis.replica.resourcesPreset |
string |
"none" |
|
| redis.sentinel.resourcesPreset |
string |
"none" |
|
| redis.metrics.resourcesPreset |
string |
"none" |
|
| redis.volumePermissions.resourcesPreset |
string |
"none" |
|
| redis.sysctl.resourcesPreset |
string |
"none" |
|
| maintenance.clickhouseRestoreMode |
bool |
false |
Suppress change-stream-driven ClickHouse sync while an organization’s ClickHouse data is restored from an external export (see scripts/org-import in the currents repo). Enable it together with toolbox.enabled for a Mongo + ClickHouse restore, then turn both off again. Without it, restoring documents into Mongo makes change-streams re-derive ClickHouse rows on top of the ones the import writes directly, permanently double-counting the hourly materialized views. Leave this OFF for a Mongo-only restore: there, change-streams re-deriving the restored documents is exactly how ClickHouse gets populated. NOTE: while this is on, NO org gets new ClickHouse metrics — the install keeps recording to Mongo while dashboards quietly stop updating. It is not a setting to leave enabled. |