Skip to content

Commit b38728a

Browse files
frankhHarry Waye
andauthored
Update chart for k8s 1.26 (PostHog#739)
* Update chart for k8s 1.26 * Update Chart.yaml --------- Co-authored-by: Harry Waye <harry@posthog.com>
1 parent b26fa86 commit b38728a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/test-k6.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
# specified below, these parameters have no meaning on their own and
2525
# gain meaning on how job steps use them.
2626
include:
27+
- k3s-channel: v1.26
28+
test: install
29+
values: ci/values/k3s.yaml
2730
- k3s-channel: v1.25
2831
test: install
2932
values: ci/values/k3s.yaml

charts/posthog/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: posthog
33
description: 🦔 PostHog is developer-friendly, open-source product analytics.
44
icon: https://camo.githubusercontent.com/11f72f57f33d7d34807bafc1314844f7a91bcdea/68747470733a2f2f706f7374686f672d7374617469632d66696c65732e73332e75732d656173742d322e616d617a6f6e6177732e636f6d2f576562736974652d4173736574732f6769746875622d636f7665722e706e67
5-
kubeVersion: ">= 1.23-0 <= 1.25-0"
5+
kubeVersion: ">= 1.23-0 <= 1.26-0"
66
home: https://posthog.com
77
sources:
88
- https://github.com/PostHog/charts-clickhouse
@@ -11,7 +11,7 @@ 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: 30.19.0
14+
version: 30.20.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.

charts/posthog/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This Helm chart bootstraps a [PostHog](https://posthog.com/) installation on a [
2020

2121

2222
## Prerequisites
23-
- Kubernetes >=1.23 <= 1.25
23+
- Kubernetes >=1.23 <= 1.26
2424
- Helm >= 3.7.0
2525

2626
## Installation

0 commit comments

Comments
 (0)