Skip to content

Commit

Permalink
5
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanks committed Feb 7, 2025
1 parent 8ab8464 commit 3877da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ func (s *VersionUpgradeJobSpec) SetPostUpgrade(isPostUpgrade bool) *VersionUpgra
return s
}

func (s *VersionUpgradeJobSpec) SetSkipPreUpgrade(isPatchUpgrade bool) *VersionUpgrade
func (s *VersionUpgradeJobSpec) SetSkipPreUpgrade(isPatchUpgrade bool) *VersionUpgrade {
s.SkipPreUpgrade = isPatchUpgrade && s.SkipPreUpgradeFlag

Check failure on line 615 in controllers/spec.go

View workflow job for this annotation

GitHub Actions / build

undefined: VersionUpgrade
return s
}

0 comments on commit 3877da9

Please sign in to comment.