Squareone Helm values reference#
Helm values reference table for the squareone application.
Key |
Type |
Default |
Description |
|---|---|---|---|
affinity |
object |
|
|
autoscaling.enabled |
bool |
|
|
autoscaling.maxReplicas |
int |
|
|
autoscaling.minReplicas |
int |
|
|
autoscaling.targetCPUUtilizationPercentage |
int |
|
|
config.appLinks |
list |
|
App menu items |
config.coManageRegistryUrl |
string |
|
URL to the COmanage registry, if the environment uses COmanage for identity. @default null disables the COmanage integration |
config.docsBaseUrl |
string |
|
Base URL for user documentation (excludes trailing slash) |
config.enableAppsMenu |
bool |
|
Enable the App menu |
config.enableSentry |
bool |
See |
Enable Sentry |
config.headerLogoAlt |
string |
See |
Alternative text for header logo for accessibility |
config.headerLogoData |
string |
|
Base64-encoded image data for header logo (without data URL prefix). Must be used with headerLogoMimeType. Used only if both headerLogoUrl and headerLogoFile are null. @default null uses Squareone’s default built-in logo |
config.headerLogoFile |
string |
|
Filename of a logo image in the content/{environment}/ directory (e.g., “header-logo.png”). The file will be base64-encoded automatically. Used only if headerLogoUrl is null. Supported formats: .png, .jpg, .jpeg, .svg, .webp, .gif. Note: unlike MDX files, logo files do NOT fall back to idfprod if not found in the environment directory. @default null uses Squareone’s default built-in logo |
config.headerLogoHeight |
int |
See |
Height of header logo in pixels |
config.headerLogoMimeType |
string |
See |
MIME type for base64-encoded logo data (e.g., ‘image/png’, ‘image/svg+xml’). Required when headerLogoData is provided. |
config.headerLogoUrl |
string |
|
URL to an external header logo image (HTTPS only). Takes priority over headerLogoFile and headerLogoData. @default null uses Squareone’s default built-in logo |
config.headerLogoWidth |
string |
|
Width of header logo in pixels. If not provided, maintains aspect ratio based on height. @default null maintains aspect ratio |
config.plausibleDomain |
string |
|
Plausible tracking domain. For example, |
config.semaphoreUrl |
string |
|
URL to the Semaphore (user notifications) API service. @default null disables the Semaphore integration |
config.sentryDebug |
bool |
See |
Sentry debug mode |
config.sentryDsn |
string |
See |
Sentry DSN |
config.sentryReplaysOnErrorSampleRate |
int |
See |
Sentry error replays sample rate |
config.sentryReplaysSessionSampleRate |
int |
See |
Sentry replays sample rate |
config.sentryTracesSampleRate |
int |
See |
Sentry traces sample rate |
config.showPreview |
bool |
|
Show a “preview” badge in the homepage |
config.siteDescription |
string |
|
Site description, used in meta tags |
config.siteName |
string |
|
Name of the site, used in the title and meta tags. |
config.timesSquareUrl |
string |
|
URL to the Times Square (parameterized notebooks) API service. @default null disables the Times Square integration |
fullnameOverride |
string |
|
Overrides the full name for resources (includes the release name) |
global.baseUrl |
string |
Set by Argo CD Application |
Base URL for the environment |
global.environmentName |
string |
Set by Argo CD Application |
Name of the Phalanx environment |
global.host |
string |
Set by Argo CD Application |
Host name for ingress |
global.vaultSecretsPathPrefix |
string |
Set by Argo CD Application |
Base path for Vault secrets |
image.pullPolicy |
string |
|
Image pull policy (tip: use Always for development) |
image.repository |
string |
|
Squareone Docker image repository |
image.tag |
string |
Chart’s appVersion |
Overrides the image tag. |
ingress.annotations |
object |
|
Additional annotations to add to the ingress |
ingress.enabled |
bool |
|
Enable ingress |
ingress.timesSquareScope |
string |
|
Scope required for /times-square UI |
nameOverride |
string |
|
Overrides the base name for resources |
nodeSelector |
object |
|
|
podAnnotations |
object |
|
Annotations for squareone pods |
replicaCount |
int |
|
Number of squareone pods to run in the deployment. |
resources |
object |
see |
Resource requests and limits for squareone pods |
tolerations[0].effect |
string |
|
|
tolerations[0].key |
string |
|
|
tolerations[0].operator |
string |
|
|
tolerations[0].value |
string |
|