Skip to content

fix: Add owner-info chart#79

Closed
RockSolidScripts wants to merge 3 commits into
cobaltcore-dev:mainfrom
RockSolidScripts:feat/add-owner-info-chart
Closed

fix: Add owner-info chart#79
RockSolidScripts wants to merge 3 commits into
cobaltcore-dev:mainfrom
RockSolidScripts:feat/add-owner-info-chart

Conversation

@RockSolidScripts

@RockSolidScripts RockSolidScripts commented Jun 29, 2026

Copy link
Copy Markdown
- lastTransitionTime: '2026-03-12T08:17:00Z'
        message: 'Unlock of Helm release ceph-operations/ceph-operations.v47 with chart ceph-operations@1.8.21 in pending-upgrade state failed: update: failed to update: admission webhook "validation.gatekeeper.sh" denied the request: [owner-info-on-helm-releases] {"support_group":"none","service":"none"} >> Chart does not contain owner info. Please add the common/owner-info chart as a direct dependency.'
        reason: PendingRelease
        status: 'False'
        type: Ready

eu-de-3 cluster gatekeeper is blocking the release.

Signed-off-by: Ganesh Kugulakrishnan <ganesh.kugulakrishnan@sap.com>
@coderabbitai

coderabbitai Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Warning

Review limit reached

@RockSolidScripts, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 55 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 2e098a24-3aa3-48d2-8ece-9f8f739afd2a

📥 Commits

Reviewing files that changed from the base of the PR and between d86def3 and 5251fb5.

📒 Files selected for processing (2)
  • README.md
  • charts/ceph-operations/Chart.yaml
📝 Walkthrough

Walkthrough

Adds owner-info as a Helm chart dependency in charts/ceph-operations/Chart.yaml with an OCI repository and version 1.0.0. Configures the dependency under persesDashboards in values.yaml with support-group: storage and service: netapp-monitoring. Bumps the plugin bundle version from 1.8.21 to 1.8.22.

Changes

ceph-operations owner-info integration

Layer / File(s) Summary
owner-info dependency, values, and version bump
charts/ceph-operations/Chart.yaml, charts/ceph-operations/values.yaml, charts/ceph-operations/plugindefinition.yaml
Declares the owner-info OCI chart dependency at version 1.0.0, adds its persesDashboards configuration block with support-group and service fields, and bumps the plugin bundle version to 1.8.22.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested reviewers

  • sumitarora2786

Poem

🐇 A new chart dependency hops in today,
owner-info joins the storage array.
With support-group set and service defined,
The version ticks up — all perfectly aligned.
Another small hop on the Helm chart trail! 🌿

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the main change: adding the owner-info chart.
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.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
charts/ceph-operations/Chart.yaml (1)

5-5: 🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win

Chart version 1.8.21 does not match plugindefinition.yaml 1.8.22.

The version field in Chart.yaml remains 1.8.21 while plugindefinition.yaml bumps to 1.8.22. These should typically be kept in sync for a coherent release.

🔧 Proposed fix to sync versions
-version: 1.8.21
+version: 1.8.22

Also applies to: 10-13

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@charts/ceph-operations/Chart.yaml` at line 5, The chart version is out of
sync with the plugin definition release version, so update the version field in
Chart.yaml to match the new 1.8.22 value used in plugindefinition.yaml. Keep the
version string consistent with the chart package metadata by changing the
Chart.yaml version alongside the release bump, and verify any related metadata
fields in the same Chart file remain aligned.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Outside diff comments:
In `@charts/ceph-operations/Chart.yaml`:
- Line 5: The chart version is out of sync with the plugin definition release
version, so update the version field in Chart.yaml to match the new 1.8.22 value
used in plugindefinition.yaml. Keep the version string consistent with the chart
package metadata by changing the Chart.yaml version alongside the release bump,
and verify any related metadata fields in the same Chart file remain aligned.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: eee5b790-e955-429b-a5a5-319ee8904ba9

📥 Commits

Reviewing files that changed from the base of the PR and between 43476e6 and d86def3.

⛔ Files ignored due to path filters (1)
  • charts/ceph-operations/Chart.lock is excluded by !**/*.lock
📒 Files selected for processing (4)
  • charts/ceph-operations/Chart.yaml
  • charts/ceph-operations/charts/owner-info-1.0.0.tgz
  • charts/ceph-operations/plugindefinition.yaml
  • charts/ceph-operations/values.yaml

Signed-off-by: Ganesh Kugulakrishnan <ganesh.kugulakrishnan@sap.com>
Signed-off-by: Ganesh Kugulakrishnan <ganesh.kugulakrishnan@sap.com>
@RockSolidScripts

Copy link
Copy Markdown
Author

This is taken care internally.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants