Netflix / consoleme

A Central Control Plane for AWS Permissions and Access
Apache License 2.0
3.11k stars 252 forks source link

[fix] use correct HPA apiVersion on helm template #9372

Open felipemadeiros opened 1 year ago

felipemadeiros commented 1 year ago

WHAT

Configure HorizontalPodAutoscaler (HPA) according kubernetes version - (@alexandresavicki)

WHY

The autoscaling/v2beta2 API version of HorizontalPodAutoscaler is no longer served as of v1.26. The autoscaling/v2 API version available since v1.23.

Ref

https://kubernetes.io/docs/reference/using-api/deprecation-guide/#horizontalpodautoscaler-v126