ci: run helm dependency update before packaging charts#109
Merged
Conversation
helm package fails when Chart.yaml declares dependencies but charts/ directory is missing the downloaded tarballs. Adding helm dependency update for each chart before packaging resolves the missing dependencies error. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
vavarshn
approved these changes
Jun 15, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Helm chart release workflow to ensure chart dependencies are downloaded into each chart’s charts/ directory before running helm package, preventing packaging failures when Chart.yaml declares dependencies but the dependency tarballs are not present.
Changes:
- Run
helm dependency updateforhelm-chart/splunk-ai-operatorprior to packaging. - Conditionally run
helm dependency updateforhelm-chart/splunk-ai-platform(if the chart exists) prior to packaging.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
vavarshn
approved these changes
Jun 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
helm package fails when Chart.yaml declares dependencies but charts/ directory is missing the downloaded tarballs. Adding helm dependency update for each chart before packaging resolves the missing dependencies error.
Description
Related Issues
Type of Change
Changes Made
Testing Performed
make test)make lint)Test Environment
Test Steps
Documentation
Checklist
Breaking Changes
Impact:
Migration Path:
Screenshots/Recordings
Additional Notes
Reviewer Notes
Please pay special attention to:
Commit Message Convention: This PR follows Conventional Commits