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(datasource/helm): Skip helm charts with no listed versions #23223

Merged
merged 3 commits into from Jul 17, 2023

Conversation

MJDSys
Copy link
Contributor

@MJDSys MJDSys commented Jul 6, 2023

Changes

When parsing the helm chart index, ignore any charts with no listed releases.

Context

This has been seen with the helm chart index at
https://download.onlyoffice.com/charts/stable/index.yaml , which causes processing for charts with releases to be skipped as well. The normal helm chart to deploy is docs, but there is another chart documentserver that has no releases and causes renovate to be unable to monitor the docs chart.

Documentation (please check one with an [x])

  • I have updated the documentation, or
  • No documentation update is required

How I've tested my work (please select one)

I have verified these changes via:

  • Code inspection only, or
  • Newly added/modified unit tests, or
  • No unit tests but ran on a real repository, or
  • Both unit tests + ran on a real repository

This has been seen with the helm chart index at
https://download.onlyoffice.com/charts/stable , which causes processing
for charts with releases to be skipped as well.
 - Changed snapshot to matchobject
 - Simplified test data
 - Reduced scope of variables
@MJDSys
Copy link
Contributor Author

MJDSys commented Jul 10, 2023

Comments all addressed. Please let me know if any other changes are required/if this branch needs to be rebased on main.

Copy link
Member

@viceice viceice left a comment

Choose a reason for hiding this comment

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

use re-request review button to get another review 😉

@MJDSys MJDSys requested a review from viceice July 17, 2023 16:09
@viceice viceice enabled auto-merge July 17, 2023 16:35
@viceice viceice added this pull request to the merge queue Jul 17, 2023
Merged via the queue into renovatebot:main with commit ab7f679 Jul 17, 2023
36 checks passed
@renovate-release
Copy link
Collaborator

🎉 This PR is included in version 36.9.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants