Skip to content

Commit 5a61f35

Browse files
author
Max Hedgehog
committed
Regenerate chart ALL_VALUES.md
1 parent 8d484fc commit 5a61f35

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

charts/posthog/ALL_VALUES.md

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

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

55
## Configuration
66

@@ -18,6 +18,7 @@ The following table lists the configurable parameters of the PostHog chart and t
1818
| image.tag | string | `nil` | PostHog image tag to use (example: `release-1.35.0`). |
1919
| image.default | string | `":release-1.41.4"` | PostHog default image. Do not overwrite, use `image.sha` or `image.tag` instead. |
2020
| image.pullPolicy | string | `"IfNotPresent"` | PostHog image pull policy. |
21+
| image.pullSecrets | list | `[]` | |
2122
| sentryDSN | string | `nil` | Sentry endpoint to send errors to. |
2223
| posthogSecretKey.existingSecret | string | `nil` | Specify that the key should be pulled from an existing secret key. By default the chart will generate a secret and create a Kubernetes Secret containing it. |
2324
| posthogSecretKey.existingSecretKey | string | `"posthog-secret"` | Specify the key within the secret from which SECRET_KEY should be taken. |
@@ -296,6 +297,7 @@ The following table lists the configurable parameters of the PostHog chart and t
296297
| pgbouncer.exporter.image.repository | string | `"prometheuscommunity/pgbouncer-exporter"` | |
297298
| pgbouncer.exporter.image.tag | string | `"v0.4.1"` | |
298299
| pgbouncer.exporter.image.pullPolicy | string | `"IfNotPresent"` | |
300+
| pgbouncer.exporter.image.pullSecrets | list | `[]` | |
299301
| pgbouncer.exporter.resources | object | `{}` | Resource limits for pgbouncer-exporter. |
300302
| pgbouncer.exporter.securityContext | object | `{"enabled":false}` | Container security context for pgbouncer-exporter. |
301303
| pgbouncer.replicacount | int | `1` | Count of pgbouncer pods to run. This setting is ignored if `pgbouncer.hpa.enabled` is set to `true`. |
@@ -324,6 +326,7 @@ The following table lists the configurable parameters of the PostHog chart and t
324326
| pgbouncer.image.repository | string | `"bitnami/pgbouncer"` | |
325327
| pgbouncer.image.tag | string | `"1.17.0"` | |
326328
| pgbouncer.image.pullPolicy | string | `"IfNotPresent"` | |
329+
| pgbouncer.image.pullSecrets | list | `[]` | |
327330
| pgbouncer.service.type | string | `"ClusterIP"` | |
328331
| pgbouncer.service.annotations | object | `{}` | |
329332
| pgbouncer.podAnnotations | object | `{}` | |
@@ -374,6 +377,7 @@ The following table lists the configurable parameters of the PostHog chart and t
374377
| clickhouse.image.repository | string | `"clickhouse/clickhouse-server"` | ClickHouse image repository. |
375378
| clickhouse.image.tag | string | `"22.3.13.80"` | ClickHouse image tag. Note: PostHog does not support all versions of ClickHouse. Please override the default only if you know what you are doing. |
376379
| clickhouse.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
380+
| clickhouse.image.pullSecrets | list | `[]` | |
377381
| clickhouse.tolerations | list | `[]` | Toleration labels for clickhouse pod assignment |
378382
| clickhouse.affinity | object | `{}` | Affinity settings for clickhouse pod |
379383
| clickhouse.resources | object | `{}` | Clickhouse resource requests/limits. See more at http://kubernetes.io/docs/user-guide/compute-resources/ |
@@ -401,10 +405,12 @@ The following table lists the configurable parameters of the PostHog chart and t
401405
| clickhouse.client.image.repository | string | `"clickhouse/clickhouse-server"` | ClickHouse image repository. |
402406
| clickhouse.client.image.tag | string | `"22.3.13.80"` | ClickHouse image tag. Note: PostHog does not support all versions of ClickHouse. Please override the default only if you know what you are doing. |
403407
| clickhouse.client.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
408+
| clickhouse.client.image.pullSecrets | list | `[]` | |
404409
| clickhouse.backup.enabled | bool | `false` | |
405410
| clickhouse.backup.image.repository | string | `"altinity/clickhouse-backup"` | Clickhouse backup image repository. |
406411
| clickhouse.backup.image.tag | string | `"1.5.0"` | ClickHouse backup image tag. |
407412
| clickhouse.backup.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
413+
| clickhouse.backup.image.pullSecrets | list | `[]` | |
408414
| clickhouse.backup.backup_user | string | `"backup"` | |
409415
| clickhouse.backup.backup_password | string | `"backup_password"` | |
410416
| clickhouse.backup.existingSecret | string | `""` | Use an existing secret name in the deployed namespace for the backup password |
@@ -484,6 +490,7 @@ The following table lists the configurable parameters of the PostHog chart and t
484490
| eventrouter.image.repository | string | `"gcr.io/heptio-images/eventrouter"` | |
485491
| eventrouter.image.tag | string | `"v0.3"` | |
486492
| eventrouter.image.pullPolicy | string | `"IfNotPresent"` | |
493+
| eventrouter.image.pullSecrets | list | `[]` | |
487494
| eventrouter.resources | object | `{}` | Resource limits for eventrouter. |
488495
| promtail.enabled | bool | `false` | Whether to install Promtail or not. |
489496
| promtail.config.clients[0].url | string | `"http://posthog-loki-write:3100/loki/api/v1/push"` | |
@@ -529,6 +536,7 @@ The following table lists the configurable parameters of the PostHog chart and t
529536
| installCustomStorageClass | bool | `false` | |
530537
| busybox.image | string | `"busybox:1.34"` | Specify the image to use for e.g. init containers |
531538
| busybox.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
539+
| busybox.pullSecrets | list | `[]` | |
532540

533541
Dependent charts can also have values overwritten. For more info see our [docs](https://posthog.com/docs/self-host/deploy/configuration).
534542

0 commit comments

Comments
 (0)