fix: Use correct chart versions for 1.33.1#1594
Conversation
Signed-off-by: Víctor Cuadrado Juan <vcuadradojuan@suse.de>
Signed-off-by: Víctor Cuadrado Juan <vcuadradojuan@suse.de>
Signed-off-by: Víctor Cuadrado Juan <vcuadradojuan@suse.de>
Signed-off-by: Víctor Cuadrado Juan <vcuadradojuan@suse.de>
Signed-off-by: Víctor Cuadrado Juan <vcuadradojuan@suse.de>
Signed-off-by: Víctor Cuadrado Juan <vcuadradojuan@suse.de>
There was a problem hiding this comment.
Pull request overview
This PR corrects the Helm chart version pins associated with Kubewarden stack v1.33.1, reverting an accidental minor-version bump to the intended patch-version bump so downstream packaging/installation references the correct chart releases.
Changes:
- Adjust chart
versionfields forkubewarden-crds,kubewarden-controller, andkubewarden-defaultsto the correct patch versions forv1.33.1. - Update Rancher
catalog.cattle.io/auto-installannotations to referencekubewarden-crds=1.25.1. - Update
charts/hauler_manifest.yamlto pin the corrected chart versions for airgap imports.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| charts/kubewarden-defaults/Chart.yaml | Corrects chart version and updates auto-install CRD chart pin to 1.25.1. |
| charts/kubewarden-crds/Chart.yaml | Corrects CRD chart version to 1.25.1 for appVersion: v1.33.1. |
| charts/kubewarden-controller/Chart.yaml | Corrects chart version and updates auto-install CRD chart pin to 1.25.1. |
| charts/hauler_manifest.yaml | Aligns Hauler chart pins with the corrected chart versions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1594 +/- ##
==========================================
- Coverage 80.00% 79.98% -0.02%
==========================================
Files 127 127
Lines 16573 16573
==========================================
- Hits 13259 13256 -3
- Misses 3314 3317 +3
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:
|
Description
We transiently bumped the chart versions a minor version, instead of a patch version.
Test
CI
Additional Information
Tradeoff
Potential improvement
Checklist