File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# PostHog Helm chart configuration
22
3- ![ Version: 29 .0.11 ] ( https://img.shields.io/badge/Version-29 .0.11 -informational?style=flat-square ) ![ AppVersion: 1.41.4 ] ( https://img.shields.io/badge/AppVersion-1.41.4 -informational?style=flat-square )
3+ ![ Version: 30 .0.0 ] ( https://img.shields.io/badge/Version-30 .0.0 -informational?style=flat-square ) ![ AppVersion: 1.42.0 ] ( https://img.shields.io/badge/AppVersion-1.42.0 -informational?style=flat-square )
44
55## Configuration
66
@@ -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.4 " ` | PostHog default image. Do not overwrite, use ` image.sha ` or ` image.tag ` instead. |
19+ | image.default | string | ` ":release-1.42.0 " ` | PostHog default image. Do not overwrite, use ` image.sha ` or ` image.tag ` instead. |
2020| image.pullPolicy | string | ` "IfNotPresent" ` | PostHog image pull policy. |
2121| image.pullSecrets | list | ` [] ` | |
2222| sentryDSN | string | ` nil ` | Sentry endpoint to send errors to. |
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.11
14+ version : 30 .0.0
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.4
18+ appVersion : 1.42.0
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.4 "
19+ default : " :release-1.42.0 "
2020 # -- PostHog image pull policy.
2121 pullPolicy : IfNotPresent
2222 # # Optionally specify an array of imagePullSecrets.
You can’t perform that action at this time.
0 commit comments