mirror of https://github.com/portainer/portainer
fix(edgestack): repull image not work in git autoupdate [EE-6430] (#10952)
parent
787c7ec4cc
commit
47f29002f0
|
@ -51,6 +51,10 @@ type (
|
||||||
// Used only for EE
|
// Used only for EE
|
||||||
// EnvVars is a list of environment variables to inject into the stack
|
// EnvVars is a list of environment variables to inject into the stack
|
||||||
EnvVars []portainer.Pair
|
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.
|
// RegistryCredentials holds the credentials for a Docker registry.
|
||||||
|
|
|
@ -354,6 +354,8 @@ type (
|
||||||
EndpointID EndpointID
|
EndpointID EndpointID
|
||||||
// EE only feature
|
// EE only feature
|
||||||
DeploymentInfo StackDeploymentInfo
|
DeploymentInfo StackDeploymentInfo
|
||||||
|
// ReadyRePullImage is a flag to indicate whether the auto update is trigger to re-pull image
|
||||||
|
ReadyRePullImage bool
|
||||||
|
|
||||||
// Deprecated
|
// Deprecated
|
||||||
Details EdgeStackStatusDetails
|
Details EdgeStackStatusDetails
|
||||||
|
|
Loading…
Reference in New Issue