# Failed to upgrade traefik helm chart because of Horizontal pod autoscaler issue

**URL:** https://community.traefik.io/t/failed-to-upgrade-traefik-helm-chart-because-of-horizontal-pod-autoscaler-issue/20640
**Category:** Traefik v2
**Tags:** kubernetes-crd, metrics, cli
**Created:** [November 30, 2023, 9:49am UTC](https://community.traefik.io/t/failed-to-upgrade-traefik-helm-chart-because-of-horizontal-pod-autoscaler-issue/20640 "2023-11-30T09:49:07Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![vafol](https://avatars.discourse-cdn.com/v4/letter/v/7ab992/32.png) [@vafol](https://community.traefik.io/u/vafol)
#### Post date: [November 30, 2023, 9:49am UTC](https://community.traefik.io/t/failed-to-upgrade-traefik-helm-chart-because-of-horizontal-pod-autoscaler-issue/20640/1 "2023-11-30T09:49:07Z")

</div>

current traefik version is 2.5.3 which i have installed using chart 10.6.0 ([traefik 10.6.0 · traefik/traefik](https://artifacthub.io/packages/helm/traefik/traefik/10.6.0))  
Now I want to upgrade my chart to some higher versions. But here, I am facing issue with hpa.  
eks version is 1.25  
I see below error

no matches for kind "HorizontalPodAutoscaler" in version "autoscaling/v2beta1"

When I do `kubectl api-versions | grep autoscaling`

autoscaling/v1 autoscaling/v2 autoscaling/v2beta2

Please suggest some thing for this.  
I know the chart is trying to fetch `apiVersion: autoscaling/v2beta1` , but couldn’t as it’s not available in the api-versions. ([https://github.com/traefik/traefik-helm-chart/blob/v10.6.1/traefik/templates/hpa.yaml](https://github.com/traefik/traefik-helm-chart/blob/v10.6.1/traefik/templates/hpa.yaml))  
When i look at higher version, like 12.0.0, i see a different HPA ([https://github.com/traefik/traefik-helm-chart/blob/v12.0.0/traefik/templates/hpa.yaml](https://github.com/traefik/traefik-helm-chart/blob/v12.0.0/traefik/templates/hpa.yaml))  
But how can i upgrade from 10.6.0 to 12.0.0.

NOTE: I am able to install new traefik chart of higher version, but couldn't upgrade the existing one to higher.
