Skip to content

refactor: update autoscaler resource version

Boros Gábor requested to merge gabor/replace-autoscaler-version into main

Description

This MR updates the HPA version of K8s resources from v2beta2 to v2 as HPA v2 is out of beta.

Supporting information

N/A

Testing instructions

Steps to test the changes:

  1. Use this version of tutor-contrib-grove
  2. Deploy an instance
  3. Check that no warning is raised about "Warning: autoscaling/v2beta2 HorizontalPodAutoscaler is deprecated in v1.23+, unavailable in v1.26+; use autoscaling/v2 HorizontalPodAutoscaler"

Dependencies

N/A

Screenshots

N/A

Checklist

If any of the items below is not applicable, do not remove them, but put a check in it.

  • Git commit history is clean
  • Git commits are following conventional-commit practices
  • Unit tests are added/updated
  • Documentation is added/updated

Additional context

N/A

Edited by Boros Gábor

Merge request reports