|
1 | 1 | # phoenix-helm |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | Phoenix is an open-source AI observability platform designed for experimentation, evaluation, and troubleshooting. For instructions on how to deploy this Helm chart, see the [self-hosting docs](https://arize.com/docs/phoenix/self-hosting). |
6 | 6 | - [**_Tracing_**](https://arize.com/docs/phoenix/tracing/llm-traces) - Trace your LLM application's runtime using OpenTelemetry-based instrumentation. |
@@ -37,6 +37,7 @@ Phoenix is an open-source AI observability platform designed for experimentation |
37 | 37 | | auth.admins | string | `""` | Semicolon-separated list of username and email pairs to create as admin users on startup (PHOENIX_ADMINS) Format: "username=email;username2=email2" (e.g., "John Doe= [email protected];Jane Doe= [email protected]") These users will be created with random passwords that must be reset on first login | |
38 | 38 | | auth.allowedOrigins | list | `[]` | List of allowed CORS origins for cross-origin requests to the Phoenix API (PHOENIX_ALLOWED_ORIGINS) | |
39 | 39 | | auth.cookiesPath | string | `"/"` | Cookie path for authentication cookies (PHOENIX_COOKIES_PATH) Set this when Phoenix is hosted under a sub-path | |
| 40 | +| auth.createSecret | bool | `true` | Create Secret Boolean - Should the secret be created. If False and auth is enabled, this must preexist | |
40 | 41 | | auth.csrfTrustedOrigins | list | `[]` | List of trusted origins for CSRF protection to prevent cross-site request forgery attacks (PHOENIX_CSRF_TRUSTED_ORIGINS) | |
41 | 42 | | auth.defaultAdminPassword | string | `"admin"` | Default password for the admin user on initial setup (PHOENIX_DEFAULT_ADMIN_INITIAL_PASSWORD) | |
42 | 43 | | auth.disableBasicAuth | bool | `false` | Disable password-based authentication (PHOENIX_DISABLE_BASIC_AUTH) When true, users can only authenticate via OAuth2/OIDC. Useful for SSO-only deployments. | |
@@ -97,7 +98,7 @@ Phoenix is an open-source AI observability platform designed for experimentation |
97 | 98 | | image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for Phoenix container (Always, IfNotPresent, or Never) | |
98 | 99 | | image.registry | string | `"docker.io"` | Docker image registry for Phoenix | |
99 | 100 | | image.repository | string | `"arizephoenix/phoenix"` | Docker image repository for Phoenix | |
100 | | -| image.tag | string | `"version-12.17.0-nonroot"` | Docker image tag/version to deploy | |
| 101 | +| image.tag | string | `"version-12.19.0-nonroot"` | Docker image tag/version to deploy | |
101 | 102 | | ingress.annotations | object | `{}` | Annotations to add to the ingress resource | |
102 | 103 | | ingress.apiPath | string | `"/"` | Path prefix for the Phoenix API | |
103 | 104 | | ingress.enabled | bool | `true` | Enable ingress controller for external access | |
|
0 commit comments