Recreate if updated

This commit is contained in:
DerDavidBohl
2025-06-02 10:57:52 +02:00
parent d123074fbd
commit 5a095e6f29

View File

@@ -141,7 +141,7 @@ public class DeploymentsService {
commandArgs.add("-d");
commandArgs.add("--remove-orphans");
if (forceRecreate) {
if (forceRecreate || updated) {
commandArgs.add("--force-recreate");
}