diff --git a/charts/posthog/Chart.yaml b/charts/posthog/Chart.yaml index 0795cccd..45af85f7 100644 --- a/charts/posthog/Chart.yaml +++ b/charts/posthog/Chart.yaml @@ -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.39.0 +version: 30.40.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. diff --git a/charts/posthog/templates/worker-deployment.yaml b/charts/posthog/templates/worker-deployment.yaml index fde01e3d..5f2de644 100644 --- a/charts/posthog/templates/worker-deployment.yaml +++ b/charts/posthog/templates/worker-deployment.yaml @@ -1,5 +1,6 @@ {{- if .Values.worker.enabled -}} {{- range .Values.worker.consumers }} +--- apiVersion: apps/v1 kind: Deployment metadata: diff --git a/charts/posthog/templates/worker-hpa.yaml b/charts/posthog/templates/worker-hpa.yaml index 650b2507..e2938003 100644 --- a/charts/posthog/templates/worker-hpa.yaml +++ b/charts/posthog/templates/worker-hpa.yaml @@ -1,5 +1,6 @@ {{- if and .Values.worker.enabled .Values.worker.hpa.enabled -}} {{- range .Values.worker.consumers }} +--- apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler metadata: