Skip to content

Helm Updater was writing bad text into the PR field.#1804

Merged
rain-on merged 4 commits intomainfrom
tmm/fix_pr_text
Feb 25, 2026
Merged

Helm Updater was writing bad text into the PR field.#1804
rain-on merged 4 commits intomainfrom
tmm/fix_pr_text

Conversation

@rain-on
Copy link
Contributor

@rain-on rain-on commented Feb 25, 2026

⚠️ Does this change require a corresponding Server Change?
⚠️ If so - please add a "Requires Server Change" label to this PR!

@rain-on rain-on requested a review from flin-8 February 25, 2026 04:06
}

updatedImages.Add(matchedUpdate.ToString());
updatedImages.Add(matchedUpdate.Reference.ToString());
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't use .ToString(), create a different method name

Copy link
Contributor Author

Choose a reason for hiding this comment

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

worried that changing that will have knock on effects where people maybe leaning into the implicit cast :/
Might be no where ... but searching for it doesn't work so well!

}

public override string ToString()
public string FriendlyName()
Copy link
Contributor

Choose a reason for hiding this comment

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

Then maybe this should be called QualifiedName?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

man - make up your mind! :D

Copy link
Contributor

@flin-8 flin-8 left a comment

Choose a reason for hiding this comment

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

LGTM

@rain-on rain-on merged commit d23919c into main Feb 25, 2026
33 checks passed
@rain-on rain-on deleted the tmm/fix_pr_text branch February 25, 2026 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants