diff --git a/charts/posthog/Chart.yaml b/charts/posthog/Chart.yaml index dcbd08072..78e88e1da 100644 --- a/charts/posthog/Chart.yaml +++ b/charts/posthog/Chart.yaml @@ -5,7 +5,7 @@ icon: https://camo.githubusercontent.com/11f72f57f33d7d34807bafc1314844f7a91bcde kubeVersion: ">=1.19.0-0" home: https://posthog.com sources: -- https://github.com/PostHog/charts-clickhouse + - https://github.com/PostHog/charts-clickhouse # A chart can be either an 'application' or a 'library' chart. # @@ -23,7 +23,7 @@ version: 3.15.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 1.28.1 +appVersion: 1.29.0 dependencies: - name: zookeeper diff --git a/charts/posthog/values.yaml b/charts/posthog/values.yaml index 4f96a2a30..1341e8645 100644 --- a/charts/posthog/values.yaml +++ b/charts/posthog/values.yaml @@ -6,10 +6,10 @@ image: repository: posthog/posthog # -- Posthog image sha, e.g. sha256:20af35fca6756d689d6705911a49dd6f2f6631e001ad43377b605cfc7c133eb4 sha: - # -- Posthog image tag, e.g. release-1.25.0 + # -- Posthog image tag, e.g. release-1.29.0 tag: - # -- Default image or tag, e.g. :release-1.28.0 - default: ":release-1.28.1" + # -- Default image or tag, e.g. :release-1.29.0 + default: ":release-1.29.0" # -- Image pull policy pullPolicy: IfNotPresent