Skip to content

fix: Upgrade Grafana Operator to 5.22.2 - #274

Closed
amwarrier wants to merge 1 commit into
mainfrom
agent/upgrade-grafana-operator-5-22-2
Closed

fix: Upgrade Grafana Operator to 5.22.2#274
amwarrier wants to merge 1 commit into
mainfrom
agent/upgrade-grafana-operator-5-22-2

Conversation

@amwarrier

@amwarrier amwarrier commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Summary

Upgrade the embedded Grafana Operator Helm dependency from 5.21.4 to 5.22.2, bump the W&B Operator Helm chart package to 2.0.0-beta.2, and regenerate deploy/operator/Chart.lock.

Root cause

Grafana Operator 5.21.4 ships the GrafanaNotificationPolicy CRD with the CEL rule !has(self.continue). On Kubernetes 1.30, continue is parsed as a CEL keyword, so the API server rejects the CRD during a full-telemetry install. Grafana Operator 5.22.2 includes the upstream fix to address the field as self.__continue__.

Upstream fix: grafana/grafana-operator#2583

Impact

Full-telemetry installations can install the Grafana notification-policy CRD on Kubernetes 1.30 without requiring a WSM-side mutation of a packaged dependency.

The chart package version is 2.0.0-beta.2. Its appVersion and operator image remain 2.0.0-beta.1 because this fix changes only the packaged Helm dependency, not the controller binary. WSM/Watchtower must select chart 2.0.0-beta.2 before existing consumers receive the fix.

Published artifact

Validation

  • helm dependency build --skip-refresh deploy/operator
  • helm lint --strict deploy/operator --values deploy/operator/profiles/telemetry-full.yaml
  • Rendered the full telemetry chart with --include-crds and verified the rule is !has(self.__continue__)
  • Applied the affected CRD with kubectl apply --dry-run=server against the affected EKS Kubernetes 1.30 API server

@coderabbitai

coderabbitai Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 1416a409-f63f-45d2-b6fc-8233c6b0dab1

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch agent/upgrade-grafana-operator-5-22-2

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.

@amwarrier
amwarrier force-pushed the agent/upgrade-grafana-operator-5-22-2 branch from 08aeaff to bb1bfb4 Compare July 20, 2026 16:00
@amwarrier amwarrier changed the title fix: upgrade Grafana Operator to 5.22.2 fix: Upgrade Grafana Operator to 5.22.2 Jul 20, 2026
@amwarrier
amwarrier force-pushed the agent/upgrade-grafana-operator-5-22-2 branch from bb1bfb4 to 78d13aa Compare July 20, 2026 16:42
@amwarrier amwarrier closed this Jul 20, 2026
@amwarrier
amwarrier deleted the agent/upgrade-grafana-operator-5-22-2 branch July 20, 2026 17:00
@amwarrier

Copy link
Copy Markdown
Contributor Author

The head branch was renamed to aravind/upgrade-grafana-operator-5-22-2. GitHub closed this PR during the rename because PR head branches cannot be retargeted. Replacement: #275.

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.

1 participant