fix(edge): add forceRedeploy option

pull/12159/head
oscarzhou 3 months ago
parent b14438fd99
commit 599311914d

@ -51,6 +51,9 @@ type (
// Used only for EE
// EnvVars is a list of environment variables to inject into the stack
EnvVars []portainer.Pair
// ForceRedeploy is a flag indicating if the agent should force the redeploy of the stack.
// Used only for EE
ForceRedeploy bool
// Used only for EE async edge agent
// ReadyRePullImage is a flag to indicate whether the auto update is trigger to re-pull image

Loading…
Cancel
Save