Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Jul 23, 2024
1 parent cebd215 commit fdcb77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/buildtools/velero.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ var updateVeleroAddonCommand = &cli.Command{

logrus.Infof("updating velero images")

err = updateVeleroAddonImages(c.Context, withproto, latest, restoreHelperVersion, awsPluginVersion)
err = updateVeleroAddonImages(c.Context, withproto, nextChartVersion, restoreHelperVersion, awsPluginVersion)
if err != nil {
return fmt.Errorf("failed to update velero images: %w", err)
}
Expand Down

0 comments on commit fdcb77b

Please sign in to comment.