|
1 | 1 | # Nebuly Platform |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | Helm chart for installing Nebuly's Platform on Kubernetes. |
6 | 6 |
|
@@ -212,7 +212,7 @@ The command removes all the Kubernetes components associated with the chart and |
212 | 212 | | auth.google.roleMapping | string | `""` | The mapping between Nebuly roles and Google groups. Example: "viewer:<viewer-group-email>,admin: <admin-group-email>,member: <member-group-email>" | |
213 | 213 | | auth.image.pullPolicy | string | `"IfNotPresent"` | | |
214 | 214 | | auth.image.repository | string | `"ghcr.io/nebuly-ai/nebuly-tenant-registry"` | | |
215 | | -| auth.image.tag | string | `"v1.22.1"` | | |
| 215 | +| auth.image.tag | string | `"v1.22.5"` | | |
216 | 216 | | auth.ingress | object | - | Ingress configuration for the login endpoints. | |
217 | 217 | | auth.jwtSigningKey | string | `""` | Private RSA Key used for signing JWT tokens. Required only if not using an existing secret (see auth.existingSecret value below). | |
218 | 218 | | auth.ldap | object | `{"activeDirectoryRoot":"","adminPassword":"","adminUsername":"","attributeMapping":"","enabled":false,"existingSecret":{"adminPasswordKey":"","adminUsernameKey":"","name":""},"groupObjectClass":"","host":"","port":"389","roleMapping":"","searchBase":"","userSearchFilter":""}` | LDAP authentication configuration. | |
@@ -275,7 +275,7 @@ The command removes all the Kubernetes components associated with the chart and |
275 | 275 | | backend.fullnameOverride | string | `""` | | |
276 | 276 | | backend.image.pullPolicy | string | `"IfNotPresent"` | | |
277 | 277 | | backend.image.repository | string | `"ghcr.io/nebuly-ai/nebuly-backend"` | | |
278 | | -| backend.image.tag | string | `"v1.99.21"` | | |
| 278 | +| backend.image.tag | string | `"v1.99.29"` | | |
279 | 279 | | backend.ingress.annotations | object | `{}` | | |
280 | 280 | | backend.ingress.className | string | `""` | | |
281 | 281 | | backend.ingress.enabled | bool | `false` | | |
@@ -489,6 +489,7 @@ The command removes all the Kubernetes components associated with the chart and |
489 | 489 | | ingestionWorker.service.port | int | `80` | | |
490 | 490 | | ingestionWorker.service.type | string | `"ClusterIP"` | | |
491 | 491 | | ingestionWorker.settings.alembicTable | string | `""` | The name of the alembic table used to store the status of the ingestion worker migrations. If not provided, the default `alembic_version` table will be used. | |
| 492 | +| ingestionWorker.settings.categoryEngine | string | `"cluster_based"` | The engine used to generate categories for interactions. Can be "cluster_based", "smart_sample" and "legacy" | |
492 | 493 | | ingestionWorker.settings.enableDbCache | bool | `true` | Use the database as a cache for aggregate jobs; disable it for projects with over 1 million interactions. | |
493 | 494 | | ingestionWorker.settings.enablePiiLanguageDetection | bool | `false` | Enable language detection for PII detection. | |
494 | 495 | | ingestionWorker.settings.enablePiiLlm | bool | `false` | Enable use of LLM (pii-removal) to remove the PII during interaction processing. | |
|
0 commit comments