Unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "Middleware" in version "traefik.containo.us/v1alpha1"

Hi Team,

I was trying to install traefik. But getting following exception.

My Charts.yaml file "

apiVersion: v2
name: traefik
description: Reverse proxy
type: application
version: 0.1.0

dependencies:


$ helm install --set name=traefik -f ./traefik/charts/values-test.yaml traefik ./traefik/charts

unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind
"Middleware" in version "traefik.containo.us/v1alpha1"

Kindly help me resolving this.
Thanks.

Hey @eagle04freedom

thanks for using Traefik!

is there any specific reason that you are using the local Chart repo instead of the official one?

Here is the tutorial that should provide some insights of how to operate with the official Traefik Helm Chart repo.

Thanks a lot for the link. I will go through it.