From df03b7423d8faf1f77ffcfefa1643c717707f345 Mon Sep 17 00:00:00 2001 From: Jean Baptiste Favre Date: Tue, 24 Oct 2023 17:13:37 +0200 Subject: [PATCH] Upgrade HPA k8s API version (#83) --- _infra/templates/hpa.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_infra/templates/hpa.yaml b/_infra/templates/hpa.yaml index 7b985fe..a4d3888 100644 --- a/_infra/templates/hpa.yaml +++ b/_infra/templates/hpa.yaml @@ -1,6 +1,6 @@ {{- if (ne .Values.autoscaling.minReplicas 0.0) }} --- -apiVersion: autoscaling/v2beta2 +apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler metadata: name: {{ .Release.Name }}