mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 02:25:56 +00:00
568aac6bd0
1. Use correct mutex (diagMu) in cleanupDiagnosticSnapshots to prevent "concurrent map iteration and map write" panics (Fixes #1063) 2. Use cluster name for storage instance comparison in UpdateStorageForInstance to prevent storage duplication in clustered Proxmox setups (Fixes #1062) 3. Fix KUBECONFIG unbound variable error in install.sh by using ${KUBECONFIG:-} default parameter expansion (Fixes #1065)