Commit 45601f3f authored by Hordur Freyr Yngvason's avatar Hordur Freyr Yngvason
Browse files

feat: use newer autoscaling/v2beta2

autoscaling/v2beta1 is already deprecated
parent 9fe3d8f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{{- if and .Values.hpa.enabled .Values.resources.requests -}}
{{- if .Values.hpa.metrics }}
apiVersion: autoscaling/v2beta1
apiVersion: autoscaling/v2beta2
{{- else }}
apiVersion: autoscaling/v1
{{- end }}