Rancher monitoring 14.5.100 on rancher 2.5.6

Hi,

I’ve tried to install Rancher monitoring helm chart in fresh cluster (k8s version 1.18.4) but it failed

helm upgrade --install=true --namespace=cattle-monitoring-system --timeout=10m0s --values=/home/shell/helm/values-rancher-monitoring-14.5.100.yaml --version=14.5.100 --wait=true rancher-monitoring /home/shell/helm/rancher-monitoring-14.5.100.tgz

Release "rancher-monitoring" does not exist. Installing it now.

Error: rendered manifests contain a resource that already exists. Unable to continue with install: APIService "v1beta1.custom.metrics.k8s.io" in namespace "" exists and cannot be imported into the current release: invalid ownership metadata; label validation error: missing key "app.kubernetes.io/managed-by": must be set to "Helm"; annotation validation error: missing key "meta.helm.sh/release-name": must be set to "rancher-monitoring"; annotation validation error: missing key "meta.helm.sh/release-namespace": must be set to "cattle-monitoring-system"

Is there any ways to fix this issue or workaround?

Thanks