helm-swagger-ui icon indicating copy to clipboard operation
helm-swagger-ui copied to clipboard

feat(kube): upgrade of the hpa to make the helm chart work correctly with k126

Open myles-vibrent opened this issue 1 year ago • 1 comments

What this PR does / why we need it:

This PR upgrades the HorizontalPodAutoscaler so that it will work with kubernetes 1.23+. apiVersion: autoscaling/v2beta2 => apiVersion: autoscaling/v2

Which issue this PR fixes

(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged)

  • fixes https://github.com/cetic/helm-swagger-ui/issues/26 @banzo

Special notes for your reviewer:

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

  • [ ] DCO signed
  • [ ] Chart Version bumped
  • [ ] Variables are documented in the README.md

myles-vibrent avatar Feb 09 '24 18:02 myles-vibrent

See https://github.com/cetic/helm-swagger-ui/issues/28

banzo avatar Feb 12 '24 14:02 banzo