You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ helm repo add autoscaler https://kubernetes.github.io/autoscaler
$ helm --debug install autoscaler -n default autoscaler/cluster-autoscaler --version 9.10.2
install.go:173: [debug] Original chart version: "9.10.2"
Error: chart "cluster-autoscaler" matching 9.10.2 not found in autoscaler index. (try 'helm repo update'): no chart version found for cluster-autoscaler-9.10.2
helm.go:81: [debug] no chart version found for cluster-autoscaler-9.10.2
[...]
chart "cluster-autoscaler" matching 9.10.2 not found in autoscaler index. (try 'helm repo update')
$ helm version
v3.6.0
This should now be resolved, you should be able to fetch and install releases up to 9.10.3.
As an extra point, I've kicked off this PR, which once merged should prevent this lag between releases being published and the charts being able to be installed happening in the future.
Which component are you using?:
Helm chart
cluster-autoscaler-chart
What version of the component are you using?:
cluster-autoscaler-chart
in version9.10.2
What did you expect to happen?:
Installation of the
9.10.2
helm chart should succeed.What happened instead?:
Chart installation failed, as no
9.10.2
release was published, see: https://github.com/kubernetes/autoscaler/runs/3017939453How to reproduce it (as minimally and precisely as possible):
The text was updated successfully, but these errors were encountered: