SKIP UPGRADE fix: add autogenControllers, background, and failurePolicy to all policies
Compare changes
Files
44@@ -5,6 +5,9 @@ kind: ClusterPolicy
@@ -18,6 +21,8 @@ metadata:
UNCLASSIFIED - NO CUI
Currently supported Big Bang Version is 2.49
Attention Iron Bank Customers: On March 27, 2025, we are moving SBOM artifacts from the Anchore Scan job to the Build job to streamline the container hardening pipeline. If you currently download SBOMs from the Anchore Scan job, you can still get them from the Build job and from other sources, including IBFE and image attestations.
Addresses #48 (closed) by adding autogenControllers
, background
, and failurePolicy
values to all kind: ClusterPolicy
.
Tested by validating the policy changes successfully deploy to my cluster.
Note there is a bug in the upgrade tests. After a lot of debugging, I figured out the pod from the pre-upgrade wait-for-ready
job is stuck in the Terminating
state. I spent a few hours trying to figure out what is causing it, and ultimately gave up. I did verify that this MR did not introduce the issue, as an MR with no changes (only a version bump) reproduces the same failure. I opened #51 (closed) for this issue. I did verify an upgrade works without issue in a dev cluster, so it does seem to only be an issue in CI.
UNCLASSIFIED - NO CUI