Skip to content

Commit d79ff2e

Browse files
committed
[DO NOT MERGE] - Test commit to skip verifying upgrade packages (only for manual testing)
1 parent 458231b commit d79ff2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/pkg/agent/application/actions/handlers/handler_action_upgrade.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ func (h *Upgrade) Handle(ctx context.Context, a fleetapi.Action, ack acker.Acker
6161

6262
uOpts := []coordinator.UpgradeOpt{
6363
coordinator.WithRollback(action.Data.Rollback),
64+
coordinator.WithSkipVerifyOverride(true),
6465
}
6566
if h.tamperProtectionFn() {
6667
// Find inputs that want to receive UPGRADE action

0 commit comments

Comments
 (0)