Skip to content

fix(helm): Fix unformatted error message#9814

Merged
alphanota merged 1 commit into
GoogleContainerTools:mainfrom
AndiDog:helm-render-error-msg
May 19, 2025
Merged

fix(helm): Fix unformatted error message#9814
alphanota merged 1 commit into
GoogleContainerTools:mainfrom
AndiDog:helm-render-error-msg

Conversation

@AndiDog

@AndiDog AndiDog commented May 7, 2025

Copy link
Copy Markdown
Contributor

Description

Before:

$ skaffold render
std out err: %!(EXTRA *errors.errorString=Error: non-absolute URLs should be in form of repo_name/path_to_chart, got:

After:

$ skaffold render
Failed to render release: Error: non-absolute URLs should be in form of repo_name/path_to_chart, got:
 (releaseName="myproject", args=[template datawriter  --set image=<no value> -f k8s/dev/values-dev.yaml])

The example is an unhelpful error message coming from Helm, and <no value> was the hint I needed. (Side note: The --build-artifacts file had no builds, so the IMAGE_FULLY_QUALIFIED_* variables weren't filled in this case. Not relevant for the PR.)

@AndiDog AndiDog requested a review from a team as a code owner May 7, 2025 17:32
@alphanota alphanota merged commit f16b06c into GoogleContainerTools:main May 19, 2025
@menahyouyeah menahyouyeah mentioned this pull request Mar 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2 participants