From 3c4b1cf344b77a0e71bf27de6bd23f74017658ba Mon Sep 17 00:00:00 2001 From: felix Date: Thu, 7 Sep 2023 10:39:10 +0000 Subject: [PATCH] set apiVersion to v2 --- charts/matrix-media-repo/templates/hpa.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/matrix-media-repo/templates/hpa.yaml b/charts/matrix-media-repo/templates/hpa.yaml index 46c0d16..af7dd15 100644 --- a/charts/matrix-media-repo/templates/hpa.yaml +++ b/charts/matrix-media-repo/templates/hpa.yaml @@ -1,5 +1,5 @@ {{- if .Values.autoscaling.enabled }} -apiVersion: {{ ternary "autoscaling/v2" "autoscaling/v2beta2" (.Capabilities.APIVersions.Has "autoscaling/v2") }} +apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler metadata: name: {{ include "matrix-media-repo.fullname" . }}