chore!: Don't install wgpolicyk8s reports by default#1548
Merged
viccuad merged 1 commit intokubewarden:mainfrom Mar 4, 2026
Merged
chore!: Don't install wgpolicyk8s reports by default#1548viccuad merged 1 commit intokubewarden:mainfrom
viccuad merged 1 commit intokubewarden:mainfrom
Conversation
This is part of the migration to new OpenReports.io. Users that want to keep using them must both: - Set .Values.installPolicyReportCRDs to true for kubewarden-crds chart - Set .Values.auditScanner.reportCRDsKind to policyreport for kubewarden-controller chart Signed-off-by: Víctor Cuadrado Juan <vcuadradojuan@suse.de>
Member
Author
|
e2e tests expectedly fail as they try to check that audit-scanner removes old PolicyReports in this test. This PR fixes it: kubewarden/kubewarden-end-to-end-tests#272 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1548 +/- ##
==========================================
+ Coverage 75.05% 80.01% +4.96%
==========================================
Files 170 127 -43
Lines 21059 16570 -4489
==========================================
- Hits 15805 13258 -2547
+ Misses 5040 3312 -1728
+ Partials 214 0 -214
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:
|
flavio
approved these changes
Mar 4, 2026
This was referenced Mar 4, 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.
Description
This is part of the migration to new OpenReports.io.
Users that want to keep using them must both:
Test
CI.
Performed a manual helm upgrade of kubewarden-crds with this PR, which of course means that old PolicyReports CRDs were removed.
Additional Information
Tradeoff
Potential improvement