You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: release v0.3.4 — use Recreate deployment strategy for RWO PVC
Default deploymentStrategy to Recreate to prevent Multi-Attach errors
when rolling out new pods against a ReadWriteOnce PVC. RollingUpdate
starts the new pod before the old one is terminated, causing both to
compete for the volume. Recreate ensures the old pod is gone first.
Configurable via deploymentStrategy in values.yaml.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments