Describe the bug
HorizontalPodAutoscaler v2beta1 is deprecated in v1.22+ and causes failures deploying on updated clusters
Error: unable to build kubernetes objects from release manifest: resource mapping not found for name: "consoleme" namespace: "" from "": no matches for kind "HorizontalPodAutoscaler" in version "autoscaling/v2beta1"
To Reproduce
Steps to reproduce the behavior:
With autoscaling.enabled: true, follow consoleme documentation to deploy consoleme
Expected behavior
HPA autoscaler should successfully deploy with the application when autoscaling.enabled: true