diff --git a/src/pages/docs/charts/answer.mdx b/src/pages/docs/charts/answer.mdx index 5c1731d..3a4fb02 100644 --- a/src/pages/docs/charts/answer.mdx +++ b/src/pages/docs/charts/answer.mdx @@ -233,20 +233,22 @@ backup: | Parameter | Type | Default | Description | | ------------------ | ------ | ------------------------- | ------------------------------ | | `image.repository` | string | `docker.io/apache/answer` | Apache Answer container image. | -| `image.tag` | string | `"2.0.0"` | Image tag. | +| `image.tag` | string | `"2.0.2"` | Image tag. | | `image.pullPolicy` | string | `IfNotPresent` | Image pull policy. | ### Answer Configuration -| Parameter | Type | Default | Description | -| --------------------- | ------- | ------------------- | ----------------------------------------------------------------------- | -| `answer.siteUrl` | string | `""` | Full public URL. Auto-detected from Ingress if empty. | -| `answer.siteName` | string | `Apache Answer` | Site name shown in browser tab and header. | -| `answer.language` | string | `en-US` | Default UI language. | -| `answer.contactEmail` | string | `admin@example.com` | Contact email shown in the site footer. | -| `answer.autoInstall` | boolean | `true` | Enable unattended first-boot setup using admin credentials from values. | -| `answer.logLevel` | string | `INFO` | Log level: `DEBUG`, `INFO`, `WARN`, `ERROR`. | -| `answer.extraEnv` | array | `[]` | Extra environment variables for the container. | +| Parameter | Type | Default | Description | +| ----------------------------------------------------------- | ------- | ------------------- | ----------------------------------------------------------------------- | +| `answer.siteUrl` | string | `""` | Full public URL. Auto-detected from Ingress if empty. | +| `answer.siteName` | string | `Apache Answer` | Site name shown in browser tab and header. | +| `answer.language` | string | `en-US` | Default UI language. | +| `answer.contactEmail` | string | `admin@example.com` | Contact email shown in the site footer. | +| `answer.autoInstall` | boolean | `true` | Enable unattended first-boot setup using admin credentials from values. | +| `answer.logLevel` | string | `INFO` | Log level: `DEBUG`, `INFO`, `WARN`, `ERROR`. | +| `answer.notifications.newQuestionEmail.queueSize` | integer | `1024` | Maximum buffered new-question email tasks. | +| `answer.notifications.newQuestionEmail.sendIntervalSeconds` | integer | `0` | Delay between new-question email attempts; `0` disables throttling. | +| `answer.extraEnv` | array | `[]` | Extra environment variables for the container. | ### Admin Credentials