Roll cephrgw-operator to v0.3.1 (CRD staleness warning) #290

Merged
benvin merged 1 commits from benvin/cephrgw-operator-v0.3.1 into main 2026-07-25 23:03:37 +10:00
Owner

Why

cephrgw-operator v0.3.1 logs a startup WARNING when its installed CRDs are missing or older than the operator (operator repo #6, merged) — added precisely because the CRD tag drifted behind the image before. The new startup check reads the CustomResourceDefinition objects, so it needs a small RBAC grant.

Changes

  • bump the operator image git.unkin.net/unkin/cephrgw-operatorv0.3.1
  • bump the CRD install.yaml tag → v0.3.1 (keep CRDs in step with the image — the invariant the v0.3.1 warning enforces)
  • add apiextensions.k8s.io/customresourcedefinitions: [get, list] to the operator ClusterRole so the startup check is not RBAC-denied

Validated with kustomize build on the au-syd1 overlay; the v0.3.1 CRD URL resolves. Supersedes nothing outstanding (the earlier CRD-tag PR #286 to v0.3.0 already merged).

https://claude.ai/code/session_016CEncETbf8cvy1PhsHfFHM

## Why cephrgw-operator **v0.3.1** logs a startup WARNING when its installed CRDs are missing or older than the operator (operator repo #6, merged) — added precisely because the CRD tag drifted behind the image before. The new startup check reads the `CustomResourceDefinition` objects, so it needs a small RBAC grant. ## Changes - bump the operator image `git.unkin.net/unkin/cephrgw-operator` → `v0.3.1` - bump the CRD `install.yaml` tag → `v0.3.1` (keep CRDs in step with the image — the invariant the v0.3.1 warning enforces) - add `apiextensions.k8s.io/customresourcedefinitions: [get, list]` to the operator ClusterRole so the startup check is not RBAC-denied Validated with `kustomize build` on the au-syd1 overlay; the v0.3.1 CRD URL resolves. Supersedes nothing outstanding (the earlier CRD-tag PR #286 to v0.3.0 already merged). https://claude.ai/code/session_016CEncETbf8cvy1PhsHfFHM
unkinben added 1 commit 2026-07-25 23:01:11 +10:00
Roll cephrgw-operator to v0.3.1 (CRD staleness warning)
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
1a9740b0f7
cephrgw-operator v0.3.1 logs a startup warning when its installed CRDs are
missing or older than the operator (operator #6), which needs to read the
CustomResourceDefinition objects. Bump image and CRDs together and grant the
new RBAC.

- bump the operator image and the CRD install.yaml tag to v0.3.1
- add apiextensions.k8s.io/customresourcedefinitions get;list to the operator
  ClusterRole so the startup check is not RBAC-denied

Claude-Session: https://claude.ai/code/session_016CEncETbf8cvy1PhsHfFHM
benvin merged commit 9452473bf6 into main 2026-07-25 23:03:37 +10:00
benvin deleted branch benvin/cephrgw-operator-v0.3.1 2026-07-25 23:03:37 +10:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unkin/argocd-apps#290