kubernetes / autoscaler

Autoscaling components for Kubernetes
Apache License 2.0
7.96k stars 3.93k forks source link

cluster-autoscaler-chart 1.0.2 not published to chart repository? #3471

Closed orirawlings closed 4 years ago

orirawlings commented 4 years ago

I see a tag for version 1.0.2 of the cluster-autoscaler-chart, but I don't see the corresponding version published in the chart repository.

$ curl https://kubernetes.github.io/autoscaler/index.yaml
apiVersion: v1
entries:
  cluster-autoscaler-chart:
  - apiVersion: v2
    appVersion: 1.18.1
    created: "2020-08-06T17:09:40.689867+01:00"
    description: Scales Kubernetes worker nodes within autoscaling groups.
    digest: ebf0707daf39c597793c5622bfc0eb9db05c70d7ebad7c3168ae82fedd02dc84
    home: https://github.com/kubernetes/autoscaler
    icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
    maintainers:
    - email: e.bailey@sportradar.com
      name: yurrriq
    - email: mgoodness@gmail.com
      name: mgoodness
    - email: guyjtempleton@googlemail.com
      name: gjtempleton
    - email: scott.crooks@gmail.com
      name: sc250024
    name: cluster-autoscaler-chart
    type: application
    sources:
    - https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
    urls:
    - https://github.com/kubernetes/autoscaler/releases/download/cluster-autoscaler-chart-1.0.1/cluster-autoscaler-chart-1.0.1.tgz
    version: 1.0.1
  - apiVersion: v1
    appVersion: 1.18.1
    created: "2020-08-06T17:09:40.689867+01:00"
    description: Scales Kubernetes worker nodes within autoscaling groups.
    digest: 8bd2350e60421cefb8d7b262d20eff7a77ab88547bd0d3d225d70e076e9797f2
    home: https://github.com/kubernetes/autoscaler
    icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
    maintainers:
    - email: e.bailey@sportradar.com
      name: yurrriq
    - email: mgoodness@gmail.com
      name: mgoodness
    - email: guyjtempleton@googlemail.com
      name: gjtempleton
    - email: scott.crooks@gmail.com
      name: sc250024
    name: cluster-autoscaler-chart
    type: application
    sources:
    - https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
    urls:
    - https://github.com/kubernetes/autoscaler/releases/download/cluster-autoscaler-chart-1.0.0/cluster-autoscaler-chart-1.0.0.tgz
    version: 1.0.0
generated: "2020-08-06T17:09:40.688791+01:00"

As a result, when I try to install the latest version, I get an error.

+ helm upgrade --install cluster-autoscaler --namespace kube-system -f values.yml --version 1.0.2 autoscaler/cluster-autoscaler-chart
Error: failed to download "autoscaler/cluster-autoscaler-chart" (hint: running `helm repo update` may help)
gjtempleton commented 4 years ago

Hi @orirawlings

Yeah, currently the publish of the tarball is automated on the merge to master, but the update to the index.yaml requires a manual action which I hadn't yet found the time to do. The bump from 1.0.1 to 1.0.2 is only corrections to the readme from #3455 but I'll raise the PR to add it to the index.yaml now.

gjtempleton commented 4 years ago

PR now merged and verified fetching of version 1.0.2 /close

k8s-ci-robot commented 4 years ago

@gjtempleton: Closing this issue.

In response to [this](https://github.com/kubernetes/autoscaler/issues/3471#issuecomment-683723621): >PR now merged >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.