#support

Upgrading Helm and Overriding Unsupported Autoscaling Version

TLDR Vishnu encountered an error upgrading helm due to an unsupported autoscaling version. Srikanth suggested using override-values.yaml to change it.

Powered by Struct AI
3
3mo
Solved
Join the chat
Jun 22, 2023 (3 months ago)
Vishnu
Photo of md5-5b8bec7eb3801153a6bbb2ffec57863b
Vishnu
11:23 AM
Hi Team,
Getting the following error while trying to upgrade helm
Error: UPGRADE FAILED: unable to build kubernetes objects from current release manifest: resource mapping not found for name: "my-release-signoz-frontend" namespace: "platform" from "": no matches for kind "HorizontalPodAutoscaler" in version "autoscaling/v2beta2"
ensure CRDs are installed first

Current K8s version is 1.26.
I see that autoscaling/v2beta2 is not supported in 1.26, but how can i override this.
Srikanth
Photo of md5-ce04a9988e2fd758a659dc55be6f2543
Srikanth
12:20 PM
See this https://github.com/SigNoz/charts/pull/220. You should be able to change this with override-values.yaml
Jun 23, 2023 (3 months ago)
Vishnu
Photo of md5-5b8bec7eb3801153a6bbb2ffec57863b
Vishnu
09:16 AM
Thanks Srikanth, will try this and check