helm-kubernetes-services
helm-kubernetes-services copied to clipboard
Missing HPA capability for Kubernetes 1.23
Describe the solution you'd like
When the HPA of the chart is enabled, it does not deploy on Kubernetes versions >= 1.23 because of the deprecation of the autoscaling/v2beta2
API.
Describe alternatives you've considered
Use autoscaling/v2
API for Kubernetes versions >= 1.23