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
2 changes: 1 addition & 1 deletion charts/posthog/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.18.1
version: 30.19.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/templates/_snippet-plugins-deployment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ spec:
---

{{ if .params.hpa.enabled }}
apiVersion: autoscaling/v2beta2
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ template "posthog.fullname" .root }}-{{ .name }}
Expand Down
2 changes: 1 addition & 1 deletion charts/posthog/templates/decide-hpa.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if and .Values.decide.enabled .Values.decide.hpa.enabled -}}
apiVersion: autoscaling/v2beta2
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ template "posthog.fullname" . }}-decide
Expand Down
2 changes: 1 addition & 1 deletion charts/posthog/templates/events-hpa.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if and .Values.events.enabled .Values.events.hpa.enabled -}}
apiVersion: autoscaling/v2beta2
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ template "posthog.fullname" . }}-events
Expand Down
2 changes: 1 addition & 1 deletion charts/posthog/templates/pgbouncer-hpa.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if and .Values.pgbouncer.enabled .Values.pgbouncer.hpa.enabled -}}
apiVersion: autoscaling/v2beta2
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ template "posthog.fullname" . }}-pgbouncer
Expand Down
2 changes: 1 addition & 1 deletion charts/posthog/templates/pgbouncer-read-hpa.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if and .Values.pgbouncerRead.enabled .Values.pgbouncerRead.hpa.enabled -}}
apiVersion: autoscaling/v2beta2
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ template "posthog.fullname" . }}-pgbouncer-read
Expand Down
2 changes: 1 addition & 1 deletion charts/posthog/templates/temporal-py-worker-hpa.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if and .Values.temporalPyWorker.enabled .Values.temporalPyWorker.hpa.enabled -}}
apiVersion: autoscaling/v2beta2
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ template "posthog.fullname" . }}-worker
Expand Down
2 changes: 1 addition & 1 deletion charts/posthog/templates/web-hpa.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if and .Values.web.enabled .Values.web.hpa.enabled -}}
apiVersion: autoscaling/v2beta2
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ template "posthog.fullname" . }}-web
Expand Down
2 changes: 1 addition & 1 deletion charts/posthog/templates/worker-hpa.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if and .Values.worker.enabled .Values.worker.hpa.enabled -}}
apiVersion: autoscaling/v2beta2
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ template "posthog.fullname" . }}-worker
Expand Down
2 changes: 1 addition & 1 deletion charts/posthog/tests/events-hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tests:
- hasDocuments:
count: 1
- isAPIVersion:
of: autoscaling/v2beta2
of: autoscaling/v2

- it: should be the correct kind
set:
Expand Down
2 changes: 1 addition & 1 deletion charts/posthog/tests/pgbouncer-hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tests:
- hasDocuments:
count: 1
- isAPIVersion:
of: autoscaling/v2beta2
of: autoscaling/v2

- it: should be the correct kind
set:
Expand Down
2 changes: 1 addition & 1 deletion charts/posthog/tests/pgbouncer-read-hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tests:
- hasDocuments:
count: 1
- isAPIVersion:
of: autoscaling/v2beta2
of: autoscaling/v2

- it: should be the correct kind
set:
Expand Down
2 changes: 1 addition & 1 deletion charts/posthog/tests/plugins-analytics-ingestion-hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tests:
- hasDocuments:
count: 2
- isAPIVersion:
of: autoscaling/v2beta2
of: autoscaling/v2
documentIndex: 1

- it: should be the correct kind
Expand Down
2 changes: 1 addition & 1 deletion charts/posthog/tests/plugins-async-hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tests:
- hasDocuments:
count: 2
- isAPIVersion:
of: autoscaling/v2beta2
of: autoscaling/v2
documentIndex: 1

- it: should be the correct kind
Expand Down
2 changes: 1 addition & 1 deletion charts/posthog/tests/plugins-exports-hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tests:
- hasDocuments:
count: 2
- isAPIVersion:
of: autoscaling/v2beta2
of: autoscaling/v2
documentIndex: 1

- it: should be the correct kind
Expand Down
2 changes: 1 addition & 1 deletion charts/posthog/tests/plugins-hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tests:
- hasDocuments:
count: 2
- isAPIVersion:
of: autoscaling/v2beta2
of: autoscaling/v2
documentIndex: 1

- it: should be the correct kind
Expand Down
2 changes: 1 addition & 1 deletion charts/posthog/tests/plugins-ingestion-hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tests:
- hasDocuments:
count: 2
- isAPIVersion:
of: autoscaling/v2beta2
of: autoscaling/v2
documentIndex: 1

- it: should be the correct kind
Expand Down
2 changes: 1 addition & 1 deletion charts/posthog/tests/plugins-ingestion-overflow-hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ tests:
- hasDocuments:
count: 2
- isAPIVersion:
of: autoscaling/v2beta2
of: autoscaling/v2
documentIndex: 1

- it: should be the correct kind
Expand Down
2 changes: 1 addition & 1 deletion charts/posthog/tests/plugins-jobs-hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tests:
- hasDocuments:
count: 2
- isAPIVersion:
of: autoscaling/v2beta2
of: autoscaling/v2
documentIndex: 1

- it: should be the correct kind
Expand Down
2 changes: 1 addition & 1 deletion charts/posthog/tests/plugins-scheduler-hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tests:
- hasDocuments:
count: 2
- isAPIVersion:
of: autoscaling/v2beta2
of: autoscaling/v2
documentIndex: 1

- it: should be the correct kind
Expand Down
2 changes: 1 addition & 1 deletion charts/posthog/tests/recordings-ingestion-hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tests:
- hasDocuments:
count: 2
- isAPIVersion:
of: autoscaling/v2beta2
of: autoscaling/v2
documentIndex: 1

- it: should be the correct kind
Expand Down
2 changes: 1 addition & 1 deletion charts/posthog/tests/web-hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tests:
- hasDocuments:
count: 1
- isAPIVersion:
of: autoscaling/v2beta2
of: autoscaling/v2

- it: should be the correct kind
set:
Expand Down
2 changes: 1 addition & 1 deletion charts/posthog/tests/worker-hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tests:
- hasDocuments:
count: 1
- isAPIVersion:
of: autoscaling/v2beta2
of: autoscaling/v2

- it: should be the correct kind
set:
Expand Down