From ab742ea1e06aeb5f01132bed5bb4197051ce6de9 Mon Sep 17 00:00:00 2001
From: David Hoese <david.hoese@ssec.wisc.edu>
Date: Mon, 9 Jan 2023 18:39:34 -0600
Subject: [PATCH] Bump HPA apiVersion to v2

---
 chart/geosphere-mapserver/templates/hpa.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/geosphere-mapserver/templates/hpa.yaml b/chart/geosphere-mapserver/templates/hpa.yaml
index f339617..646329e 100644
--- a/chart/geosphere-mapserver/templates/hpa.yaml
+++ b/chart/geosphere-mapserver/templates/hpa.yaml
@@ -1,5 +1,5 @@
 {{- if .Values.autoscaling.enabled }}
-apiVersion: autoscaling/v2beta2
+apiVersion: autoscaling/v2
 kind: HorizontalPodAutoscaler
 metadata:
   name: {{ include "geosphere-mapserver.fullname" . }}
-- 
GitLab