Skip to content

Conversation

@ciarams87
Copy link
Contributor

@ciarams87 ciarams87 commented Nov 13, 2025

Proposed changes

Problem: The operator certification is currently a manual process.

Solution:

  • Add steps in the NGF release pipeline to automatically certify the UBI images on release
  • Add an Operator Bundle PR workflow which should be ran after the NGF release pipeline that generates the operator bundle and opens PRs into this repo and into the RedHat certified-operators repo
  • Update the release process documentation
  • Update the release docs PR to update the Operator files
  • Add a check to ensure the operator RBAC is kept in sync with the Helm RBAC

Testing: TBD

TODO: Add required secrets to the repo

Closes #4273

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto main
  • I will ensure my PR is targeting the main branch and pulling from my branch from my own fork

Release notes

If this PR introduces a change that affects users and needs to be mentioned in the release notes,
please add a brief note that summarizes the change.


@github-actions github-actions bot added documentation Improvements or additions to documentation chore Pull requests for routine tasks labels Nov 13, 2025
@codecov
Copy link

codecov bot commented Nov 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.09%. Comparing base (2220dbf) to head (babe503).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4288      +/-   ##
==========================================
+ Coverage   86.05%   86.09%   +0.04%     
==========================================
  Files         132      132              
  Lines       14342    14342              
  Branches       35       35              
==========================================
+ Hits        12342    12348       +6     
+ Misses       1794     1791       -3     
+ Partials      206      203       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ciarams87 ciarams87 force-pushed the chore/add-operator-release branch from 0359c2c to babe503 Compare November 13, 2025 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Pull requests for routine tasks documentation Improvements or additions to documentation

Projects

Status: 🆕 New

Development

Successfully merging this pull request may close these issues.

Update release process for operator

2 participants