From 38b1c16c1ede334a96a5ac08623e4d8a2e40aafe Mon Sep 17 00:00:00 2001 From: Scooby Husky Date: Sat, 14 Mar 2026 21:25:22 -0500 Subject: [PATCH] Update rook-ceph-operator chart to v1.19.2 and remove stale comment Co-Authored-By: Claude Opus 4.6 --- argocd-apps/infrastructure/rook-ceph-operator.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/argocd-apps/infrastructure/rook-ceph-operator.yaml b/argocd-apps/infrastructure/rook-ceph-operator.yaml index a5d2099..c05c2dd 100644 --- a/argocd-apps/infrastructure/rook-ceph-operator.yaml +++ b/argocd-apps/infrastructure/rook-ceph-operator.yaml @@ -12,7 +12,7 @@ spec: sources: - repoURL: https://charts.rook.io/release chart: rook-ceph - targetRevision: v1.19.0 + targetRevision: v1.19.2 helm: valueFiles: - $values/infrastructure/rook-ceph/operator-values.yaml @@ -22,9 +22,6 @@ spec: destination: server: https://kubernetes.default.svc namespace: rook-ceph - # Auto-sync disabled: operator reconciles OSD deployments and removes - # expand-bluefs workaround patches. Keep operator scaled to 0 until - # the BlueStore UUID mismatch / expand-bluefs crash is resolved. syncPolicy: syncOptions: - CreateNamespace=true