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

Fix: Helm repository index URL #797

Merged
merged 5 commits into from
Aug 5, 2022
Merged

Conversation

olblak
Copy link
Member

@olblak olblak commented Aug 5, 2022

Signed-off-by: Olblak me@olblak.com

While testing updatecli on https://github.com/epinio/helm-charts/
I noticed that Helm chart dependency coming from here https://github.com/epinio/helm-charts/blob/75b8fae6baf7734aa37012d8b1377e9d8a903313/chart/epinio/Chart.yaml#L14

Failed because the crafted URL was "https://charts.appscode.com/stable//index.yaml" instead of "https://charts.appscode.com/stable/index.yaml". In the first situation due to the two "//", there is a none authorized redirection

Test

Test

Additional Information

Tradeoff

/

Potential improvement

/

olblak and others added 3 commits August 5, 2022 13:55
Signed-off-by: Olblak <me@olblak.com>
Signed-off-by: Olblak <me@olblak.com>
@olblak olblak enabled auto-merge (squash) August 5, 2022 12:29
@olblak olblak changed the title Fix Helm repository URL Fix Helm repository index URL Aug 5, 2022
@olblak olblak disabled auto-merge August 5, 2022 13:17
@olblak olblak merged commit 11e4af4 into updatecli:main Aug 5, 2022
@olblak olblak added bug Something isn't working resource-helmchart Resource of kind Helm Chart labels Aug 5, 2022
@olblak olblak added this to the 0.30.0 milestone Aug 5, 2022
@olblak olblak changed the title Fix Helm repository index URL Fix: Helm repository index URL Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working resource-helmchart Resource of kind Helm Chart
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant