Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update helm k8s autoscaling api version to v2 #1165

Merged
merged 2 commits into from
Sep 16, 2024

Conversation

dokdo2013
Copy link
Contributor

Proposed changes

Improve Helm Chart - Replace outdated kubernetes api version to latest

  • Updated apiVersion for HorizontalPodAutoscaler resources from autoscaling/v2beta1 to autoscaling/v2.
  • Deprecated the use of v2beta1 API, replacing it with the latest stable v2 API.

Types of changes

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • Any dependent changes have been merged and published in downstream modules

Further comments

Starting from Kubernetes v1.22, the autoscaling/v2beta1 API has been deprecated and is no longer available in subsequent versions like v1.25 and beyond. As of 2024, migrating to the autoscaling/v2 API is necessary to ensure compatibility with Kubernetes clusters that have removed support for the beta version.

Copy link

netlify bot commented Sep 16, 2024

👷 Deploy request for lowcoder-test pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 9cbbd78

@dokdo2013 dokdo2013 changed the title Bump helm k8s autoscaling api version to v2 Update helm k8s autoscaling api version to v2 Sep 16, 2024
Copy link
Contributor

@FalkWolsky FalkWolsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much!! This is a truly valuable contribution!

@FalkWolsky FalkWolsky merged commit 87037da into lowcoder-org:dev Sep 16, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants