gruntwork-io / helm-kubernetes-services

Helm charts that can be used to package your applications into production ready deployments for Kubernetes. https://www.gruntwork.io
Apache License 2.0
193 stars 156 forks source link

Missing HPA capability for Kubernetes 1.23 #145

Closed paul-pop closed 1 year ago

paul-pop commented 2 years ago

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

Additional context

paul-pop commented 1 year ago

Thank you for fixing this @autero1, will close my PR.