Skip to content

Commit

Permalink
fix(deploy): autorollback in converge was always disabled
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Lesikov <ilya@lesikov.com>
  • Loading branch information
ilya-lesikov committed Dec 16, 2024
1 parent 69f7b9a commit f1fd80d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/werf/converge/converge.go
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ func run(
}

if err := action.Deploy(ctx, action.DeployOptions{
AutoRollback: cmdData.AutoRollback,
ChartDirPath: chartPath,
ChartRepositoryInsecure: *commonCmdData.InsecureHelmDependencies,
ChartRepositorySkipUpdate: *commonCmdData.SkipDependenciesRepoRefresh,
Expand Down

0 comments on commit f1fd80d

Please sign in to comment.