Compare commits
1 Commits
main
...
fix/prune-
| Author | SHA1 | Date | |
|---|---|---|---|
| 45e089e12d |
@ -247,7 +247,7 @@ public class PortainerApiClient {
|
|||||||
throw new PortainerDeploymentException("Endpoint ID must not be null");
|
throw new PortainerDeploymentException("Endpoint ID must not be null");
|
||||||
}
|
}
|
||||||
|
|
||||||
PortainerRedeployRequest body = new PortainerRedeployRequest(pullImage, false, env);
|
PortainerRedeployRequest body = new PortainerRedeployRequest(pullImage, true, env);
|
||||||
HttpEntity<PortainerRedeployRequest> entity = new HttpEntity<>(body, buildAuthHeaders());
|
HttpEntity<PortainerRedeployRequest> entity = new HttpEntity<>(body, buildAuthHeaders());
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user