Bump chart version to 1.1.15 for WebhookTargetCRDStampErrors alert - #29
Merged
Conversation
Patch bump for the additive WebhookTargetCRDStampErrors alert (cloudoperators#28), following the convention from cloudoperators#26 (1.1.10 → 1.1.11/.12/.13 for the previous additive webhook-injector alert PRs).
Match Chart.yaml: spec.version and helmChart.version bumped in lockstep for the additive WebhookTargetCRDStampErrors alert (cloudoperators#28).
There was a problem hiding this comment.
Pull request overview
This PR patch-bumps the Helm chart and corresponding PluginDefinition metadata from 1.1.14 to 1.1.15 so the previously merged additive WebhookTargetCRDStampErrors alert change can be released as a new chart version.
Changes:
- Bump Helm chart
versionto1.1.15. - Bump PluginDefinition
spec.versionandspec.helmChart.versionto1.1.15to keep versions in lockstep.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| charts/controlplane-operations/Chart.yaml | Updates chart version metadata to 1.1.15. |
| charts/controlplane-operations/plugindefinition.yaml | Updates PluginDefinition and referenced Helm chart version metadata to 1.1.15. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
videlov
approved these changes
Aug 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Patch-bumps the chart + plugin version
1.1.14→1.1.15for the additiveWebhookTargetCRDStampErrorsalert merged in #28.The alert PR (#28) added a new Prometheus rule but did not bump the version; this PR does the follow-up bump so the change ships in a new chart release.
Changes
charts/controlplane-operations/Chart.yaml:version→1.1.15charts/controlplane-operations/plugindefinition.yaml:spec.versionandhelmChart.version→1.1.15(in lockstep with the chart, matching the existing convention)Convention
Follows the additive-alert bump cadence from #26 (patch bump per additive webhook-injector alert PR). No behavior change beyond the version metadata — the alert itself already landed in #28.
References
webhook_injector_target_crd_stamps_totalmetric the alert consumes)