From 8dd83b86eaea39af5e5593aab852ed6125065530 Mon Sep 17 00:00:00 2001 From: paolodamico Date: Mon, 27 Sep 2021 17:21:11 +0000 Subject: [PATCH] Regenerate chart ALL_VALUES.md --- charts/posthog/ALL_VALUES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/posthog/ALL_VALUES.md b/charts/posthog/ALL_VALUES.md index 34b6e9709..06eb11024 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":"@sha256:68184c13fedc920c79b95f2dac938cbd6d6d5c2635553ae51c309604683b7de6","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.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.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 | `"@sha256:68184c13fedc920c79b95f2dac938cbd6d6d5c2635553ae51c309604683b7de6"` | Default image or tag | +| image.default | string | `":release-1.28.1"` | Default image or tag, e.g. :release-1.28.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 |