ci: bump trivy-action workflow#314
Closed
krishnaGajabi wants to merge 1 commit intoopenebs:developfrom
Closed
Conversation
Signed-off-by: Prateek Chandra <Prateek.Chandra@datacore.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #314 +/- ##
========================================
Coverage 54.00% 54.00%
========================================
Files 1 1
Lines 474 474
========================================
Hits 256 256
Misses 209 209
Partials 9 9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Why is this PR required? What issue does it fix?
Currently, the Helm charts do not provide global variables for configuring common parameters such as the image registry, image pull secrets, image pull policy, and analytics settings.
When deploying the OpenEBS Helm charts, users often need to override these values across multiple subcharts and components. This makes it difficult to locate and configure all the required fields consistently. Providing global variables simplifies configuration and improves the user experience.
What does this PR do?
This PR introduces the following global configuration variables:
These variables allow users to configure common settings in a single place, which will then be applied across the chart components.
Does this PR require any upgrade changes?
No.
Verification
The changes were verified using the following scenarios:
Rendered the templates using helm template to confirm correct value substitution.
Deployed the chart on a Kubernetes cluster with 3 worker nodes (kubeadm-based setup).
Verified that the global values are rendered and applied correctly across the components.