From 6bec4cdecc38720a4ab038d5cf99526975ae7b19 Mon Sep 17 00:00:00 2001 From: Oscar Zhou <100548325+oscarzhou-portainer@users.noreply.github.com> Date: Fri, 24 Nov 2023 13:45:10 +1300 Subject: [PATCH] fix(edgestack): set retry deployment (#10676) --- .../edge-stacks/editEdgeStackView/editEdgeStackViewController.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/edge/views/edge-stacks/editEdgeStackView/editEdgeStackViewController.js b/app/edge/views/edge-stacks/editEdgeStackView/editEdgeStackViewController.js index 503cfa0ec..02351db9d 100644 --- a/app/edge/views/edge-stacks/editEdgeStackView/editEdgeStackViewController.js +++ b/app/edge/views/edge-stacks/editEdgeStackView/editEdgeStackViewController.js @@ -101,6 +101,7 @@ export class EditEdgeStackViewController { edgeGroups: values.edgeGroups, deploymentType: values.deploymentType, updateVersion, + retryDeploy: values.retryDeploy, webhook: values.webhookEnabled ? this.stack.Webhook || createWebhookId() : '', envVars: values.envVars, });