Skip to content

[release/v1.5.x] Use ShortenName for release name in Test action#1498

Merged
matheuscscp merged 1 commit into
release/v1.5.xfrom
backport-1492-to-release/v1.5.x
May 19, 2026
Merged

[release/v1.5.x] Use ShortenName for release name in Test action#1498
matheuscscp merged 1 commit into
release/v1.5.xfrom
backport-1492-to-release/v1.5.x

Conversation

@fluxcdbot

Copy link
Copy Markdown
Member

Automated backport to release/v1.5.x, triggered by a label in #1492.

Install and Upgrade both call release.ShortenName(obj.GetReleaseName())
before passing the name to Helm, but Test passes the raw unshorteened
name. When GetReleaseName() returns a composed name (TargetNamespace +
Name) that exceeds 53 characters, ShortenName hashes it. The Test
action then looks up the release by the full unhashed name, causing a
lookup miss and a silent test failure.

Signed-off-by: Sebastien Tardif <[email protected]>
(cherry picked from commit 6d3f888)
@matheuscscp matheuscscp merged commit 7cf31a4 into release/v1.5.x May 19, 2026
2 checks passed
@matheuscscp matheuscscp deleted the backport-1492-to-release/v1.5.x branch May 19, 2026 11:38
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.

3 participants