diff --git a/deploy/helm/templates/hpa.yaml b/deploy/helm/templates/hpa.yaml index e6d9719..2aaeeec 100644 --- a/deploy/helm/templates/hpa.yaml +++ b/deploy/helm/templates/hpa.yaml @@ -1,5 +1,5 @@ {{- if .Values.autoscaling.enabled }} -apiVersion: autoscaling/v2beta1 +apiVersion: autoscaling/v2beta2 kind: HorizontalPodAutoscaler metadata: name: {{ include "cago.fullname" . }}