postgres-operator/pkg
Alec Thomas 0f2cb12219 Fix nil pointer dereference in syncCriticalOpPodDisruptionBudget
When the PDB creation fails with "already exists" error, the pdb
variable is nil since the initial Get failed. Using pdb.ObjectMeta
would cause a panic. Use the cluster method to get the PDB name instead.
2026-01-18 01:09:55 -06:00
..
apis fix docker build for UI and bumped some outdated versions in docs and config (#3017) 2025-12-18 12:12:53 +01:00
apiserver Add operator deployment readiness probe (#1874) 2023-01-05 18:29:47 +01:00
cluster Fix nil pointer dereference in syncCriticalOpPodDisruptionBudget 2026-01-18 01:09:55 -06:00
controller bump to v1.15.1 (#3011) 2025-12-16 19:25:12 +01:00
generated update codegen (#2832) 2025-01-03 16:18:17 +01:00
spec skip db user actions when its secret failed to sync on update (#2969) 2025-11-05 16:28:37 +01:00
teams improve additional teams lookup (#2445) 2023-10-16 16:48:19 +02:00
util bump to v1.15.1 (#3011) 2025-12-16 19:25:12 +01:00