From 3ad01f72cbe5844b311626e890c8817e38eea711 Mon Sep 17 00:00:00 2001 From: "Squire, Geoffrey (S&A, Black Mountain)" Date: Mon, 9 Oct 2023 16:21:05 +1100 Subject: [PATCH] datacube-ows: use HPA api v2 --- stable/datacube-ows/templates/autoscaling.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/datacube-ows/templates/autoscaling.yaml b/stable/datacube-ows/templates/autoscaling.yaml index 6855bb9..a1bbcaf 100644 --- a/stable/datacube-ows/templates/autoscaling.yaml +++ b/stable/datacube-ows/templates/autoscaling.yaml @@ -1,6 +1,6 @@ {{- if .Values.ows.enabled }} {{- if .Values.ows.hpa.autoscaling }} -apiVersion: autoscaling/v2beta2 +apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler metadata: name: {{ template "datacube-ows.fullname" . }}