Skip to content

Commit

Permalink
Regenerate chart ALL_VALUES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
max-hedgehog[bot] committed Jan 24, 2024
1 parent 207a918 commit 31b22d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion charts/posthog/ALL_VALUES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PostHog Helm chart configuration

![Version: 30.41.0](https://img.shields.io/badge/Version-30.41.0-informational?style=flat-square) ![AppVersion: 1.43.0](https://img.shields.io/badge/AppVersion-1.43.0-informational?style=flat-square)
![Version: 30.42.0](https://img.shields.io/badge/Version-30.42.0-informational?style=flat-square) ![AppVersion: 1.43.0](https://img.shields.io/badge/AppVersion-1.43.0-informational?style=flat-square)

## Configuration

Expand Down Expand Up @@ -71,6 +71,9 @@ The following table lists the configurable parameters of the PostHog chart and t
| decide.podSecurityContext | object | `{"enabled":false}` | Pod security context for the decide stack HorizontalPodAutoscaler. |
| web.enabled | bool | `true` | Whether to install the PostHog web stack or not. |
| web.image | object | `{}` | |
| web.deployment.apiVersion | string | `"apps/v1"` | |
| web.deployment.kind | string | `"Deployment"` | |
| web.deployment.strategy | string | `"rollingUpdate"` | |
| web.podAnnotations | string | `nil` | |
| web.replicacount | int | `1` | Count of web pods to run. This setting is ignored if `web.hpa.enabled` is set to `true`. |
| web.hpa.enabled | bool | `false` | Whether to create a HorizontalPodAutoscaler for the web stack. |
Expand Down

0 comments on commit 31b22d6

Please sign in to comment.