From 9a446a674a1c00625cbea4fe969a9e3e0e789db7 Mon Sep 17 00:00:00 2001
From: NIKHIL VARMA M <63706239+nikhilvarma940@users.noreply.github.com>
Date: Fri, 22 Dec 2023 15:03:56 +0530
Subject: [PATCH] Update hpa.yaml

---
 kubernetes/helm_charts/core/lms/templates/hpa.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kubernetes/helm_charts/core/lms/templates/hpa.yaml b/kubernetes/helm_charts/core/lms/templates/hpa.yaml
index 1ba4f89a8..a2e7f3f9c 100644
--- a/kubernetes/helm_charts/core/lms/templates/hpa.yaml
+++ b/kubernetes/helm_charts/core/lms/templates/hpa.yaml
@@ -1,5 +1,5 @@
 {{- if .Values.autoscaling.enabled }}
-apiVersion: autoscaling/v2beta1
+apiVersion: autoscaling/v2
 kind: HorizontalPodAutoscaler
 metadata:
   name: {{ .Chart.Name }}
@@ -24,4 +24,4 @@ spec:
         name: memory
         targetAverageUtilization: {{ .Values.autoscaling.targetMemoryUtilizationPercentage }}
     {{- end }}
-{{- end }}
\ No newline at end of file
+{{- end }}
-- 
GitLab