From fefa183db7db6d48ddf5c48d354e94a44ab18f47 Mon Sep 17 00:00:00 2001 From: Scooby Husky Date: Tue, 10 Mar 2026 05:29:39 -0500 Subject: [PATCH] Upgrade Ceph to v19.2.3, fix netbird webhook failurePolicy - Ceph v19.2.0 has BlueStore::expand_devices assertion bug that crashes OSD expand-bluefs init containers. v19.2.3 includes fixes. - NetBird operator webhook failurePolicy: Fail blocks all pod creation cluster-wide when webhook service is unreachable. Changed to Ignore. Co-Authored-By: Claude Opus 4.6 --- infrastructure/netbird-operator/values.yaml | 2 +- infrastructure/rook-ceph/cluster-values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/netbird-operator/values.yaml b/infrastructure/netbird-operator/values.yaml index d5bd955..592dc2d 100644 --- a/infrastructure/netbird-operator/values.yaml +++ b/infrastructure/netbird-operator/values.yaml @@ -24,7 +24,7 @@ ingress: # Webhook TLS via cert-manager (already deployed) webhook: enableCertManager: true - failurePolicy: Fail + failurePolicy: Ignore operator: replicaCount: 1 diff --git a/infrastructure/rook-ceph/cluster-values.yaml b/infrastructure/rook-ceph/cluster-values.yaml index 5759437..f5ae912 100644 --- a/infrastructure/rook-ceph/cluster-values.yaml +++ b/infrastructure/rook-ceph/cluster-values.yaml @@ -27,7 +27,7 @@ monitoring: cephClusterSpec: # Ceph version - Squid (v19) cephVersion: - image: quay.io/ceph/ceph:v19.2.0 + image: quay.io/ceph/ceph:v19.2.3 allowUnsupported: false # Data directory on host