-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update cert manager image in the EKS-A bundle with new image #8812
Conversation
/test eks-anywhere-e2e-presubmit |
0dee81c
to
89d0475
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8812 +/- ##
==========================================
+ Coverage 73.56% 73.65% +0.09%
==========================================
Files 578 578
Lines 36610 36610
==========================================
+ Hits 26931 26965 +34
+ Misses 7953 7919 -34
Partials 1726 1726 ☔ View full report in Codecov by Sentry. |
7525e56
to
abfa4a1
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sp1999 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
abfa4a1
to
62ed435
Compare
9c778c2
to
ac0ae1f
Compare
/lgtm |
ac0ae1f
to
48631d5
Compare
/hold |
/unhold |
Description of changes:
The
cert-manager-ctl
image was replaced withcert-manager-startupapicheck
image in #3790 when cert-manager was bumped to v1.15.3. This PR updates the corresponding field in the EKS-A bundle to match the upstream image.This PR also removes the
crd:trivialVersions=true,preserveUnknownFields=false
CRD options for controller-gen v0.8.0 as we bumped controller-gen from v0.6.1 to v0.8.0 in #8531 and controller-gen v0.7.0 introduced a breaking change in #607 that removed support for legacy v1beta1 CRDs and webhooks.Testing (if applicable):
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.