File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ The following table lists the configurable parameters of the PostHog chart and t
1616| image.repository | string | ` "posthog/posthog" ` | PostHog image repository to use. |
1717| image.sha | string | ` nil ` | PostHog image SHA to use (example: ` sha256:20af35fca6756d689d6705911a49dd6f2f6631e001ad43377b605cfc7c133eb4 ` ). |
1818| image.tag | string | ` nil ` | PostHog image tag to use (example: ` release-1.35.0 ` ). |
19- | image.default | string | ` ":release-1.41.2 " ` | PostHog default image. Do not overwrite, use ` image.sha ` or ` image.tag ` instead. |
19+ | image.default | string | ` ":release-1.41.3 " ` | PostHog default image. Do not overwrite, use ` image.sha ` or ` image.tag ` instead. |
2020| image.pullPolicy | string | ` "IfNotPresent" ` | PostHog image pull policy. |
2121| sentryDSN | string | ` nil ` | Sentry endpoint to send errors to. |
2222| 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. |
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ type: application
1111
1212# This is the chart version. This version number should be incremented each time you make changes
1313# to the chart and its templates, including the app version.
14- version : 29.0.2
14+ version : 29.0.3
1515
1616# This is the version number of the application being deployed. This version number should be
1717# incremented each time you make changes to the application.
18- appVersion : 1.41.2
18+ appVersion : 1.41.3
1919
2020dependencies :
2121 - name : cert-manager
Original file line number Diff line number Diff line change 1616 # -- PostHog image tag to use (example: `release-1.35.0`).
1717 tag :
1818 # -- PostHog default image. Do not overwrite, use `image.sha` or `image.tag` instead.
19- default : " :release-1.41.2 "
19+ default : " :release-1.41.3 "
2020 # -- PostHog image pull policy.
2121 pullPolicy : IfNotPresent
2222
You can’t perform that action at this time.
0 commit comments