Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-nicolas committed Dec 16, 2024
1 parent a76cf12 commit f4feafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/resources/payments/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func Reconcile(ctx Context, stack *v1beta1.Stack, p *v1beta1.Payments, version s
if err := createGateway(ctx, stack, p); err != nil {
return err
}
case !semver.IsValid(version) || semver.Compare(version, "v3.0.0") >= 0:
case !semver.IsValid(version) || semver.Compare(version, "v3.0.0-beta.1") >= 0:
if err := uninstallPaymentsReadAndConnectors(ctx, stack); err != nil {
return err
}
Expand Down

0 comments on commit f4feafd

Please sign in to comment.