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 <noreply@anthropic.com>
This commit is contained in:
Scooby Husky
2026-03-10 05:29:39 -05:00
co-authored by Claude Opus 4.6
parent 2446acc82e
commit fefa183db7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ ingress:
# Webhook TLS via cert-manager (already deployed)
webhook:
enableCertManager: true
failurePolicy: Fail
failurePolicy: Ignore
operator:
replicaCount: 1
+1 -1
View File
@@ -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