Skip to content

Conversation

@sbulage
Copy link
Collaborator

@sbulage sbulage commented Nov 24, 2025

Automate disableDependencyUpdate options with true/false to enable disable dependency download for Helm Chart.

  • disableDependencyUpdate: true Fleet will not automatically download dependencies found in the Helm chart.
  • disableDependencyUpdate: false (default), Fleet will automatically download all dependencies referenced in the Helm chart.

Current test implementation:

Test Case Dependency Installed Dependency Name Resources per Cluster Number of Clusters Total Resources Deployed
Fleet-130 false (installed) Postgresql 6 per cluster 3 18
Fleet-129 true (not installed) Postgresql 6 + 7 (dependency) --> 13 per cluster 3 39

More documentation about found here

@sbulage sbulage self-assigned this Nov 24, 2025
@sbulage sbulage added the automation Add or update automation label Nov 24, 2025
@sbulage sbulage linked an issue Nov 24, 2025 that may be closed by this pull request
2 tasks
@sbulage sbulage force-pushed the automate-disable-dependency branch from eb0cb27 to 988c5a2 Compare November 26, 2025 06:56
@sbulage
Copy link
Collaborator Author

sbulage commented Nov 26, 2025

@sbulage sbulage force-pushed the automate-disable-dependency branch from 988c5a2 to 05b8025 Compare November 27, 2025 11:27
@sbulage
Copy link
Collaborator Author

sbulage commented Nov 27, 2025

@sbulage sbulage requested a review from mmartin24 November 27, 2025 14:00
Copy link
Collaborator

@mmartin24 mmartin24 left a comment

Choose a reason for hiding this comment

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

lgtm

@sbulage sbulage merged commit eb36192 into main Nov 27, 2025
2 of 3 checks passed
@sbulage sbulage deleted the automate-disable-dependency branch November 27, 2025 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation Add or update automation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Automate disableDependencyUpdate test cases for true/false behavior.

3 participants