Skip to content

Commit 3ebc832

Browse files
authored
fix(ec): use latest sequence when setting config and deploying (#5653)
* fix(ec): use latest sequence when setting config and deploying * fix(ec): type
1 parent 10ed60d commit 3ebc832

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/kots/cli/deploy.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ func handleSetConfigAndDeploy(v *viper.Viper, appSlug string, localPort int, aut
323323
"configValues": configValues,
324324
"deploy": true, // HARDCODED - always deploy
325325
"skipPreflights": v.GetBool("skip-preflights"),
326+
"sequence": -1, // HARDCODED - always use the latest sequence
326327
}
327328

328329
requestBody, err := json.Marshal(requestPayload)

0 commit comments

Comments
 (0)