1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 13:55:21 +02:00

fix(edge): add forceRedeploy option

This commit is contained in:
oscarzhou 2024-08-29 20:33:11 +12:00
parent b14438fd99
commit 599311914d

View file

@ -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