diff --git a/charts/metaflow/charts/metaflow-service/templates/hpa.yaml b/charts/metaflow/charts/metaflow-service/templates/hpa.yaml index 39a3b4c..0c1ef86 100644 --- a/charts/metaflow/charts/metaflow-service/templates/hpa.yaml +++ b/charts/metaflow/charts/metaflow-service/templates/hpa.yaml @@ -1,5 +1,5 @@ {{ if .Values.autoscaling.enabled }} -apiVersion: autoscaling/v2beta2 +apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler metadata: name: {{ include "metaflow-service.fullname" . }}