Skip to content

fix: remove trailing slashes from envoyproxy repository URLs in Chart.yaml #407

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

Merged
merged 1 commit into from
May 9, 2025

Conversation

OKevinoo
Copy link
Contributor

@OKevinoo OKevinoo commented May 9, 2025

What this PR does / why we need it

Fix the bug of "invalid repository" error when installing llmaz via "make helm-install". The original source code failed to go through the whole process of installing from source option due to the bug. After removing the two "/"s in Chart.yaml, this problem disappeared.

Which issue(s) this PR fixes

Fixes #406

Special notes for your reviewer

I have attached two screenshots that clearly displayed the difference. I've tested many times on various networks and servers, the previous bug appeared every time, and also I've tested through different networks on different servers after removing the "/", the installation went smoothly.
Error:
error
After:
after

Does this PR introduce a user-facing change?

NONE

@InftyAI-Agent InftyAI-Agent added needs-triage Indicates an issue or PR lacks a label and requires one. needs-priority Indicates a PR lacks a label and requires one. do-not-merge/needs-kind Indicates a PR lacks a label and requires one. labels May 9, 2025
@InftyAI-Agent InftyAI-Agent requested a review from kerthcet May 9, 2025 09:32
Copy link
Member

@kerthcet kerthcet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this was first reported in #377. Let's merge this one first.

@kerthcet
Copy link
Member

kerthcet commented May 9, 2025

/retest

@kerthcet
Copy link
Member

kerthcet commented May 9, 2025

/lgtm
/approve
/kind bug

@InftyAI-Agent InftyAI-Agent added lgtm Looks good to me, indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. bug Categorizes issue or PR as related to a bug. and removed do-not-merge/needs-kind Indicates a PR lacks a label and requires one. labels May 9, 2025
@InftyAI-Agent InftyAI-Agent merged commit ea612ca into InftyAI:main May 9, 2025
47 of 48 checks passed
@kerthcet
Copy link
Member

kerthcet commented May 9, 2025

Thanks @OKevinoo welcome on board!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. bug Categorizes issue or PR as related to a bug. lgtm Looks good to me, indicates that a PR is ready to be merged. needs-priority Indicates a PR lacks a label and requires one. needs-triage Indicates an issue or PR lacks a label and requires one.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

invalid repository error
3 participants