fix(edgestack): repull image not work in git autoupdate [EE-6430] (#10952)

This commit is contained in:
Oscar Zhou
2024-01-17 10:20:59 +13:00
committed by GitHub
parent 787c7ec4cc
commit 47f29002f0
2 changed files with 6 additions and 0 deletions

View File

@@ -51,6 +51,10 @@ type (
// Used only for EE
// EnvVars is a list of environment variables to inject into the stack
EnvVars []portainer.Pair
// Used only for EE async edge agent
// ReadyRePullImage is a flag to indicate whether the auto update is trigger to re-pull image
ReadyRePullImage bool
}
// RegistryCredentials holds the credentials for a Docker registry.

View File

@@ -354,6 +354,8 @@ type (
EndpointID EndpointID
// EE only feature
DeploymentInfo StackDeploymentInfo
// ReadyRePullImage is a flag to indicate whether the auto update is trigger to re-pull image
ReadyRePullImage bool
// Deprecated
Details EdgeStackStatusDetails