From 113de6fb4606da4ace34a14ec64e4375fb2a6ffc Mon Sep 17 00:00:00 2001 From: kasun Date: Mon, 1 Jun 2026 16:55:36 +0200 Subject: [PATCH] fix: removed refresh behaviour shutting down running vm --- proxmox-infra/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-infra/index.ts b/proxmox-infra/index.ts index 2644234..eca3a01 100644 --- a/proxmox-infra/index.ts +++ b/proxmox-infra/index.ts @@ -279,7 +279,7 @@ const k3sVms = nodeConfigs.map( { provider: node.provider, retainOnDelete: true, - ignoreChanges: ["clone"], + ignoreChanges: ["clone", "started"], }, ), );