Skip to content

Commit 0f3a6ed

Browse files
authored
Release 1.41.3 (#619)
* Release 1.41.3 * Remove unstable
1 parent 1510570 commit 0f3a6ed

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/posthog/ALL_VALUES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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. |

charts/posthog/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2020
dependencies:
2121
- name: cert-manager

charts/posthog/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ image:
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

0 commit comments

Comments
 (0)