Skip to content

Commit

Permalink
Fix migration bug
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
  • Loading branch information
dvaldivia committed Oct 14, 2021
1 parent 41cf9be commit 5e575f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/cluster/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,5 +309,5 @@ func (c *Controller) upgrade4215(ctx context.Context, tenant *miniov2.Tenant) (*

}

return c.updateTenantSyncVersion(ctx, tenant, version420)
return c.updateTenantSyncVersion(ctx, tenant, version4215)
}

0 comments on commit 5e575f1

Please sign in to comment.