Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/test-k6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
# specified below, these parameters have no meaning on their own and
# gain meaning on how job steps use them.
include:
- k3s-channel: v1.26
test: install
values: ci/values/k3s.yaml
- k3s-channel: v1.25
test: install
values: ci/values/k3s.yaml
Expand Down
4 changes: 2 additions & 2 deletions charts/posthog/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: posthog
description: 🦔 PostHog is developer-friendly, open-source product analytics.
icon: https://camo.githubusercontent.com/11f72f57f33d7d34807bafc1314844f7a91bcdea/68747470733a2f2f706f7374686f672d7374617469632d66696c65732e73332e75732d656173742d322e616d617a6f6e6177732e636f6d2f576562736974652d4173736574732f6769746875622d636f7665722e706e67
kubeVersion: ">= 1.23-0 <= 1.25-0"
kubeVersion: ">= 1.23-0 <= 1.26-0"
home: https://posthog.com
sources:
- https://github.com/PostHog/charts-clickhouse
Expand All @@ -11,7 +11,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 30.19.0
version: 30.20.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
2 changes: 1 addition & 1 deletion charts/posthog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This Helm chart bootstraps a [PostHog](https://posthog.com/) installation on a [


## Prerequisites
- Kubernetes >=1.23 <= 1.25
- Kubernetes >=1.23 <= 1.26
- Helm >= 3.7.0

## Installation
Expand Down