Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chart release for cluster-autoscaler-chart in version 9.10.2 missing #4190

Closed
elenz97 opened this issue Jul 12, 2021 · 2 comments
Closed

Chart release for cluster-autoscaler-chart in version 9.10.2 missing #4190

elenz97 opened this issue Jul 12, 2021 · 2 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@elenz97
Copy link

elenz97 commented Jul 12, 2021

Which component are you using?:

Helm chart cluster-autoscaler-chart

What version of the component are you using?:

cluster-autoscaler-chart in version 9.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/3017939453
How to reproduce it (as minimally and precisely as possible):

$ 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
curl -s https://kubernetes.github.io/autoscaler/index.yaml | yq e '.entries.cluster-autoscaler[] | .version + " " + .appVersion' -
9.9.2 1.20.0
9.9.1 1.20.0
9.9.0 1.20.0
9.8.0 1.20.0
9.7.0 1.20.0
9.6.0 1.20.0
9.5.0 1.20.0
9.4.0 1.18.1
9.3.2 1.18.1
9.3.1 1.18.1
9.3.0 1.18.1
9.2.0 1.18.1
9.1.0 1.18.1
9.0.0 1.18.1
@elenz97 elenz97 added the kind/bug Categorizes issue or PR as related to a bug. label Jul 12, 2021
@haines
Copy link

haines commented Jul 13, 2021

This will be fixed in #4180.

@gjtempleton
Copy link
Member

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.

cc: @stevehipwell

@elenz97 elenz97 closed this as completed Jul 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

3 participants