Skip to content

🌱 scripts: skip cert-manager install if already present on cluster#2650

Merged
openshift-merge-bot[bot] merged 1 commit intooperator-framework:mainfrom
tmshort:issue1501
Apr 15, 2026
Merged

🌱 scripts: skip cert-manager install if already present on cluster#2650
openshift-merge-bot[bot] merged 1 commit intooperator-framework:mainfrom
tmshort:issue1501

Conversation

@tmshort
Copy link
Copy Markdown
Contributor

@tmshort tmshort commented Apr 14, 2026

Fixes #1501

Description

Reviewer Checklist

  • API Go Documentation
  • Tests: Unit Tests (and E2E Tests, if appropriate)
  • Comprehensive Commit Messages
  • Links to related GitHub Issue(s)

Copilot AI review requested due to automatic review settings April 14, 2026 17:19
@netlify
Copy link
Copy Markdown

netlify bot commented Apr 14, 2026

Deploy Preview for olmv1 ready!

Name Link
🔨 Latest commit 632b493
🔍 Latest deploy log https://app.netlify.com/projects/olmv1/deploys/69de7c4d88929200089abe4b
😎 Deploy Preview https://deploy-preview-2650--olmv1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates the install script to avoid reinstalling cert-manager when it’s already present on the cluster (Fixes #1501).

Changes:

  • Adds a pre-check for cert-manager presence before applying the upstream cert-manager manifest.
  • Logs when cert-manager installation is skipped.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread scripts/install.tpl.sh Outdated
Also check cert-manager deployments, not just CRD

Fixes operator-framework#1501

Signed-off-by: Todd Short <tshort@redhat.com>
Comment thread scripts/install.tpl.sh
Copy link
Copy Markdown
Member

@rashmigottipati rashmigottipati left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Apr 14, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.92%. Comparing base (747fba3) to head (632b493).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2650      +/-   ##
==========================================
+ Coverage   68.90%   68.92%   +0.01%     
==========================================
  Files         141      141              
  Lines       10005    10005              
==========================================
+ Hits         6894     6896       +2     
+ Misses       2595     2594       -1     
+ Partials      516      515       -1     
Flag Coverage Δ
e2e 37.13% <ø> (-0.07%) ⬇️
experimental-e2e 52.51% <ø> (+0.04%) ⬆️
unit 53.65% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

@perdasilva
Copy link
Copy Markdown
Contributor

perdasilva commented Apr 15, 2026

adding the approval since Rashmi has lgtm'ed and it looks good

/approve

@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Apr 15, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: perdasilva, rashmigottipati

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 15, 2026
@openshift-merge-bot openshift-merge-bot bot merged commit 1bf20d8 into operator-framework:main Apr 15, 2026
25 checks passed
@tmshort tmshort deleted the issue1501 branch April 15, 2026 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[epic] OLMv1 Should be able to be added to a cluster with existing workloads

4 participants