From 9aed3bcd9ee68b897da1ab5821e6e0dd90defbbd Mon Sep 17 00:00:00 2001 From: paolodamico Date: Thu, 21 Oct 2021 15:17:29 +0000 Subject: [PATCH] Regenerate chart ALL_VALUES.md --- charts/posthog/ALL_VALUES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/posthog/ALL_VALUES.md b/charts/posthog/ALL_VALUES.md index 146c6c0c1..b9b73a6fe 100644 --- a/charts/posthog/ALL_VALUES.md +++ b/charts/posthog/ALL_VALUES.md @@ -8,11 +8,11 @@ The following table lists the configurable parameters of the PostHog chart and t | Key | Type | Default | Description | |-----|------|---------|-------------| -| image | object | `{"default":":release-1.28.1","pullPolicy":"IfNotPresent","repository":"posthog/posthog","sha":null,"tag":null}` | This is a YAML-formatted file. Declare variables to be passed into your templates. | +| image | object | `{"default":":release-1.29.0","pullPolicy":"IfNotPresent","repository":"posthog/posthog","sha":null,"tag":null}` | This is a YAML-formatted file. Declare variables to be passed into your templates. | | image.repository | string | `"posthog/posthog"` | Posthog image repository | | image.sha | string | `nil` | Posthog image sha, e.g. sha256:20af35fca6756d689d6705911a49dd6f2f6631e001ad43377b605cfc7c133eb4 | -| image.tag | string | `nil` | Posthog image tag, e.g. release-1.25.0 | -| image.default | string | `":release-1.28.1"` | Default image or tag, e.g. :release-1.28.0 | +| image.tag | string | `nil` | Posthog image tag, e.g. release-1.29.0 | +| image.default | string | `":release-1.29.0"` | Default image or tag, e.g. :release-1.29.0 | | image.pullPolicy | string | `"IfNotPresent"` | Image pull policy | | cloud | string | `nil` | Required: Cloud service being deployed on. Either `gcp` or `aws` or `do` for DigitalOcean | | sentryDSN | string | `nil` | Sentry endpoint to send errors to |