Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

script/find-update needs to be updated #1209

Closed
knrt10 opened this issue Nov 24, 2020 · 1 comment · Fixed by #1210
Closed

script/find-update needs to be updated #1209

knrt10 opened this issue Nov 24, 2020 · 1 comment · Fixed by #1210
Labels
bug Something isn't working

Comments

@knrt10
Copy link
Member

knrt10 commented Nov 24, 2020

Description

Helm stable repo has been deprecated and some components like metrics server have deprecated their chart. There is ongoing work to move the chart to their repo. Once merged then this issue can be fixed.

Impact

Update script does not work

Environment and steps to reproduce

  1. run script/find-updates.sh

Expected behavior
It should work

Additional information
It will fail on metrics-sever component with error Error: failed to fetch https://charts.helm.sh/stable/metrics-server-2.11.4.tgz : 404 Not Found

@knrt10 knrt10 added blocked Blocked by other issue technical-debt Technical debt-related issues labels Nov 24, 2020
@invidian invidian added bug Something isn't working and removed blocked Blocked by other issue technical-debt Technical debt-related issues labels Nov 24, 2020
@invidian
Copy link
Member

It will fail on metrics-sever component with error

The repo is still available if you use the following command: helm repo add stable https://charts.helm.sh/stable. So I re-labeled the issue.

knrt10 added a commit that referenced this issue Nov 24, 2020
It has been shifted to hashicorp repo.

metrics-server component helm stable repo location updated.

closes: #1209
Signed-off-by: knrt10 <kautilya@kinvolk.io>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants