Skip to content

Conversation

mclarke47
Copy link
Contributor

@mclarke47 mclarke47 commented Jul 21, 2025

If you use version wilcards and an OCI helm chart the repo server will lookup the tag cache, but it will never write the values.

Fixes #21075

Checklist:

  • Either (a) I've created an enhancement proposal and discussed it with the community, (b) this is a bug fix, or (c) this does not need to be in the release notes.
  • The title of the PR states what changed and the related issues number (used for the release note).
  • The title of the PR conforms to the Toolchain Guide
  • I've included "Closes [ISSUE #]" or "Fixes [ISSUE #]" in the description to automatically close the associated issue.
  • I've updated both the CLI and UI to expose my feature, or I plan to submit a second PR with them.
  • Does this PR require documentation updates?
  • I've updated documentation as required by this PR.
  • I have signed off all my commits as required by DCO
  • I have written unit and/or e2e tests for my change. PRs without these are unlikely to be merged.
  • My build is green (troubleshooting builds).
  • My new feature complies with the feature status guidelines.
  • I have added a brief description of why this PR is necessary and/or what this PR solves.
  • Optional. My organization is added to USERS.md.
  • Optional. For bug fixes, I've indicated what older releases this fix should be cherry-picked into (this may or may not happen depending on risk/complexity).

Signed-off-by: Matthew Clarke <mclarke@spotify.com>
Copy link

bunnyshell bot commented Jul 21, 2025

❌ Preview Environment deleted from Bunnyshell

Available commands (reply to this comment):

  • 🚀 /bns:deploy to deploy the environment

@mclarke47 mclarke47 force-pushed the helm-tag-nil-cache-fix2 branch from a0674e3 to 22c9737 Compare July 21, 2025 14:17
Copy link

codecov bot commented Jul 21, 2025

Codecov Report

❌ Patch coverage is 20.00000% with 4 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (master@3e6f11e). Learn more about missing BASE report.
⚠️ Report is 29 commits behind head on master.

Files with missing lines Patch % Lines
util/helm/client.go 20.00% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master   #23865   +/-   ##
=========================================
  Coverage          ?   60.14%           
=========================================
  Files             ?      346           
  Lines             ?    59252           
  Branches          ?        0           
=========================================
  Hits              ?    35635           
  Misses            ?    20746           
  Partials          ?     2871           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mclarke47 mclarke47 marked this pull request as ready for review July 21, 2025 15:53
@mclarke47 mclarke47 requested a review from a team as a code owner July 21, 2025 15:53
Copy link
Member

@blakepettersson blakepettersson left a comment

Choose a reason for hiding this comment

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

LGTM

@mclarke47
Copy link
Contributor Author

@blakepettersson thanks! could you merge?

Copy link
Member

@nitishfy nitishfy left a comment

Choose a reason for hiding this comment

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

LGTM!

@blakepettersson blakepettersson merged commit 9895f55 into argoproj:master Jul 26, 2025
31 checks passed
@blakepettersson
Copy link
Member

/cherry-pick release-3.1

@blakepettersson
Copy link
Member

/cherry-pick release-3.0

gcp-cherry-pick-bot bot pushed a commit that referenced this pull request Jul 26, 2025
Signed-off-by: Matthew Clarke <mclarke@spotify.com>
Co-authored-by: Linghao Su <linghao.su@daocloud.io>
@blakepettersson
Copy link
Member

/cherry-pick release-2.14

gcp-cherry-pick-bot bot pushed a commit that referenced this pull request Jul 26, 2025
Signed-off-by: Matthew Clarke <mclarke@spotify.com>
Co-authored-by: Linghao Su <linghao.su@daocloud.io>
gcp-cherry-pick-bot bot pushed a commit that referenced this pull request Jul 26, 2025
Signed-off-by: Matthew Clarke <mclarke@spotify.com>
Co-authored-by: Linghao Su <linghao.su@daocloud.io>
blakepettersson pushed a commit that referenced this pull request Jul 28, 2025
Signed-off-by: Matthew Clarke <mclarke@spotify.com>
Co-authored-by: Matthew Clarke <matthewclarke47@gmail.com>
Co-authored-by: Linghao Su <linghao.su@daocloud.io>
blakepettersson pushed a commit that referenced this pull request Jul 28, 2025
Signed-off-by: Matthew Clarke <mclarke@spotify.com>
Co-authored-by: Matthew Clarke <matthewclarke47@gmail.com>
Co-authored-by: Linghao Su <linghao.su@daocloud.io>
enneitex pushed a commit to enneitex/argo-cd that referenced this pull request Aug 24, 2025
Signed-off-by: Matthew Clarke <mclarke@spotify.com>
Co-authored-by: Linghao Su <linghao.su@daocloud.io>
Signed-off-by: enneitex <etienne.divet@gmail.com>
downfa11 pushed a commit to downfa11/argo-cd that referenced this pull request Aug 25, 2025
Signed-off-by: Matthew Clarke <mclarke@spotify.com>
Co-authored-by: Linghao Su <linghao.su@daocloud.io>
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.

Failed to store tags list cache for repo: helm index data is nil, skipping cache
4 participants