Skip to content

Commit ddffad3

Browse files
Regenerate chart ALL_VALUES.md
1 parent 3634ca6 commit ddffad3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

charts/posthog/ALL_VALUES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PostHog Helm chart configuration
22

3-
![Version: 30.21.0](https://img.shields.io/badge/Version-30.21.0-informational?style=flat-square) ![AppVersion: 1.43.0](https://img.shields.io/badge/AppVersion-1.43.0-informational?style=flat-square)
3+
![Version: 30.22.0](https://img.shields.io/badge/Version-30.22.0-informational?style=flat-square) ![AppVersion: 1.43.0](https://img.shields.io/badge/AppVersion-1.43.0-informational?style=flat-square)
44

55
## Configuration
66

@@ -372,6 +372,9 @@ The following table lists the configurable parameters of the PostHog chart and t
372372
| pluginsScheduler.readinessProbe.successThreshold | int | `1` | The readiness probe success threshold |
373373
| pluginsScheduler.readinessProbe.timeoutSeconds | int | `5` | The readiness probe timeout seconds |
374374
| pluginsScheduler.sentryDSN | string | `nil` | Sentry endpoint to send errors to. Falls back to global sentryDSN |
375+
| toolbox.enabled | bool | `false` | Whether to install the PostHog toolbox deployment |
376+
| toolbox.env | list | `[]` | Additional env variables to inject into the toolbox deployment. |
377+
| toolbox.resources | object | `{}` | Resource limits for the toolbox deployment. |
375378
| temporalPyWorker.enabled | bool | `false` | Whether to install the PostHog Temporal Python worker stack or not. |
376379
| temporalPyWorker.replicacount | int | `1` | Count of worker pods to run. This setting is ignored if `worker.hpa.enabled` is set to `true`. |
377380
| temporalPyWorker.hpa.enabled | bool | `false` | Whether to create a HorizontalPodAutoscaler for the worker stack. |

0 commit comments

Comments
 (0)