Bump cephrgw-operator CRDs to v0.3.0 #286
Reference in New Issue
Block a user
Delete Branch "benvin/cephrgw-crd-v0.3.0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
The
cephrgw-systemkustomization pinned the CRD source toraw/tag/v0.1.0/config/crd/install.yaml, so the in-cluster CRDs never gained the fields added since v0.1.0 — v0.2.0's fine-grained BucketAccess policy fields (paths/actions/conditions/rawStatements) and v0.3.0's adoption fields (retainOnDelete,managePolicy,status.adopted). The running operator is v0.3.0, so applying those specs fails withstrict decoding error: unknown field. The image bumps (#273, #279) should have moved this tag too.Changes
install.yamlatraw/tag/v0.3.0The tag must track the operator image tag on future bumps. Verified the v0.3.0 URL serves the new schema and
kustomize buildrenders all 3 CRDs.https://claude.ai/code/session_016CEncETbf8cvy1PhsHfFHM