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 log function #1193

Merged
merged 2 commits into from
Jul 31, 2024
Merged

Fix helm log function #1193

merged 2 commits into from
Jul 31, 2024

Conversation

robertgraeff
Copy link
Member

What this PR does / why we need it:

This PR fixes how the helm log function fills a list of values into a format string. The first placeholder of the format string was filled with the complete value list, instead of only the first value. All other placeholder did not get a value. As a result, the log messages looked for example like this:

"beginning wait for [16 598623897521] resources with timeout of %!v(MISSING)"

Which issue(s) this PR fixes:
Fixes #

Special notes for your reviewer:

Release note:

- Fix helm log function

@robertgraeff robertgraeff requested a review from a team as a code owner July 30, 2024 14:08
@gardener-robot gardener-robot added the needs/review Needs review label Jul 30, 2024
@robertgraeff robertgraeff requested review from achimweigel and removed request for Diaphteiros July 30, 2024 14:08
@gardener-robot gardener-robot added the size/xs Size of pull request is tiny (see gardener-robot robot/bots/size.py) label Jul 30, 2024
@gardener-robot-ci-1 gardener-robot-ci-1 added the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Jul 30, 2024
@gardener-robot-ci-2 gardener-robot-ci-2 added needs/ok-to-test Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD) and removed reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) labels Jul 30, 2024
@achimweigel
Copy link
Contributor

achimweigel commented Jul 31, 2024

@robertgraeff are you sure that this is required? If you look at my change before, the call was exactly the same?

I just got it. This is the reason why we often see these strange log messages from helm. Got it. :-)

@gardener-robot-ci-1 gardener-robot-ci-1 added the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Jul 31, 2024
@gardener-robot-ci-3 gardener-robot-ci-3 removed the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Jul 31, 2024
@achimweigel achimweigel merged commit a4f95ae into gardener:master Jul 31, 2024
5 checks passed
@gardener-robot gardener-robot added the status/closed Issue is closed (either delivered or triaged) label Jul 31, 2024
@robertgraeff robertgraeff deleted the fix/dots branch July 31, 2024 09:18
@In-Ko In-Ko added the area/ipcei IPCEI (Important Project of Common European Interest) label Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ipcei IPCEI (Important Project of Common European Interest) needs/ok-to-test Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD) needs/review Needs review size/xs Size of pull request is tiny (see gardener-robot robot/bots/size.py) status/closed Issue is closed (either delivered or triaged)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants