Skip to content

chore(deps): update osc-storage-helper to 140a80f#2267

Open
red-hat-konflux[bot] wants to merge 1 commit into
develfrom
konflux/component-updates/osc-operator-bundle-component-update-osc-storage-helper
Open

chore(deps): update osc-storage-helper to 140a80f#2267
red-hat-konflux[bot] wants to merge 1 commit into
develfrom
konflux/component-updates/osc-operator-bundle-component-update-osc-storage-helper

Conversation

@red-hat-konflux

Copy link
Copy Markdown
Contributor

Image created from 'https://github.com/openshift/confidential-compute-artifacts?rev=2ea94e49a2f1139b2b527d7c575ac2dcbcb162c1'

This PR contains the following updates:

Package Update Change
quay.io/redhat-user-workloads/ose-osc-tenant/osc-storage-helper digest be9b3db -> 140a80f

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test

Image created from 'https://github.com/openshift/confidential-compute-artifacts?rev=2ea94e49a2f1139b2b527d7c575ac2dcbcb162c1'

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot enabled auto-merge (squash) June 3, 2026 11:08
@coderabbitai

coderabbitai Bot commented Jun 3, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: 4884e877-ca8a-4e74-ba56-1eeebcd43601

📥 Commits

Reviewing files that changed from the base of the PR and between 1efc0f5 and 12af4b5.

📒 Files selected for processing (2)
  • bundle/manifests/sandboxed-containers-operator.clusterserviceversion.yaml
  • config/manager/manager.yaml

📝 Walkthrough

Walkthrough

This PR updates the osc-storage-helper container image digest used by the sandboxed-containers operator. The RELATED_IMAGE_STORAGE_HELPER environment variable in the controller-manager container is updated to reference a new digest (sha256:140a80f8... instead of sha256:be9b3db1...) in both the manager configuration file (config/manager/manager.yaml) and the corresponding cluster service version manifest (bundle/manifests/sandboxed-containers-operator.clusterserviceversion.yaml). The bundle manifest's spec.relatedImages entry for storage-helper is also updated to match the same new digest.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • openshift/sandboxed-containers-operator#2183: Both PRs update the osc-storage-helper image digest by changing RELATED_IMAGE_STORAGE_HELPER in config/manager/manager.yaml and the corresponding digest in bundle/manifests/sandboxed-containers-operator.clusterserviceversion.yaml.
  • openshift/sandboxed-containers-operator#2217: Both PRs follow the same pattern of updating controller-manager RELATED_IMAGE_* container image digests and matching spec.relatedImages entries in the bundle manifest.
  • openshift/sandboxed-containers-operator#2208: Both PRs update the same osc-storage-helper image digest for RELATED_IMAGE_STORAGE_HELPER and its corresponding spec.relatedImages entry in the operator manifests.

Suggested reviewers

  • snir911
  • wainersm
🚥 Pre-merge checks | ✅ 5 | ❌ 10

❌ Failed checks (10 inconclusive)

Check name Status Explanation Resolution
Stable And Deterministic Test Names ❓ Inconclusive Repository clone failed, so this custom check could not run with code access. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
Test Structure And Quality ❓ Inconclusive Repository clone failed, so this custom check could not run with code access. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
Microshift Test Compatibility ❓ Inconclusive Repository clone failed, so this custom check could not run with code access. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
Single Node Openshift (Sno) Test Compatibility ❓ Inconclusive Repository clone failed, so this custom check could not run with code access. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
Topology-Aware Scheduling Compatibility ❓ Inconclusive Repository clone failed, so this custom check could not run with code access. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
Ote Binary Stdout Contract ❓ Inconclusive Repository clone failed, so this custom check could not run with code access. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
Ipv6 And Disconnected Network Test Compatibility ❓ Inconclusive Repository clone failed, so this custom check could not run with code access. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
No-Weak-Crypto ❓ Inconclusive Repository clone failed, so this custom check could not run with code access. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
Container-Privileges ❓ Inconclusive Repository clone failed, so this custom check could not run with code access. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
No-Sensitive-Data-In-Logs ❓ Inconclusive Repository clone failed, so this custom check could not run with code access. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: updating the osc-storage-helper image digest to a specific version (140a80f), which is the primary focus of this pull request.
Description check ✅ Passed The description is related to the changeset, providing details about the image update from the OpenShift confidential compute artifacts repository and the specific digest change (be9b3db to 140a80f).
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch konflux/component-updates/osc-operator-bundle-component-update-osc-storage-helper

Warning

Review ran into problems

🔥 Problems

Git: Failed to clone repository. Please run the @coderabbitai full review command to re-trigger a full review. If the issue persists, set path_filters to include or exclude specific files.


Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci openshift-ci Bot requested review from c3d and vvoronko June 3, 2026 11:12
@openshift-ci openshift-ci Bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Jun 3, 2026
@openshift-ci

openshift-ci Bot commented Jun 3, 2026

Copy link
Copy Markdown

Hi @red-hat-konflux[bot]. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

konflux-nudge needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants