From 0a7ba69cdbc8d6e3606892f063655312f8427df2 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 25 Jul 2026 17:06:03 +1000 Subject: [PATCH] Roll cephrgw-operator to v0.3.0 (safe adoption) cephrgw-operator v0.3.0 makes adopting existing radosgw buckets and users safe: retainOnDelete on ObjectStoreUser/BucketAccess, non-destructive bucket-policy merge (+ managePolicy), non-destructive user attributes, and status.adopted. - bump the operator image to v0.3.0 Claude-Session: https://claude.ai/code/session_016CEncETbf8cvy1PhsHfFHM --- apps/base/cephrgw-system/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base/cephrgw-system/deployment.yaml b/apps/base/cephrgw-system/deployment.yaml index 6f99a79..2e005fe 100644 --- a/apps/base/cephrgw-system/deployment.yaml +++ b/apps/base/cephrgw-system/deployment.yaml @@ -24,7 +24,7 @@ spec: runAsNonRoot: true containers: - name: operator - image: git.unkin.net/unkin/cephrgw-operator:v0.2.0 + image: git.unkin.net/unkin/cephrgw-operator:v0.3.0 args: - --metrics-bind-address=:8080 - --health-probe-bind-address=:8081 -- 2.47.3