forked from verdaccio/charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(autoscaler): switch from the deprecated beta version (v2beta2) to…
… the GA version (v2) (#10) The previously used beta version of `HorizontalPodScaler`, `autoscaling/v2beta2`, has been deprecated and will be removed in Kubernetes v1.26. Upgrade to the GA version, `autoscaling/v2`, (available since v1.23) to be ready for the v1.26 upgrade. For more details see the [v1.26 deprecations guide][1] as well as xlts-dev/registry#304. [1]: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-26
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters