dexidp / helm-charts

Dex Helm chart repository
Apache License 2.0
50 stars 82 forks source link

feat(charts/dex): use updated HorizontalPodAutoscaler API Version #111

Closed sgmccullough closed 1 year ago

sgmccullough commented 1 year ago

Overview

Use updated autoscaling API Version for HorizontalPodAutoscaler.

What this PR does / why we need it

The autoscaling/v2beta1 API version of HorizontalPodAutoscaler isn't served on K8s versions >=1.25. The Dex chart should support the newer version of the API, autoscaling/v2 which is available on K8s versions >=1.23.

Special notes for your reviewer

Checklist

sgmccullough commented 1 year ago

When you have some time @sagikazarmark it would be great to get a review on this.

sagikazarmark commented 1 year ago

Thanks for the ping and patience @sgmccullough! LGTMT

rlandesman commented 1 year ago

Fantastic, thank you!!